-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Remote Store] Avoid indexing documents as stale in non primary mode #8578
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
1 similar comment
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8578 +/- ##
============================================
- Coverage 70.97% 70.93% -0.05%
- Complexity 57195 57243 +48
============================================
Files 4765 4765
Lines 270334 270357 +23
Branches 39538 39543 +5
============================================
- Hits 191879 191777 -102
- Misses 62282 62427 +145
+ Partials 16173 16153 -20
|
.../src/internalClusterTest/java/org/opensearch/remotestore/RemoteIndexPrimaryRelocationIT.java
Outdated
Show resolved
Hide resolved
.../src/internalClusterTest/java/org/opensearch/remotestore/RemoteIndexPrimaryRelocationIT.java
Outdated
Show resolved
Hide resolved
Changes look good. Please resolve the conflicts. |
replay Enabling Remote Translog for Unit Tests Add more IT for Relocation and Failover for Remote Store Signed-off-by: Gaurav Bafna <[email protected]>
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-8578-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e55dadef57809a7fc04dac5ff4d43873beeefadc
# Push it to GitHub
git push --set-upstream origin backport/backport-8578-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
…replay (opensearch-project#8578) Signed-off-by: Gaurav Bafna <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
SegmentReplicationWithRemoteIndexShardTests
now uses remote translogTesting
Ran
RemoteIndexPrimaryRelocationIT
10 times on local to ensure it is not flaky . Running it 100 times moreCheck List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.