-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Backport 2.x] Reduce logging in DEBUG for MasterService:run #14864
[Backport 2.x] Reduce logging in DEBUG for MasterService:run #14864
Conversation
* Reduce logging in DEBUG for MasteService:run by introducing short and long summary in Taskbatcher Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit b35690c)
❕ Gradle check result for 01e6be4: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14864 +/- ##
============================================
- Coverage 71.58% 71.51% -0.07%
+ Complexity 62544 62527 -17
============================================
Files 5108 5109 +1
Lines 293645 293624 -21
Branches 42781 42789 +8
============================================
- Hits 210205 209989 -216
- Misses 65741 66018 +277
+ Partials 17699 17617 -82 ☔ View full report in Codecov by Sentry. |
@sumitasr does this need to be backported to 2.16? If so please add that label |
Signed-off-by: Sumit Bansal <[email protected]>
❕ Gradle check result for 5325ac6: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
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.16 2.16
# Navigate to the new working tree
pushd ../.worktrees/backport-2.16
# Create a new branch
git switch --create backport/backport-14864-to-2.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7e7e77504c6a0f20b3ba49786057ab906b9ea880
# Push it to GitHub
git push --set-upstream origin backport/backport-14864-to-2.16
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.16 Then, create a pull request where the |
…) (opensearch-project#14864) * Reduce logging in DEBUG for MasteService:run by introducing short and long summary in Taskbatcher Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit b35690c) Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit 7e7e775)
* Reduce logging in DEBUG for MasteService:run by introducing short and long summary in Taskbatcher Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit b35690c) Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit 7e7e775)
…) (opensearch-project#14864) * Reduce logging in DEBUG for MasteService:run by introducing short and long summary in Taskbatcher Signed-off-by: Sumit Bansal <[email protected]> (cherry picked from commit b35690c) Signed-off-by: Sumit Bansal <[email protected]> Signed-off-by: kkewwei <[email protected]>
This commit was backported to 2.x in opensearch-project#14864. The backport used different text in the changelog entry which is why it was missed. Signed-off-by: Andrew Ross <[email protected]>
This commit was backported to 2.x in opensearch-project#14864. The backport used different text in the changelog entry which is why it was missed. Signed-off-by: Andrew Ross <[email protected]>
Reduce logging in DEBUG for MasterService:run (#14795)
Signed-off-by: Sumit Bansal [email protected]
(cherry picked from commit b35690c)