hgromer commented on code in PR #7294:
URL: https://github.com/apache/hbase/pull/7294#discussion_r2352313536
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/impl/IncrementalTableBackupClient.java:
##########
@@ -421,6 +425,7 @@ protected void walToHFiles(List<String> dirPaths,
List<String> tableList) throws
if (result != 0) {
throw new IOException("WAL Player failed");
}
+ conf.unset(HFileOutputFormat2.DISK_BASED_SORTING_ENABLED_KEY);
Review Comment:
Makes sense, wonder if it also makes sense for the other values as well
--
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]