-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add node-left metric #18421
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 node-left metric #18421
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18421 +/- ##
=========================================
Coverage 72.74% 72.74%
- Complexity 68132 68167 +35
=========================================
Files 5537 5537
Lines 313312 313324 +12
Branches 45460 45461 +1
=========================================
+ Hits 227921 227942 +21
+ Misses 66873 66843 -30
- Partials 18518 18539 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d8af721
to
04fff47
Compare
server/src/main/java/org/opensearch/cluster/coordination/Coordinator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/coordination/FollowersChecker.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/ClusterManagerMetrics.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 8118c92: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Bhumika Sharma <[email protected]>
Signed-off-by: Bhumika Sharma <[email protected]>
Signed-off-by: Bhumika Sharma <[email protected]>
539e252
to
a94c5af
Compare
❌ Gradle check result for a94c5af: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Build is failing for spotless. Please fix. |
a94c5af
to
301b9c7
Compare
❌ Gradle check result for 301b9c7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
301b9c7
to
baaa386
Compare
❌ Gradle check result for baaa386: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Bhumika Sharma <[email protected]>
baaa386
to
569888a
Compare
server/src/main/java/org/opensearch/cluster/coordination/Coordinator.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/coordination/FollowersChecker.java
Show resolved
Hide resolved
4e617a2
to
feca7b3
Compare
Signed-off-by: Bhumika Sharma <[email protected]> Signed-off-by: Bhumika Sharma <[email protected]>
feca7b3
to
91bea5d
Compare
Signed-off-by: Bukhtawar Khan <[email protected]>
❌ Gradle check result for 00cab2a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
flaky test - #18476 |
Signed-off-by: Bhumika Sharma <[email protected]> Signed-off-by: Bhumika Sharma <[email protected]>
00cab2a
to
f7c3205
Compare
Signed-off-by: Bhumika Sharma <[email protected]>
❌ Gradle check result for f7c3205: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
flaky test - #18485 |
❌ Gradle check result for 6f560bd: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Bhumika Sharma <[email protected]>
❕ Gradle check result for a3638cd: 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. |
flaky test has failed - #14310 |
* Add node-left metric Signed-off-by: Bhumika Sharma <[email protected]>
* Add node-left metric Signed-off-by: Bhumika Sharma <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
* Add node-left metric Signed-off-by: Bhumika Sharma <[email protected]>
Description
This PR will add a metric when there is a node drop. The tag will contain details about the node that as dropped and the reason for it.
Continues from #17949
Related Issues
None
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.