You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/04/16 12:27:30 UTC

[GitHub] [hbase] Apache9 commented on pull request #4352: HBASE-26941 LocalHBaseCluster.waitOnRegionServer should not call join…

Apache9 commented on PR #4352:
URL: https://github.com/apache/hbase/pull/4352#issuecomment-1100652953

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org