You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2014/08/07 21:47:14 UTC

[jira] [Created] (HBASE-11698) TestFullLogReconstruction has duplicate config setting

Sean Busbey created HBASE-11698:
-----------------------------------

             Summary: 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
            Priority: Trivial


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.2#6252)