saintstack commented on a change in pull request #916: HBASE-23382: Clean up
Logging for Some of hbase-server Module
URL: https://github.com/apache/hbase/pull/916#discussion_r356336027
##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/io/FileLink.java
##########
@@ -307,9 +307,9 @@ private FSDataInputStream tryOpen() throws IOException {
assert(in.getPos() == pos) : "Link unable to seek to the right
position=" + pos;
if (LOG.isTraceEnabled()) {
if (currentPath == null) {
- LOG.debug("link open path=" + path);
+ LOG.trace("Link open path={}", path);
Review comment:
Presuming the change in log level intentional?
----------------------------------------------------------------
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