java.lang.Object | |
↳ | com.atlassian.jira.index.ha.DisasterRecoveryLauncher |
This class will check for a disaster recovery scenario and restore the index if required.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DisasterRecoveryLauncher.RecoveryMode |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clearing of the cluster locks needs to happen before plugin load as plugins may
take locks during initialisation.
| |||||||||||
Returns the recovery mode of the instance.
| |||||||||||
Called during JIRA "startup".
| |||||||||||
Called when JIRA is shutting down.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Clearing of the cluster locks needs to happen before plugin load as plugins may take locks during initialisation.
Returns the recovery mode of the instance. This is one of:
Called during JIRA "startup". Despite no longer being multitenant, it is still a good idea to chunk this. The order is defined in DefaultJiraLauncher
The logic for ordering all of this will be handled by the DefaultJiraLauncher.
Called when JIRA is shutting down. Just like startup this can . The logic of what exactly happens when is encapsulated in the DefaultJiraLauncher.