[
https://issues.apache.org/jira/browse/HBASE-16911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595651#comment-15595651
]
stack commented on HBASE-16911:
-------------------------------
Close as dupe of HBASE-16911 ? I missed reviewing it.
> Log Roller does not add proper logs on the size of the old HLog file
> --------------------------------------------------------------------
>
> Key: HBASE-16911
> URL: https://issues.apache.org/jira/browse/HBASE-16911
> Project: HBase
> Issue Type: Bug
> Components: wal
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Priority: Trivial
> Attachments: HBASE-16911.patch
>
>
> {code}
> LOG.info("Rolled WAL " + FSUtils.getPath(oldPath) + " with entries="
> + oldNumEntries
> + ", filesize=" + StringUtils.byteDesc(oldFileLen) + "; new WAL "
> + newPathString);
> {code}
> This log in AbstractFSWAL#replaceWriter() is always having 0 for oldFileLen.
> A trivial fix is needed to fix this log message.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)