[
https://issues.apache.org/jira/browse/HBASE-11698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14212658#comment-14212658
]
Hudson commented on HBASE-11698:
--------------------------------
SUCCESS: Integrated in HBase-0.98 #676 (See
[https://builds.apache.org/job/HBase-0.98/676/])
HBASE-11698 TestFullLogReconstruction has duplicate config setting (Toshihiro
Suzuki) (stack: rev 4b9a472c30b9da5b066bb10473600a2bd1cd4b9a)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/TestFullLogReconstruction.java
> TestFullLogReconstruction has duplicate config setting
> ------------------------------------------------------
>
> Key: HBASE-11698
> URL: https://issues.apache.org/jira/browse/HBASE-11698
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 0.98.5
> Reporter: Sean Busbey
> Assignee: Toshihiro Suzuki
> Priority: Trivial
> Labels: beginner
> Fix For: 0.98.9
>
> Attachments: HBASE-11698-0.98.patch, HBASE-11698.patch
>
>
> The 0.98 branch's version of TestFullLogReconstruction has a duplicate config
> setting during setupBeforeClass
> {code}
> 54 // faster failover with cluster.shutdown();fs.close() idiom
> 55 c.setInt("hbase.ipc.client.connect.max.retries", 1);
> 56 c.setInt("hbase.ipc.client.connect.max.retries", 1);
> {code}
> the 0.98.4 release has a line for setting this config and for the HDFS
> version. the branch-1 and master versions of this set of patches have only
> the setting of the hbase one, so I think that's the correct behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)