ndimiduk commented on a change in pull request #1311: HBASE-23984 [Flakey 
Tests] TestMasterAbortAndRSGotKilled fails in tea…
URL: https://github.com/apache/hbase/pull/1311#discussion_r395307356
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/AssignRegionHandler.java
 ##########
 @@ -132,11 +131,11 @@ public void process() throws IOException {
       // opening can not be interrupted by a close request any more.
       region = HRegion.openHRegion(regionInfo, htd, rs.getWAL(regionInfo), 
rs.getConfiguration(),
         rs, null);
+      rs.postOpenDeployTasks(new PostOpenDeployContext(region, openProcId, 
masterSystemTime));
 
 Review comment:
   Yikes! Yeah, this seems better here. Good.

----------------------------------------------------------------
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

Reply via email to