[
https://issues.apache.org/jira/browse/ACCUMULO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved ACCUMULO-3255.
----------------------------------
Resolution: Fixed
> ExistingMacIT.testExistingRunningInstance failed because it started on top of
> an already running instance
> ---------------------------------------------------------------------------------------------------------
>
> Key: ACCUMULO-3255
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3255
> Project: Accumulo
> Issue Type: Bug
> Components: mini, test
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Minor
> Fix For: 1.6.2, 1.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The test successfully started a second MAC on top of an already running MAC
> incorrectly. MiniAccumuloCluster#start should have thrown a RuntimeException
> in this case.
> {noformat}
> Stacktrace
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.fail(Assert.java:95)
> at
> org.apache.accumulo.test.ExistingMacIT.testExistingRunningInstance(ExistingMacIT.java:147)
> Standard Output
> 2014-10-23 08:46:01,857 [conf.Configuration] DEBUG: Handling deprecation for
> all properties in config...
> 2014-10-23 08:46:01,857 [conf.Configuration] DEBUG: Handling deprecation for
> fs.file.impl
> 2014-10-23 08:46:04,945 [impl.MiniAccumuloClusterImpl] INFO : Starting MAC
> against instance miniInstance and zookeeper(s) localhost:45033.
> 2014-10-23 08:46:07,752 [conf.Configuration] DEBUG: Handling deprecation for
> all properties in config...
> 2014-10-23 08:46:07,754 [conf.Configuration] DEBUG: Handling deprecation for
> all properties in config...
> conf
> /.../test/target/mini-tests/org.apache.accumulo.test.ExistingMacIT_testExistingRunningInstance/conf/accumulo-site.xml
> 2014-10-23 08:46:07,897 [zookeeper.ZooUtil] DEBUG: Trying to read instance id
> from
> file:/.../test/target/mini-tests/org.apache.accumulo.test.ExistingMacIT_testExistingRunningInstance/accumulo/instance_id
> 2014-10-23 08:46:07,897 [zookeeper.ZooSession] DEBUG: Connecting to
> localhost:45033 with timeout 5000 with auth
> 2014-10-23 08:46:07,897 [zookeeper.ZooKeeper] INFO : Initiating client
> connection, connectString=localhost:45033 sessionTimeout=5000
> watcher=org.apache.accumulo.fate.zookeeper.ZooSession$ZooWatcher@a97b8a3
> 2014-10-23 08:46:08,012 [impl.MiniAccumuloClusterImpl] INFO : Starting MAC
> against instance miniInstance and zookeeper(s) localhost:45033.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)