yanghua commented on a change in pull request #1161: [HUDI-457]Redo hudi-common
log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1161#discussion_r362363335
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/util/RocksDBDAO.java
##########
@@ -352,8 +352,8 @@ public void delete(String columnFamilyName, String key) {
}
}
- LOG.info("Prefix Search for (query=" + prefix + ") on " + columnFamilyName
+ ". Total Time Taken (msec)="
- + timer.endTimer() + ". Serialization Time taken(micro)=" +
timeTakenMicro + ", num entries=" + results.size());
+ LOG.info("Prefix Search for (query={}) on {}. Total Time Taken (msec)={}.
Serialization Time taken(micro)={}, "
+ + "num entries={}", prefix, columnFamilyName, timer.endTimer(),
timeTakenMicro, results.size());
Review comment:
ditto about indent
----------------------------------------------------------------
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