ndimiduk commented on a change in pull request #1305: HBASE-23984 [Flakey
Tests] TestMasterAbortAndRSGotKilled fails in tea…
URL: https://github.com/apache/hbase/pull/1305#discussion_r394653780
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
##########
@@ -1081,18 +1082,18 @@ public void run() {
// Stop the snapshot and other procedure handlers, forcefully killing all
running tasks
if (rspmHost != null) {
- rspmHost.stop(this.abortRequested || this.killed);
Review comment:
I wonder if one day we'll want a `Killable` interface as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services