Revert "HBASE-23191 EOFE log spam (#733)"

This reverts commit f0c38e8ae6.
This commit is contained in:
stack 2019-10-31 08:11:21 -07:00
parent 26663585de
commit 87b4cfabda
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); "current position and original position match at {}", originalPosition);
seekOnFs(0); seekOnFs(0);
} else { } else {
LOG.debug("Reached the end of file at position {}", originalPosition); LOG.info("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