Package | Description |
---|---|
com.atlassian.jira.index.ha |
Modifier and Type | Method and Description |
---|---|
IndexRecoveryResult |
DefaultIndexRecoveryManager.deindexEntitiesDeletedInTheLast(java.time.Duration duration,
TaskProgressSink taskProgressSink) |
IndexRecoveryResult |
IndexRecoveryManager.deindexEntitiesDeletedInTheLast(java.time.Duration duration,
TaskProgressSink taskProgressSink)
Applies de-index based on the versioning table (delete column.*
Why this method may be needed?
It is possible in Jira (both server and DC) that a late "update" will override a "delete".
|
IndexRecoveryResult |
DefaultIndexRecoveryManager.reindexWithVersionCheckEntitiesUpdatedInTheLast(java.time.Duration duration,
TaskProgressSink taskProgressSink) |
IndexRecoveryResult |
IndexRecoveryManager.reindexWithVersionCheckEntitiesUpdatedInTheLast(java.time.Duration duration,
TaskProgressSink taskProgressSink)
This method uses versioning to short-circuit building documents when the index version is
already up-to-date with what's in the db.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.