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 2021/10/25 15:30:00 UTC

[GitHub] [hbase] BukrosSzabolcs commented on a change in pull request #3786: HBASE-26271: Cleanup the broken store files under data directory

BukrosSzabolcs commented on a change in pull request #3786:
URL: https://github.com/apache/hbase/pull/3786#discussion_r735718289



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/StoreFileTrackerBase.java
##########
@@ -176,7 +176,7 @@ public final StoreFileWriter createWriter(CreateStoreFileWriterParams params) th
    * Whether the implementation of this tracker requires you to write to temp directory first, i.e,
    * does not allow broken store files under the actual data directory.
    */
-  protected abstract boolean requireWritingToTmpDirFirst();
+  public abstract boolean requireWritingToTmpDirFirst();

Review comment:
       Thanks I forgot to clean this up.




-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org