Skip to content
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] Add cluster manager throttling task stats in nodes stats API #5871

Merged
merged 2 commits into from
Jan 17, 2023

Conversation

dhwanilpatel
Copy link
Contributor

Description

Backport throttling stats PR to 2.x.

Original PR : https://github.com/opensearch-project/OpenSearch/pull/5790/commits

Issues Resolved

#479

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #5871 (20c1649) into 2.x (91cec04) will decrease coverage by 0.03%.
The diff coverage is 62.90%.

@@             Coverage Diff              @@
##                2.x    #5871      +/-   ##
============================================
- Coverage     70.48%   70.45%   -0.04%     
+ Complexity    58941    58889      -52     
============================================
  Files          4764     4764              
  Lines        282201   282257      +56     
  Branches      41108    41120      +12     
============================================
- Hits         198917   198856      -61     
- Misses        66691    66751      +60     
- Partials      16593    16650      +57     
Impacted Files Coverage Δ
...min/cluster/stats/TransportClusterStatsAction.java 70.83% <ø> (ø)
.../org/opensearch/cluster/service/MasterService.java 84.26% <0.00%> (-0.23%) ⬇️
...search/cluster/MockInternalClusterInfoService.java 0.00% <0.00%> (ø)
.../java/org/opensearch/test/InternalTestCluster.java 57.64% <ø> (-1.29%) ⬇️
...src/main/java/org/opensearch/node/NodeService.java 72.13% <33.33%> (-0.76%) ⬇️
...rch/action/admin/cluster/node/stats/NodeStats.java 50.31% <44.44%> (-0.36%) ⬇️
...cluster/service/ClusterManagerThrottlingStats.java 74.50% <69.76%> (+4.50%) ⬆️
...on/admin/cluster/node/stats/NodesStatsRequest.java 68.04% <100.00%> (+0.33%) ⬆️
.../cluster/node/stats/TransportNodesStatsAction.java 100.00% <100.00%> (ø)
...port/ResponseHandlerFailureTransportException.java 0.00% <0.00%> (-60.00%) ⬇️
... and 476 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Bukhtawar Bukhtawar changed the title [Backport 2.x] Add throttling stats in nodes stats API [Backport 2.x] Add cluster manager throttling task stats in nodes stats API Jan 17, 2023
@Bukhtawar Bukhtawar merged commit 29bd1ef into opensearch-project:2.x Jan 17, 2023
kotwanikunal pushed a commit that referenced this pull request Jan 25, 2023
…ts API (#5871)

* [Backport 2.x] Add throttling stats in nodes stats API

Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants