HBASE-23191 EOFE log spam (#733)

Convert log message added for 2.2.0 from INFO to DEBUG.

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Karthik Palanisamy 2019-10-30 12:49:04 -07:00 committed by Michael Stack
parent 41bec4b8b1
commit 0a4c0b2dd6
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ public class ProtobufLogReader extends ReaderBase {
"current position and original position match at {}", originalPosition);
seekOnFs(0);
} else {
LOG.info("Reached the end of file at position {}", originalPosition);
LOG.debug("Reached the end of file at position {}", originalPosition);
}
} else {
// Else restore our position to original location in hope that next time through we will