busbey commented on a change in pull request #1446: HBASE-23723 Ensure MOB
compaction works in optimized mode after snapshot clone
URL: https://github.com/apache/hbase/pull/1446#discussion_r405749735
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreFlusher.java
##########
@@ -280,7 +283,11 @@ protected void finalizeWriter(StoreFileWriter writer,
long cacheFlushSeqNum,
// The hfile is current up to and including cacheFlushSeqNum.
status.setStatus("Flushing " + store + ": appending metadata");
writer.appendMetadata(cacheFlushSeqNum, false);
- writer.appendMobMetadata(mobRefSet.get());
+ //writer.appendMobMetadata(ImmutableSetMultimap.builder<TableName,
String>().putAll(store.getTableName(),
+ // mobRefSet.get()).build());
Review comment:
ah. yep I took care of making sure no commented out lines in the
checkstyle/javadoc commit.
----------------------------------------------------------------
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