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:
parent
41bec4b8b1
commit
0a4c0b2dd6
|
@ -418,7 +418,7 @@ public class ProtobufLogReader extends ReaderBase {
|
||||||
"current position and original position match at {}", originalPosition);
|
"current position and original position match at {}", originalPosition);
|
||||||
seekOnFs(0);
|
seekOnFs(0);
|
||||||
} else {
|
} else {
|
||||||
LOG.info("Reached the end of file at position {}", originalPosition);
|
LOG.debug("Reached the end of file at position {}", originalPosition);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Else restore our position to original location in hope that next time through we will
|
// Else restore our position to original location in hope that next time through we will
|
||||||
|
|
Loading…
Reference in New Issue