[
https://issues.apache.org/jira/browse/HBASE-14286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15992504#comment-15992504
]
Hudson commented on HBASE-14286:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2935 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/2935/])
HBASE-14286 Correct typo in argument name for (chia7712: rev
c8a7e80e0a87fa39a720b3da54c0bcf11520ee9f)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALSplitter.java
> Correct typo in argument name for WALSplitter.writeRegionSequenceIdFile
> -----------------------------------------------------------------------
>
> Key: HBASE-14286
> URL: https://issues.apache.org/jira/browse/HBASE-14286
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0, 1.2.0
> Reporter: Lars George
> Assignee: Gabor Liptak
> Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-14286.1.patch, HBASE-14286.2.patch,
> HBASE-14286.3.patch
>
>
> In {{WALSplitter]] we have this code:
> {code}
> public static long writeRegionSequenceIdFile(final FileSystem fs, final
> Path regiondir,
> long newSeqId, long saftyBumper) throws IOException {
> {code}
> We should fix the parameter name to be {{safetyBumper}}. Same for the JavaDoc
> above the method.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)