You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/10/21 13:04:58 UTC

[jira] [Updated] (HBASE-16911) Log Roller does not add proper logs on the size of the old HLog file

     [ https://issues.apache.org/jira/browse/HBASE-16911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ramkrishna.s.vasudevan updated HBASE-16911:
-------------------------------------------
    Status: Patch Available  (was: Open)

> 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)