-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-23116: Fix a couple of load balancer logging nits. #687
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
Conversation
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
Outdated
Show resolved
Hide resolved
...server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
Outdated
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/StochasticLoadBalancer.java
Outdated
Show resolved
Hide resolved
...server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
Show resolved
Hide resolved
...server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
Outdated
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly.
bharathv
left a comment
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.
Fixed the check-style issues but I don't think the test failures are related.
...server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestStochasticLoadBalancer.java
Outdated
Show resolved
Hide resolved
|
LGTM, +1. Also ran this previously failed TestSnapshotScannerHDFSAclController and it's passing locally, so it should be unrelated. Will merge this PR. |
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]> (cherry picked from commit 06ff478)
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]> (cherry picked from commit 06ff478)
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]> (cherry picked from commit 06ff478)
|
There are fix versions for 1.x on the JIRA but no commits to branch-1s. Is there a backport in progress? |
|
Answering my own question - I am doing the backport now. Trying to get 1.5.0 RC out. |
|
💔 -1 overall
This message was automatically generated. |
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]>
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]> (cherry picked from commit 06ff478)
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Added some test coverage with per-table balancer enabled and manually verified the logs to make sure the table name is formatted correctly. Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Wellington Chevreuil <[email protected]> (cherry picked from commit 06ff478) (cherry picked from commit f89321d) Change-Id: Ieddcb04d5d3effe484eaedb3e2a9d2b677d5d84f
Fixes a typo and adds table name to the logging context when
StochasticLoadBalancer is configured "per table". Added some
test coverage with per-table balancer enabled and manually
verified the logs to make sure the table name is formatted
correctly.