-
Notifications
You must be signed in to change notification settings - Fork 127
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
[Backport 2.x] Allow mapping service to be null for scenarios of shard recovery from translog #687
Conversation
…m translog (#685) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a)
Codecov Report
@@ Coverage Diff @@
## 2.x #687 +/- ##
============================================
- Coverage 84.50% 84.46% -0.04%
+ Complexity 1059 1055 -4
============================================
Files 149 149
Lines 4317 4307 -10
Branches 388 385 -3
============================================
- Hits 3648 3638 -10
Misses 489 489
Partials 180 180
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.3 2.3
# Navigate to the new working tree
cd .worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-687-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 04f677ef457317832144b71d155276e4af7360ec
# Push it to GitHub
git push --set-upstream origin backport/backport-687-to-2.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.3 Then, create a pull request where the |
…m translog (#685) (#687) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: Martin Gaievski <[email protected]> (cherry picked from commit 04f677e)
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.2 2.2
# Navigate to the new working tree
cd .worktrees/backport-2.2
# Create a new branch
git switch --create backport/backport-687-to-2.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 04f677ef457317832144b71d155276e4af7360ec
# Push it to GitHub
git push --set-upstream origin backport/backport-687-to-2.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.2 Then, create a pull request where the |
…m translog (#685) (#687) (#688) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
…m translog (opensearch-project#685) (opensearch-project#687) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: Martin Gaievski <[email protected]> Signed-off-by: Martin Gaievski <[email protected]>
…m translog (opensearch-project#685) (opensearch-project#687) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: Martin Gaievski <[email protected]> Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit 61f6346)
…m translog (#685) (#687) (#689) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: Martin Gaievski <[email protected]> Signed-off-by: Martin Gaievski <[email protected]> Signed-off-by: Martin Gaievski <[email protected]>
…m translog (#685) (#687) (#690) Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit c412c8a) Co-authored-by: Martin Gaievski <[email protected]> Signed-off-by: Martin Gaievski <[email protected]> (cherry picked from commit 61f6346)
Backport c412c8a from #685