You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/12/19 21:59:14 UTC

[jira] [Commented] (ACCUMULO-3255) ExistingMacIT.testExistingRunningInstance failed because it started on top of an already running instance

    [ https://issues.apache.org/jira/browse/ACCUMULO-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254013#comment-14254013 ] 

Josh Elser commented on ACCUMULO-3255:
--------------------------------------

Are you looking at this, [~kturner]?

> 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
>            Reporter: Josh Elser
>            Assignee: Keith Turner
>            Priority: Blocker
>             Fix For: 1.6.2, 1.7.0
>
>
> 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)