Here is related code:
try {
curLogSize = tempWriter.getLength();
if (curLogSize > this.logrollsize) {
requestLogRoll();
}
} catch (IOException x) {
LOG.debug("Log roll failed and will be retried. (This is not an
error)");
}
In hindsight, the IOException should have been logged with the message.
On Tue, Mar 18, 2014 at 6:40 AM, Vimal Jain <[email protected]> wrote:
> Hi,
> Whats this DEBUG message in region server log.
>
> DEBUG org.apache.hadoop.hbase.regionserver.wal.HLog: Log roll failed and
> will be retried. (This is not an error)
>
> I see this frequently in logs ( once every 2-3 days ).
>
> --
> Thanks and Regards,
> Vimal Jain
>