Skip to content

Commit 741209c

Browse files
Karthik Palanisamysaintstack
authored andcommitted
HBASE-23191 EOFE log spam (apache#733)
Convert log message added for 2.2.0 from INFO to DEBUG. Signed-off-by: stack <stack@apache.org>
1 parent d1366ad commit 741209c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ protected boolean readNext(Entry entry) throws IOException {
418418
"current position and original position match at {}", originalPosition);
419419
seekOnFs(0);
420420
} else {
421-
LOG.info("Reached the end of file at position {}", originalPosition);
421+
LOG.debug("Reached the end of file at position {}", originalPosition);
422422
}
423423
} else {
424424
// Else restore our position to original location in hope that next time through we will

0 commit comments

Comments
 (0)