saintstack commented on a change in pull request #1048: HBASE-23694 After 
RegionProcedureStore completes migration of WALProcedureStore, …
URL: https://github.com/apache/hbase/pull/1048#discussion_r368051343
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/region/RegionProcedureStore.java
 ##########
 @@ -364,6 +364,7 @@ public void handleCorrupted(ProcedureIterator procIter) 
throws IOException {
       throw new IOException("Failed to delete the WALProcedureStore migrated 
proc wal directory " +
         procWALDir);
     }
+    store.stop(true);
 
 Review comment:
   Ok. Good enough for now. Thanks.

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