-
Notifications
You must be signed in to change notification settings - Fork 511
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
HDDS-11367. Improve ozone balancing status command output #7139
Merged
Merged
Changes from 38 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
774fbbc
HDDS-11367. Improve ozone balancing status command output
juncevich 00ad471
HDDS-11367. Improve ozone balancing status command output
juncevich bac5794
HDDS-11367. Add space between Gb and Mb in getPrettySize
juncevich 9dbd39c
HDDS-11367. Fixe review notices + add unit tests
juncevich 4f6af05
Merge branch 'master' into HDDS-11367
juncevich 570025f
HDDS-11367. Small fixes + improve robot test
juncevich 0c04a2a
HDDS-11367. Add licences to files
juncevich f1f11ec
HDDS-11367. Fix review notice
juncevich 68766f9
HDDS-11367. Improve balancer robot test
juncevich 4138ad7
HDDS-11367. Fix review notices
juncevich 4d916a5
HDDS-11367. Fix review notices
juncevich 75a103c
HDDS-11367. Fix review notices
juncevich 33af9b1
HDDS-11367. Improve javadocs
juncevich 8ff20ee
HDDS-11367. fix timeouts in balancer test
juncevich 4a7d8cd
Merge branch 'master' into HDDS-11367
juncevich 5284e6b
HDDS-11367. fix robo test
juncevich 051ea1d
HDDS-11367. fix robo test
juncevich 49b6e14
HDDS-11367. fix robo test
juncevich 1513b9c
HDDS-11367. fix robo test
juncevich 16683a2
HDDS-11367. fix robo test
juncevich 899f314
HDDS-11367. fix robo test
juncevich c8e21d9
HDDS-11367. fix review notices
juncevich b0cb760
HDDS-11367. Fix review comments
juncevich d682ccc
HDDS-11367. Add licence info to classes
juncevich 2c4e1f4
HDDS-11367. Partly fix review notices
juncevich ad0c95d
HDDS-11367. Fix review notices
juncevich 4243f98
HDDS-11367. Fix review notices
juncevich e9080b3
HDDS-11367. Fix review notices
juncevich dabd4c7
HDDS-11367. Fix review notices
juncevich c6562fc
HDDS-11367. Fix tests
juncevich 361ba74
HDDS-11367. Fix tests
juncevich 78caa97
HDDS-11367. Fix tests
juncevich 6a68f45
Merge branch 'master' into HDDS-11367
juncevich bae2a6b
HDDS-11367. Fix tests
juncevich bea5d60
HDDS-11367. Fix tests
juncevich 9ae7527
HDDS-11367. Fix tests
juncevich 9e8213b
HDDS-11367. Add tests
juncevich 786fc4f
HDDS-11367. Fix review comments.
juncevich e77ea14
HDDS-11367. Fix review comments.
juncevich 6ccd658
HDDS-11367. Fix flaky TestContainerBalancerStatusInfo.testGetCurrentS…
juncevich 6acad2b
Merge branch 'master' into HDDS-11367
juncevich 15a8558
HDDS-11367. Remove unstarted balancing iteration
juncevich 2e60bf3
HDDS-11367. Fix review notice. Refactor saving iteration statistic.
juncevich e41c219
Merge branch 'master' into HDDS-11367
juncevich 4ff34c7
HDDS-11367. Fix review flaky test.
juncevich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we need this metric now? Or is it for backward compatibility?
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.
For backward compatibility.