-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check index setting for source mode in SourceOnlySnapshotRepository #116002
Check index setting for source mode in SourceOnlySnapshotRepository #116002
Conversation
Test failure is unrelated, #116005 |
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
This reverts commit 9bbf049.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
…lastic#116002) * Check index setting for source mode in SourceOnlySnapshotRepository * update * Revert "update" This reverts commit 9bbf049. (cherry picked from commit 37a4ee3)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…lastic#116002) * Check index setting for source mode in SourceOnlySnapshotRepository * update * Revert "update" This reverts commit 9bbf049.
SourceOnlySnapshotRepository
has checks for incomplete source that use the document mapper. This is only populated when indexing docs, so earlier checks need to check the index setting for source mode to detect if the source will (eventually) be incomplete.This was detected as part of switching integration tests to use the index setting instead of the source mapper for configuring source mode, #115926,