[
https://issues.apache.org/jira/browse/HBASE-15684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595679#comment-15595679
]
Hadoop QA commented on HBASE-15684:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s
{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s {color}
| {color:red} HBASE-15684 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.3.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12800186/HBASE-15684.patch |
| JIRA Issue | HBASE-15684 |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/4141/console |
| Powered by | Apache Yetus 0.3.0 http://yetus.apache.org |
This message was automatically generated.
> Fix the broken log file size accounting
> ---------------------------------------
>
> 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
>
> Attachments: HBASE-15684.patch
>
>
> {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)