-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-26941 LocalHBaseCluster.waitOnRegionServer should not call join… #4352
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
… while interrupted
|
This time I made use of the same approach in our Threads.sleepWithoutInterrupt, which is to record the interrupted state and set it once we want to return from the thread, instead of interrupting the current thread immediately. In this way we will not return from the join call immediately, which can solve the log flooding problem. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
ddupg
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.
LGTM
… while interrupted (#4352) Signed-off-by: Xin Sun <[email protected]> (cherry picked from commit 35aa57e)
… while interrupted (#4352) Signed-off-by: Xin Sun <[email protected]> (cherry picked from commit 35aa57e)
… while interrupted (#4352) Signed-off-by: Xin Sun <[email protected]> (cherry picked from commit 35aa57e)
… while interrupted (apache#4352) Signed-off-by: Xin Sun <[email protected]> (cherry picked from commit 35aa57e) (cherry picked from commit d9f4c51) Change-Id: I7eb8b0f5824c1568756f6752454f02e15a6719b4
… while interrupted