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 2019/06/25 19:42:15 UTC

[GitHub] [hbase] apurtell commented on a change in pull request #339: HBASE-22627 Port HBASE-22617 (Recovered WAL directories not getting cleaned up) to branch-1

apurtell commented on a change in pull request #339: HBASE-22627 Port HBASE-22617 (Recovered WAL directories not getting cleaned up) to branch-1
URL: https://github.com/apache/hbase/pull/339#discussion_r297361298
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
 ##########
 @@ -640,19 +640,26 @@ Path commitDaughterRegion(final HRegionInfo regionInfo)
   /**
    * Create the region splits directory.
    */
-  void createSplitsDir() throws IOException {
+  void createSplitsDir(HRegionInfo daughterA, HRegionInfo daughterB) throws IOException {
 
 Review comment:
   @Apache9 included this in the branch-2/master patch, including it here in the backport too. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services