Uh oh!
There was an error while loading. Please reload this page.
HBASE-23116: Fix a couple of load balancer logging nits. - #687
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Oct 4, 2019
💔 -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.
Fixed the check-style issues but I don't think the test failures are related.
Uh oh!
There was an error while loading. Please reload this page.
wchevreuil
commented
Oct 4, 2019
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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com> (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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com> (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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com> (cherry picked from commit 06ff478)
apurtell
commented
Oct 4, 2019
There are fix versions for 1.x on the JIRA but no commits to branch-1s. Is there a backport in progress? |
apurtell
commented
Oct 4, 2019
Answering my own question - I am doing the backport now. Trying to get 1.5.0 RC out. |
Apache-HBase
commented
Oct 4, 2019
💔 -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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com>
This commit adds table name to the logging context when StochasticLoadBalancer is configured "per table". Signed-off-by: Viraj Jasani <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com>
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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com> (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 <virajjasani007@gmail.com> Signed-off-by: Wellington Chevreuil <wchevreuil@apache.com> (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.