-
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
Add shard id to remote store logs #8574
Add shard id to remote store logs #8574
Conversation
88c5342
to
f0babbf
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
53b6909
to
20c34b9
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
server/src/main/java/org/opensearch/index/translog/RemoteFsTranslog.java
Show resolved
Hide resolved
Signed-off-by: bansvaru <bansvaru@amazon.com>
19cc676
to
9f7ae9e
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
6fcf79f
to
e5ff506
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
e5ff506
to
67d8c2f
Compare
Codecov Report
@@ Coverage Diff @@
## main #8574 +/- ##
============================================
+ Coverage 70.85% 70.99% +0.13%
- Complexity 56948 56991 +43
============================================
Files 4758 4758
Lines 269382 269386 +4
Branches 39414 39414
============================================
+ Hits 190877 191241 +364
+ Misses 62429 62044 -385
- Partials 16076 16101 +25
|
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
Gradle Check (Jenkins) Run Completed with:
|
precommit is showing failed for |
--------- Signed-off-by: bansvaru <bansvaru@amazon.com> (cherry picked from commit 8a831f8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- (cherry picked from commit 8a831f8) Signed-off-by: bansvaru <bansvaru@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com> Signed-off-by: sahil buddharaju <sahilbud@amazon.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com>
--------- Signed-off-by: bansvaru <bansvaru@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Adds shard id to remote store related logs
Related Issues
Resolves #7921
Check 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.