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

[jira] [Commented] (HBASE-15684) Typo in AbstractFSWAL.replaceWriter

    [ https://issues.apache.org/jira/browse/HBASE-15684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251352#comment-15251352 ] 

stack commented on HBASE-15684:
-------------------------------

+1

> Typo in AbstractFSWAL.replaceWriter
> -----------------------------------
>
>                 Key: HBASE-15684
>                 URL: https://issues.apache.org/jira/browse/HBASE-15684
>             Project: HBase
>          Issue Type: Bug
>          Components: wal
>    Affects Versions: 2.0.0
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 2.0.0
>
>
> {code}
> long oldFileLen = 0L;
>       doReplaceWriter(oldPath, newPath, nextWriter);
> {code}
> Should be
> {code}
> long oldFileLen =  doReplaceWriter(oldPath, newPath, nextWriter);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)