Skip to content

Commit

Permalink
HBASE-23191 EOFE log spam (apache#733)
Browse files Browse the repository at this point in the history
Convert log message added for 2.2.0 from INFO to DEBUG.

Signed-off-by: stack <stack@apache.org>
(cherry picked from commit 741209c)

Change-Id: I1a631339d7a4c2cba77d131840267f84f0feb93b
  • Loading branch information
Karthik Palanisamy authored and Jenkins committed Oct 30, 2019
1 parent a958781 commit 6c4ea46
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.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
Expand Down

0 comments on commit 6c4ea46

Please sign in to comment.