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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]