busbey commented on a change in pull request #623: HBASE-22749: Distributed MOB
compactions
URL: https://github.com/apache/hbase/pull/623#discussion_r327152676
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreFlusher.java
##########
@@ -244,9 +256,12 @@ protected void performMobFlush(MemStoreSnapshot snapshot,
long cacheFlushId,
status.setStatus("Flushing mob file " + store + ": closing flushed
file");
mobFileWriter.close();
mobStore.commitFile(mobFileWriter.getPath(), targetPath);
+ LOG.debug(" FLUSH store file: " + writer.getPath());
Review comment:
use slf4j parameter interpolation instead of string concat
----------------------------------------------------------------
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