Skip to content

Commit

Permalink
Revert "HBASE-23191 EOFE log spam (#733)"
Browse files Browse the repository at this point in the history
This reverts commit f0c38e8.
  • Loading branch information
saintstack committed Oct 31, 2019
1 parent 2666358 commit 87b4cfa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -418,7 +418,7 @@ protected boolean readNext(Entry entry) throws IOException {
"current position and original position match at {}", originalPosition);
seekOnFs(0);
} else {
LOG.debug("Reached the end of file at position {}", originalPosition);
LOG.info("Reached the end of file at position {}", originalPosition);
}
} else {
// Else restore our position to original location in hope that next time through we will
Expand Down

0 comments on commit 87b4cfa

Please sign in to comment.