Umeshkumar9414 commented on code in PR #6789:
URL: https://github.com/apache/hbase/pull/6789#discussion_r1998041920


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java:
##########
@@ -8704,6 +8700,8 @@ private void interruptRegionOperations() {
       // eligible for interrupt; if so, we should interrupt it.
       if (entry.getValue().booleanValue()) {
         entry.getKey().interrupt();

Review Comment:
   Sometime even if you have interuppted the thread it will still stay active 
and eventually after wait timeout RS will get aborted. Can you try to print the 
stack trace of such threads as well. 
   
   We can do that when we have waited 80%(might be different) of the wait time 
and there are still some Interruptable thread alive.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to