Revert "HBASE-23191 EOFE log spam (#733)"
This reverts commit f0c38e8ae6
.
This commit is contained in:
parent
26663585de
commit
87b4cfabda
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue