-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26304 Reflect out of band locality improvements in metrics and balancer #3895
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
💔 -1 overall
This message was automatically generated. |
…balancer (apache#3803) Signed-off-by: Duo Zhang <zhangduo@apache.org>
6f805d3
to
560b9de
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
The new tests are failing here but working locally. Will figure out tomorrow |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Please check again? Seems the UT always fails in pre commit, for both JDK8 and JDK11... |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
@Apache9 things are working now. The cache is refreshed in a background thread and I was not giving it enough time to update before running the assertions. I'm not quite sure why the |
@Apache9 looks like the current remaining failure has been captured in https://issues.apache.org/jira/browse/HBASE-26535 and is unrelated to this change. I wonder if we can merge despite these refguide failures. Otherwise hopefully that issue will be resolved soon and I'll watch along to rebase when appropriate. |
Backports #3803 to branch-2
@Apache9