-
Couldn't load subscription status.
- Fork 2.3k
Added time_in_execution attribute to /_cluster/pending_tasks response #17780
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
Added time_in_execution attribute to /_cluster/pending_tasks response #17780
Conversation
e9a5f84 to
8294f2e
Compare
|
❌ Gradle check result for 8294f2e: 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? |
8294f2e to
679819b
Compare
|
❌ Gradle check result for 679819b: 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? |
679819b to
70f29b9
Compare
|
❕ Gradle check result for 70f29b9: 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 @@
## main #17780 +/- ##
============================================
- Coverage 72.74% 72.66% -0.09%
+ Complexity 67767 67752 -15
============================================
Files 5497 5497
Lines 311815 311840 +25
Branches 45261 45266 +5
============================================
- Hits 226822 226589 -233
- Misses 66504 66815 +311
+ Partials 18489 18436 -53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Result (1 failure / -2) Flaky test - #15806 |
21186bc to
dd64d73
Compare
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!
...main/java/org/opensearch/common/util/concurrent/PrioritizedOpenSearchThreadPoolExecutor.java
Show resolved
Hide resolved
server/src/test/java/org/opensearch/common/util/concurrent/PrioritizedExecutorsTests.java
Show resolved
Hide resolved
|
❌ Gradle check result for 8f732f2: 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? |
server/src/main/java/org/opensearch/cluster/service/PendingClusterTask.java
Outdated
Show resolved
Hide resolved
8f732f2 to
36f13a8
Compare
Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
36f13a8 to
3f8fb8f
Compare
|
❕ Gradle check result for 3f8fb8f: 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. |
Signed-off-by: shwetathareja <shwetathareja@live.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>Signed-off-by: TJ Neuenfeldt <tjneu@amazon.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
…opensearch-project#17780) Signed-off-by: Manik Garg <gargmanik1317@gmail.com>
Description
Added time_in_execution attribute to /_cluster/pending_tasks response
Related Issues
Resolves #11818
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.