You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/02/26 13:57:35 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0-ea-b65) - Build # 4487 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4487/
Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseParallelGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([D957F599BABE25E5:58B17B81CDE145D9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:205)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:805)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


REGRESSION:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard

Stack Trace:
java.lang.AssertionError: Still found shard
	at __randomizedtesting.SeedInfo.seed([D957F599BABE25E5:58B17B81CDE145D9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:120)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:73)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:805)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 9014 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T563 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 10 T563 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108
[junit4:junit4]   2> 20 T563 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 21 T564 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 23 T564 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 23 T564 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 23 T564 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 23 T564 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 24 T564 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 121 T563 oasc.ZkTestServer.run start zk server on port:38864
[junit4:junit4]   2> 121 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c52b9e
[junit4:junit4]   2> 122 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 122 T569 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 122 T569 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 122 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49166
[junit4:junit4]   2> 123 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49166
[junit4:junit4]   2> 123 T567 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 215 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610000 with negotiated timeout 10000 for client /127.0.0.1:49166
[junit4:junit4]   2> 215 T569 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610000, negotiated timeout = 10000
[junit4:junit4]   2> 217 T570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c52b9e name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 218 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 218 T563 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 221 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610000
[junit4:junit4]   2> 222 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610000 closed
[junit4:junit4]   2> 223 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ac691a5
[junit4:junit4]   2> 224 T565 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d1689fa610000, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 225 T570 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 230 T571 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 230 T571 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 232 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49166 which had sessionid 0x13d1689fa610000
[junit4:junit4]   2> 232 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 233 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49167
[junit4:junit4]   2> 233 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49167
[junit4:junit4]   2> 234 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610001 with negotiated timeout 10000 for client /127.0.0.1:49167
[junit4:junit4]   2> 234 T571 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610001, negotiated timeout = 10000
[junit4:junit4]   2> 234 T572 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ac691a5 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 234 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 235 T563 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 239 T563 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 245 T563 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 256 T563 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 260 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 261 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 265 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 266 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 299 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 300 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 303 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 303 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 306 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 306 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 317 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 318 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 326 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 327 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 338 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 339 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 342 T563 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 343 T563 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 346 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610001
[junit4:junit4]   2> 346 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49167 which had sessionid 0x13d1689fa610001
[junit4:junit4]   2> 347 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610001 closed
[junit4:junit4]   2> 369 T572 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 451 T563 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 459 T563 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44596
[junit4:junit4]   2> 461 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 461 T563 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 461 T563 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436
[junit4:junit4]   2> 462 T563 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/solr.xml
[junit4:junit4]   2> 462 T563 oasc.CoreContainer.<init> New CoreContainer 1067323181
[junit4:junit4]   2> 463 T563 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/'
[junit4:junit4]   2> 463 T563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/'
[junit4:junit4]   2> 486 T563 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 486 T563 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 487 T563 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 487 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 487 T563 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 488 T563 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 488 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 489 T563 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 489 T563 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 489 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 499 T563 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 513 T563 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38864/solr
[junit4:junit4]   2> 513 T563 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 514 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c22ce81
[junit4:junit4]   2> 515 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 516 T582 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 517 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49168
[junit4:junit4]   2> 517 T582 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 518 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49168
[junit4:junit4]   2> 519 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610002 with negotiated timeout 20000 for client /127.0.0.1:49168
[junit4:junit4]   2> 519 T582 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610002, negotiated timeout = 20000
[junit4:junit4]   2> 519 T583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c22ce81 name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 519 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 521 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610002
[junit4:junit4]   2> 521 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49168 which had sessionid 0x13d1689fa610002
[junit4:junit4]   2> 521 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610002 closed
[junit4:junit4]   2> 522 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 525 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@22707f7e
[junit4:junit4]   2> 526 T583 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 531 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 532 T584 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 532 T584 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 533 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49169
[junit4:junit4]   2> 533 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49169
[junit4:junit4]   2> 534 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610003 with negotiated timeout 20000 for client /127.0.0.1:49169
[junit4:junit4]   2> 534 T584 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610003, negotiated timeout = 20000
[junit4:junit4]   2> 535 T585 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22707f7e name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 535 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 537 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 538 T563 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 541 T563 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44596_
[junit4:junit4]   2> 542 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:44596_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:44596_
[junit4:junit4]   2> 543 T563 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44596_
[junit4:junit4]   2> 545 T563 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 551 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 551 T563 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 560 T563 oasc.Overseer.start Overseer (id=89252349484269571-127.0.0.1:44596_-n_0000000000) starting
[junit4:junit4]   2> 560 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 561 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 562 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 562 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 567 T587 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 567 T563 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 570 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 573 T586 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 577 T588 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/collection1
[junit4:junit4]   2> 577 T588 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 578 T588 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 581 T588 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 588 T588 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/collection1/'
[junit4:junit4]   2> 589 T588 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/collection1/lib/README' to classloader
[junit4:junit4]   2> 589 T588 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 645 T588 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 681 T588 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 682 T588 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 686 T588 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1068 T588 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1073 T588 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1075 T588 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1085 T588 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1089 T588 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1093 T588 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1094 T588 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1096 T588 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1361882774436/collection1/, dataDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/
[junit4:junit4]   2> 1097 T588 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 1097 T588 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 1098 T588 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data forceNew:false
[junit4:junit4]   2> 1098 T588 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data
[junit4:junit4]   2> 1098 T588 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/index/
[junit4:junit4]   2> 1099 T588 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1099 T588 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/index forceNew:false
[junit4:junit4]   2> 1100 T588 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5af8a4f lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e608fc2)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1101 T588 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1101 T588 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/index
[junit4:junit4]   2> 1103 T588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1103 T588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1104 T588 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1104 T588 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1105 T588 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1105 T588 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1105 T588 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1105 T588 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1106 T588 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1109 T588 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1124 T588 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data
[junit4:junit4]   2> 1124 T588 oass.SolrIndexSearcher.<init> Opening Searcher@7b9f5f98 main
[junit4:junit4]   2> 1125 T588 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data/tlog
[junit4:junit4]   2> 1125 T588 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1126 T588 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1128 T588 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/control/data
[junit4:junit4]   2> 1129 T588 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1129 T588 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1130 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 1131 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b9f5f98 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2075 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2076 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44596_"}
[junit4:junit4]   2> 2077 T586 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2077 T586 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2077 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2080 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2133 T588 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2134 T588 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44596 collection:control_collection shard:shard1
[junit4:junit4]   2> 2134 T588 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2140 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2140 T588 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2141 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2142 T588 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2142 T588 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2142 T588 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44596/collection1/
[junit4:junit4]   2> 2143 T588 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2143 T588 oasc.SyncStrategy.syncToMe http://127.0.0.1:44596/collection1/ has no replicas
[junit4:junit4]   2> 2143 T588 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44596/collection1/
[junit4:junit4]   2> 2143 T588 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2146 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3583 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3588 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3600 T588 oasc.ZkController.register We are http://127.0.0.1:44596/collection1/ and leader is http://127.0.0.1:44596/collection1/
[junit4:junit4]   2> 3600 T588 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44596
[junit4:junit4]   2> 3601 T588 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3601 T588 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3601 T588 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3602 T588 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3603 T563 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3603 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3604 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3607 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3608 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@31df8a02
[junit4:junit4]   2> 3608 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3610 T590 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3611 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49170
[junit4:junit4]   2> 3611 T590 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 3611 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49170
[junit4:junit4]   2> 3612 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610004 with negotiated timeout 10000 for client /127.0.0.1:49170
[junit4:junit4]   2> 3612 T590 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610004, negotiated timeout = 10000
[junit4:junit4]   2> 3612 T591 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31df8a02 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3613 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3614 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3617 T563 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3678 T563 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3681 T563 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41079
[junit4:junit4]   2> 3682 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3684 T563 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3684 T563 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706
[junit4:junit4]   2> 3684 T563 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/solr.xml
[junit4:junit4]   2> 3685 T563 oasc.CoreContainer.<init> New CoreContainer 243500868
[junit4:junit4]   2> 3685 T563 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/'
[junit4:junit4]   2> 3685 T563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/'
[junit4:junit4]   2> 3707 T563 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3708 T563 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3708 T563 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3708 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3708 T563 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3709 T563 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3709 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3709 T563 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3709 T563 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3710 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3717 T563 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3726 T563 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38864/solr
[junit4:junit4]   2> 3727 T563 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3727 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@320d9d7
[junit4:junit4]   2> 3728 T601 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3728 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3730 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49171
[junit4:junit4]   2> 3730 T601 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 3730 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49171
[junit4:junit4]   2> 3733 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610005 with negotiated timeout 20000 for client /127.0.0.1:49171
[junit4:junit4]   2> 3734 T601 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610005, negotiated timeout = 20000
[junit4:junit4]   2> 3734 T602 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@320d9d7 name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3734 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3737 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610005
[junit4:junit4]   2> 3738 T602 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3739 T565 oazs.NIOServerCnxn.doIO WARNING caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x13d1689fa610005, likely client has closed socket
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
[junit4:junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4:junit4]   2> 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 
[junit4:junit4]   2> 3738 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610005 closed
[junit4:junit4]   2> 3739 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49171 which had sessionid 0x13d1689fa610005
[junit4:junit4]   2> 3739 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3742 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@725d5165
[junit4:junit4]   2> 3743 T603 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3743 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3743 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49172
[junit4:junit4]   2> 3743 T603 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 3744 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49172
[junit4:junit4]   2> 3745 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610006 with negotiated timeout 20000 for client /127.0.0.1:49172
[junit4:junit4]   2> 3745 T603 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610006, negotiated timeout = 20000
[junit4:junit4]   2> 3745 T604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@725d5165 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3745 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3746 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3747 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3748 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4750 T563 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41079_
[junit4:junit4]   2> 4751 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41079_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41079_
[junit4:junit4]   2> 4751 T563 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41079_
[junit4:junit4]   2> 4754 T585 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4754 T591 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4754 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 4754 T604 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4759 T605 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/collection1
[junit4:junit4]   2> 4760 T605 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4760 T605 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4760 T605 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4761 T605 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/collection1/'
[junit4:junit4]   2> 4762 T605 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/collection1/lib/README' to classloader
[junit4:junit4]   2> 4762 T605 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4793 T605 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4831 T605 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4831 T605 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4836 T605 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5092 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5093 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:44596_"}
[junit4:junit4]   2> 5097 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5097 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5097 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5255 T605 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5262 T605 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5265 T605 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5276 T605 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5279 T605 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5283 T605 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5284 T605 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5285 T605 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/collection1/, dataDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/
[junit4:junit4]   2> 5286 T605 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 5286 T605 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5287 T605 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1 forceNew:false
[junit4:junit4]   2> 5287 T605 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1
[junit4:junit4]   2> 5287 T605 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/index/
[junit4:junit4]   2> 5287 T605 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5289 T605 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/index forceNew:false
[junit4:junit4]   2> 5290 T605 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c4a6ac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@237c0730)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5291 T605 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5291 T605 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/index
[junit4:junit4]   2> 5293 T605 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5293 T605 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5293 T605 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5294 T605 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5294 T605 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5294 T605 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5295 T605 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5295 T605 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5295 T605 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5299 T605 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5302 T605 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1
[junit4:junit4]   2> 5302 T605 oass.SolrIndexSearcher.<init> Opening Searcher@590f12b6 main
[junit4:junit4]   2> 5303 T605 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/tlog
[junit4:junit4]   2> 5303 T605 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5303 T605 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5307 T606 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@590f12b6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5310 T605 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5310 T605 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6600 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6601 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41079_"}
[junit4:junit4]   2> 6601 T586 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6601 T586 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 6604 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6604 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6604 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7312 T605 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7312 T605 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41079 collection:collection1 shard:shard2
[junit4:junit4]   2> 7313 T605 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 7326 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:delete cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7326 T605 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7327 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:create cxid:0x47 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7328 T605 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7328 T605 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7328 T605 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41079/collection1/
[junit4:junit4]   2> 7328 T605 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7328 T605 oasc.SyncStrategy.syncToMe http://127.0.0.1:41079/collection1/ has no replicas
[junit4:junit4]   2> 7329 T605 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41079/collection1/
[junit4:junit4]   2> 7329 T605 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 7331 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610006 type:create cxid:0x51 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8107 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8115 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8115 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8115 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8134 T605 oasc.ZkController.register We are http://127.0.0.1:41079/collection1/ and leader is http://127.0.0.1:41079/collection1/
[junit4:junit4]   2> 8134 T605 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41079
[junit4:junit4]   2> 8134 T605 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8135 T605 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8135 T605 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8136 T605 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8137 T563 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8137 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8138 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8203 T563 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8205 T563 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52799
[junit4:junit4]   2> 8206 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8206 T563 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8207 T563 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233
[junit4:junit4]   2> 8207 T563 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/solr.xml
[junit4:junit4]   2> 8207 T563 oasc.CoreContainer.<init> New CoreContainer 301547244
[junit4:junit4]   2> 8208 T563 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/'
[junit4:junit4]   2> 8208 T563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/'
[junit4:junit4]   2> 8230 T563 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8231 T563 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8231 T563 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8231 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8232 T563 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8232 T563 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8233 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8233 T563 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8233 T563 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8234 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8240 T563 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8249 T563 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38864/solr
[junit4:junit4]   2> 8249 T563 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8249 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6afa8582
[junit4:junit4]   2> 8250 T616 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8251 T616 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 8251 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49173
[junit4:junit4]   2> 8252 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49173
[junit4:junit4]   2> 8251 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8253 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610007 with negotiated timeout 20000 for client /127.0.0.1:49173
[junit4:junit4]   2> 8253 T616 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610007, negotiated timeout = 20000
[junit4:junit4]   2> 8256 T617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6afa8582 name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8256 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8258 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610007
[junit4:junit4]   2> 8258 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49173 which had sessionid 0x13d1689fa610007
[junit4:junit4]   2> 8258 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610007 closed
[junit4:junit4]   2> 8259 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8260 T617 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8261 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c1bb6f4
[junit4:junit4]   2> 8262 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8262 T618 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8262 T618 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 8262 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49174
[junit4:junit4]   2> 8264 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49174
[junit4:junit4]   2> 8265 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610008 with negotiated timeout 20000 for client /127.0.0.1:49174
[junit4:junit4]   2> 8270 T618 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610008, negotiated timeout = 20000
[junit4:junit4]   2> 8270 T619 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c1bb6f4 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8270 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8271 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8272 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8273 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9279 T563 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52799_
[junit4:junit4]   2> 9280 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:delete cxid:0x9 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52799_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52799_
[junit4:junit4]   2> 9280 T563 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52799_
[junit4:junit4]   2> 9282 T585 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9282 T591 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9282 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9282 T619 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9282 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9283 T604 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9283 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9347 T620 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/collection1
[junit4:junit4]   2> 9347 T620 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9347 T620 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9347 T620 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9348 T620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/collection1/'
[junit4:junit4]   2> 9349 T620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/collection1/lib/README' to classloader
[junit4:junit4]   2> 9349 T620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9368 T620 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 9392 T620 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9392 T620 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9395 T620 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9619 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9620 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:41079_"}
[junit4:junit4]   2> 9624 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9624 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9624 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9624 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9657 T620 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9661 T620 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9663 T620 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9671 T620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9673 T620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9675 T620 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9676 T620 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9677 T620 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1361882782233/collection1/, dataDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/
[junit4:junit4]   2> 9677 T620 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 9677 T620 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 9678 T620 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2 forceNew:false
[junit4:junit4]   2> 9678 T620 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2
[junit4:junit4]   2> 9678 T620 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/index/
[junit4:junit4]   2> 9678 T620 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9679 T620 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/index forceNew:false
[junit4:junit4]   2> 9680 T620 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@58864aa2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5265e91e)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9680 T620 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9680 T620 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/index
[junit4:junit4]   2> 9681 T620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9681 T620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9682 T620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9682 T620 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9682 T620 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9682 T620 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9682 T620 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9683 T620 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9683 T620 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9685 T620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9687 T620 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2
[junit4:junit4]   2> 9687 T620 oass.SolrIndexSearcher.<init> Opening Searcher@88cc9f7 main
[junit4:junit4]   2> 9687 T620 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty2/tlog
[junit4:junit4]   2> 9688 T620 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9688 T620 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9694 T621 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@88cc9f7 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9695 T620 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9695 T620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11127 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11127 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52799_"}
[junit4:junit4]   2> 11127 T586 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11128 T586 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11130 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11130 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11130 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11130 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11697 T620 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11697 T620 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52799 collection:collection1 shard:shard1
[junit4:junit4]   2> 11698 T620 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 11701 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:delete cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1
[junit4:junit4]   2> 11702 T620 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11702 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:create cxid:0x46 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11705 T620 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11705 T620 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11705 T620 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52799/collection1/
[junit4:junit4]   2> 11705 T620 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11705 T620 oasc.SyncStrategy.syncToMe http://127.0.0.1:52799/collection1/ has no replicas
[junit4:junit4]   2> 11705 T620 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52799/collection1/
[junit4:junit4]   2> 11706 T620 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 11709 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa610008 type:create cxid:0x4f zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12634 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12639 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12639 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12639 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12639 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12662 T620 oasc.ZkController.register We are http://127.0.0.1:52799/collection1/ and leader is http://127.0.0.1:52799/collection1/
[junit4:junit4]   2> 12662 T620 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52799
[junit4:junit4]   2> 12662 T620 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12662 T620 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12662 T620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12664 T620 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12664 T563 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12665 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12665 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12714 T563 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12716 T563 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42314
[junit4:junit4]   2> 12717 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12717 T563 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12717 T563 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757
[junit4:junit4]   2> 12718 T563 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/solr.xml
[junit4:junit4]   2> 12718 T563 oasc.CoreContainer.<init> New CoreContainer 1622477150
[junit4:junit4]   2> 12718 T563 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/'
[junit4:junit4]   2> 12718 T563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/'
[junit4:junit4]   2> 12737 T563 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 12738 T563 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12738 T563 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12738 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12739 T563 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12739 T563 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12739 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12740 T563 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12740 T563 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12740 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12745 T563 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12753 T563 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38864/solr
[junit4:junit4]   2> 12753 T563 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12754 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1cad12d1
[junit4:junit4]   2> 12754 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12755 T631 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12755 T631 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 12755 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49176
[junit4:junit4]   2> 12756 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49176
[junit4:junit4]   2> 12756 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa610009 with negotiated timeout 20000 for client /127.0.0.1:49176
[junit4:junit4]   2> 12756 T631 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa610009, negotiated timeout = 20000
[junit4:junit4]   2> 12757 T632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cad12d1 name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12757 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12759 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa610009
[junit4:junit4]   2> 12759 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49176 which had sessionid 0x13d1689fa610009
[junit4:junit4]   2> 12760 T632 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12760 T563 oaz.ZooKeeper.close Session: 0x13d1689fa610009 closed
[junit4:junit4]   2> 12760 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 12763 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7698b062
[junit4:junit4]   2> 12764 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12764 T633 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12765 T633 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 12765 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49177
[junit4:junit4]   2> 12765 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49177
[junit4:junit4]   2> 12766 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa61000a with negotiated timeout 20000 for client /127.0.0.1:49177
[junit4:junit4]   2> 12766 T633 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa61000a, negotiated timeout = 20000
[junit4:junit4]   2> 12767 T634 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7698b062 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12767 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12768 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12769 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12770 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13773 T563 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42314_
[junit4:junit4]   2> 13773 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000a type:delete cxid:0x9 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42314_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42314_
[junit4:junit4]   2> 13774 T563 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42314_
[junit4:junit4]   2> 13776 T585 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13776 T604 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13777 T619 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13777 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13777 T634 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13777 T591 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13776 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13777 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13777 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13784 T635 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/collection1
[junit4:junit4]   2> 13785 T635 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13785 T635 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13785 T635 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13786 T635 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/collection1/'
[junit4:junit4]   2> 13787 T635 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/collection1/lib/README' to classloader
[junit4:junit4]   2> 13787 T635 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13813 T635 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13846 T635 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13847 T635 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13850 T635 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14116 T635 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14123 T635 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14125 T635 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14134 T635 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14137 T635 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14139 T635 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14140 T635 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14141 T635 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1361882786757/collection1/, dataDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/
[junit4:junit4]   2> 14141 T635 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 14142 T635 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 14145 T635 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3 forceNew:false
[junit4:junit4]   2> 14145 T635 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 14145 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14145 T635 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index/
[junit4:junit4]   2> 14146 T635 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14146 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52799_"}
[junit4:junit4]   2> 14146 T635 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index forceNew:false
[junit4:junit4]   2> 14148 T635 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@77af0a43 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27dc081d)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14148 T635 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14148 T635 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index
[junit4:junit4]   2> 14148 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14149 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14149 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14149 T634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14148 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14150 T635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14150 T635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14151 T635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14151 T635 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14151 T635 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14151 T635 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14152 T635 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14152 T635 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14152 T635 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14154 T635 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14156 T635 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 14156 T635 oass.SolrIndexSearcher.<init> Opening Searcher@289b9d94 main
[junit4:junit4]   2> 14156 T635 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/tlog
[junit4:junit4]   2> 14157 T635 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14157 T635 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14159 T636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@289b9d94 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14160 T635 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14160 T635 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> ###### getShardId(1) in {}
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> ###### getShardId(1) in {}
[junit4:junit4]   1> ###### getShardId(1) in {control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> coreNodeName:1
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> ###### getShardId(2) in {control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> ###### getShardId(2) in {control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(2) in {control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(2) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> coreNodeName:2
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> ###### getShardId(3) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> ###### getShardId(3) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(3) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(3) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> coreNodeName:3
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   2> 15652 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15653 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42314_"}
[junit4:junit4]   2> 15653 T586 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15653 T586 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15656 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15656 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15656 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15656 T634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 15656 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16163 T635 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16163 T635 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42314 collection:collection1 shard:shard2
[junit4:junit4]   2> 16165 T635 oasc.ZkController.register We are http://127.0.0.1:42314/collection1/ and leader is http://127.0.0.1:41079/collection1/
[junit4:junit4]   2> 16166 T635 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42314
[junit4:junit4]   2> 16166 T635 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16166 T635 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> 16167 T635 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C38 name=collection1 org.apache.solr.core.SolrCore@422fd7b7 url=http://127.0.0.1:42314/collection1 node=127.0.0.1:42314_ C38_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:42314, collection=collection1, state=down, core=collection1, node_name=127.0.0.1:42314_}
[junit4:junit4]   2> 16167 T637 C38 P42314 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16168 T563 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16169 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16170 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16174 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16174 T637 C38 P42314 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16174 T637 C38 P42314 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16175 T637 C38 P42314 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16244 T563 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 16246 T563 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53558
[junit4:junit4]   2> 16255 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 16255 T563 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 16256 T563 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263
[junit4:junit4]   2> 16256 T563 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/solr.xml
[junit4:junit4]   2> 16257 T563 oasc.CoreContainer.<init> New CoreContainer 1068578403
[junit4:junit4]   2> 16257 T563 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/'
[junit4:junit4]   2> 16258 T563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/'
[junit4:junit4]   2> 16280 T563 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 16281 T563 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 16281 T563 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 16281 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 16289 T563 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 16289 T563 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 16290 T563 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 16290 T563 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 16290 T563 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 16291 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 16298 T563 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 16310 T563 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38864/solr
[junit4:junit4]   2> 16311 T563 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 16311 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@438544d6
[junit4:junit4]   2> 16313 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16313 T647 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16314 T647 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 16314 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49179
[junit4:junit4]   2> 16314 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49179
[junit4:junit4]   2> 16315 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa61000b with negotiated timeout 20000 for client /127.0.0.1:49179
[junit4:junit4]   2> 16315 T647 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa61000b, negotiated timeout = 20000
[junit4:junit4]   2> 16316 T648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@438544d6 name:ZooKeeperConnection Watcher:127.0.0.1:38864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16316 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16317 T568 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d1689fa61000b
[junit4:junit4]   2> 16318 T565 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49179 which had sessionid 0x13d1689fa61000b
[junit4:junit4]   2> 16318 T563 oaz.ZooKeeper.close Session: 0x13d1689fa61000b closed
[junit4:junit4]   2> 16319 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 16322 T648 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 16323 T563 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38864/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2276d82
[junit4:junit4]   2> 16324 T563 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 16324 T649 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38864. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 16325 T649 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38864, initiating session
[junit4:junit4]   2> 16325 T565 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49180
[junit4:junit4]   2> 16325 T565 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49180
[junit4:junit4]   2> 16326 T567 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d1689fa61000c with negotiated timeout 20000 for client /127.0.0.1:49180
[junit4:junit4]   2> 16326 T649 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38864, sessionid = 0x13d1689fa61000c, negotiated timeout = 20000
[junit4:junit4]   2> 16327 T650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2276d82 name:ZooKeeperConnection Watcher:127.0.0.1:38864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 16327 T563 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 16328 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000c type:create cxid:0x1 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16328 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16329 T563 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 17159 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17160 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42314_"}
[junit4:junit4]   2> 17162 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17162 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17163 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17162 T634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17163 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17163 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17346 T563 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53558_
[junit4:junit4]   2> 17347 T568 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d1689fa61000c type:delete cxid:0xb zxid:0xa8 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53558_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53558_
[junit4:junit4]   2> 17347 T563 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53558_
[junit4:junit4]   2> 17349 T634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17349 T650 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17349 T585 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17349 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17349 T591 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17349 T619 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17350 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17349 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17349 T604 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17349 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17350 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 17350 T634 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 17354 T651 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/collection1
[junit4:junit4]   2> 17355 T651 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 17355 T651 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 17355 T651 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 17356 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/collection1/'
[junit4:junit4]   2> 17357 T651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/collection1/lib/README' to classloader
[junit4:junit4]   2> 17357 T651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 17383 T651 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 17407 T651 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 17407 T651 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 17410 T651 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17671 T651 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17676 T651 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17678 T651 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17685 T651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17688 T651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17691 T651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17692 T651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17693 T651 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1361882790263/collection1/, dataDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/
[junit4:junit4]   2> 17693 T651 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 17693 T651 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 17694 T651 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4 forceNew:false
[junit4:junit4]   2> 17694 T651 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4
[junit4:junit4]   2> 17694 T651 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/index/
[junit4:junit4]   2> 17694 T651 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17695 T651 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/index forceNew:false
[junit4:junit4]   2> 17697 T651 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@573f0e41 lockFactory=org.apache.lucene.store.NativeFSLockFactory@71670c91)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17698 T651 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17698 T651 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/index
[junit4:junit4]   2> 17700 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17700 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17700 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17701 T651 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17701 T651 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17701 T651 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17701 T651 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17702 T651 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17702 T651 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17705 T651 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17708 T651 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4
[junit4:junit4]   2> 17708 T651 oass.SolrIndexSearcher.<init> Opening Searcher@769295ba main
[junit4:junit4]   2> 17709 T651 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty4/tlog
[junit4:junit4]   2> 17709 T651 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17709 T651 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17712 T652 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@769295ba main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17713 T651 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17714 T651 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> ###### getShardId(4) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> ###### getShardId(4) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(4) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(4) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "4":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:42314_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:4
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> ###### getShardId(5) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "4":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"recovering",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:42314_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   2> 18667 T586 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18668 T586 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53558",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53558_"}
[junit4:junit4]   2> 18668 T586 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 18668 T586 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 18672 T591 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18672 T619 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18672 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18672 T604 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18672 T634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18673 T585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18717 T651 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18717 T651 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53558 collection:collection1 shard:shard1
[junit4:junit4]   2> 18719 T651 oasc.ZkController.register We are http://127.0.0.1:53558/collection1/ and leader is http://127.0.0.1:52799/collection1/
[junit4:junit4]   2> 18719 T651 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53558
[junit4:junit4]   2> 18720 T651 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18720 T651 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C39 name=collection1 org.apache.solr.core.SolrCore@794a29da url=http://127.0.0.1:53558/collection1 node=127.0.0.1:53558_ C39_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:53558, collection=collection1, state=down, core=collection1, node_name=127.0.0.1:53558_}
[junit4:junit4]   2> 18720 T653 C39 P53558 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18721 T651 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18721 T653 C39 P53558 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18721 T653 C39 P53558 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18722 T653 C39 P53558 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18722 T563 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18723 T653 C39 P53558 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18723 T563 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18723 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18731 T563 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18733 T563 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18740 T600 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/unloadcollection1
[junit4:junit4]   2> 18740 T600 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 18741 T600 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 18741 T600 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 18742 T600 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 18743 T600 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 18744 T600 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 18746 T600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/unloadcollection1/'
[junit4:junit4]   2> 18788 T600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 18817 T600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18818 T600 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18822 T600 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19091 T600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19097 T600 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19099 T600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19118 T600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19122 T600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19125 T600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19127 T600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19128 T600 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1361882777706/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/
[junit4:junit4]   2> 19128 T600 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4754326f
[junit4:junit4]   2> 19129 T600 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 19130 T600 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n forceNew:false
[junit4:junit4]   2> 19131 T600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n
[junit4:junit4]   2> 19131 T600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/index/
[junit4:junit4]   2> 19131 T600 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19132 T600 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/index forceNew:false
[junit4:junit4]   2> 19133 T600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@216e8205 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7114d1c)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19134 T600 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19134 T600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/index
[junit4:junit4]   2> 19138 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19139 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19139 T600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19140 T600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19140 T600 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19141 T600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19141 T600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19141 T600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19142 T600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19145 T600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19149 T600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n
[junit4:junit4]   2> 19149 T600 oass.SolrIndexSearcher.<init> Opening Searcher@2ed7793b main
[junit4:junit4]   2> 19150 T600 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n/tlog
[junit4:junit4]   2> 19150 T600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19151 T600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19153 T600 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1361882774108/1361882792826unloadcollection1_1n
[junit4:junit4]   2> 19155 T600 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 19156 T654 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@2ed7793b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2>  C38_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:42314, collection=collection1, state=recovering, shard=shard2, core=collection1, node_name=127.0.0.1:42314_}
[junit4:junit4]   2> 19186 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:41079/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19186 T637 C38 P42314 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42314 START replicas=[http://127.0.0.1:41079/collection1/] nUpdates=100
[junit4:junit4]   2> 19187 T637 C38 P42314 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19187 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19187 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19187 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19187 T637 C38 P42314 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19188 T637 C38 P42314 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:41079/collection1/. core=collection1
[junit4:junit4]   2> 19188 T637 C38 P42314 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C40 name=collection1 org.apache.solr.core.SolrCore@6b11af4b url=http://127.0.0.1:41079/collection1 node=127.0.0.1:41079_ C40_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:41079, collection=collection1, state=active, shard=shard2, core=collection1, node_name=127.0.0.1:41079_, leader=true}
[junit4:junit4]   2> 19197 T597 C40 P41079 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19198 T598 C40 P41079 REQ /get {wt=javabin&version=2&getVersions=100&distrib=false&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 19198 T597 C40 P41079 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1
[junit4:junit4]   2> 19200 T597 C40 P41079 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c4a6ac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@237c0730)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19200 T597 C40 P41079 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19201 T597 C40 P41079 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c4a6ac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@237c0730)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c4a6ac6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@237c0730)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19201 T597 C40 P41079 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19201 T597 C40 P41079 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1
[junit4:junit4]   2> 19202 T597 C40 P41079 oass.SolrIndexSearcher.<init> Opening Searcher@1958f770 realtime
[junit4:junit4]   2> 19202 T597 C40 P41079 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19203 T597 C40 P41079 /update {wt=javabin&version=2&waitSearcher=true&commit=true&commit_end_point=true&softCommit=false&openSearcher=false} {commit=} 0 6
[junit4:junit4]   2> 19203 T637 C38 P42314 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19204 T637 C38 P42314 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19212 T598 C40 P41079 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19213 T598 C40 P41079 REQ /replication {wt=javabin&version=2&command=indexversion&qt=/replication} status=0 QTime=7 
[junit4:junit4]   2> 19214 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19214 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19214 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19216 T597 C40 P41079 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1
[junit4:junit4]   2> 19217 T597 C40 P41079 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty1/index
[junit4:junit4]   2> 19217 T597 C40 P41079 REQ /replication {wt=javabin&version=2&command=filelist&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 19217 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19219 T637 C38 P42314 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index.20130226084633307 forceNew:false
[junit4:junit4]   2> 19219 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19219 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@76cd4c78 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5688ac77) fullCopy=true
[junit4:junit4]   2> 19221 T599 C40 P41079 REQ /replication {wt=filestream&checksum=true&file=segments_2&command=filecontent&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19238 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index
[junit4:junit4]   2> 19238 T637 C38 P42314 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19242 T637 C38 P42314 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130226084633307
[junit4:junit4]   2> 19242 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19243 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19243 T637 C38 P42314 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index/ new=./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index.20130226084633307
[junit4:junit4]   2> 19244 T637 C38 P42314 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@76cd4c78 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5688ac77),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19245 T637 C38 P42314 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19245 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19246 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19246 T637 C38 P42314 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19246 T637 C38 P42314 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19246 T637 C38 P42314 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19249 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index.20130226084633307
[junit4:junit4]   2> 19252 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19252 T637 C38 P42314 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@76cd4c78 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5688ac77),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19253 T637 C38 P42314 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19253 T637 C38 P42314 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19253 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3
[junit4:junit4]   2> 19253 T637 C38 P42314 oass.SolrIndexSearcher.<init> Opening Searcher@3d99be89 main
[junit4:junit4]   2> 19254 T636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d99be89 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19254 T636 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index
[junit4:junit4]   2> 19254 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index.20130226084633307
[junit4:junit4]   2> 19255 T637 C38 P42314 oasc.CachingDirectoryFactory.close Releasing directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1361882774099/jetty3/index
[junit4:junit4]   2> 19255 T637 C38 P42314 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19255 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19255 T637 C38 P42314 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19255 T637 C38 P42314 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19256 T637 C38 P42314 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   1> ###### getShardId(5) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "4":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"recovering",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:42314_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> ###### getShardId(5) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "4":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"recovering",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:42314_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "5":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:53558",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:53558_"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collection)={
[junit4:junit4]   1>   "shards":{"shard1":{
[junit4:junit4]   1>       "range":"80000000-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{"1":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:44596",
[junit4:junit4]   1>           "collection":"control_collection",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:44596_",
[junit4:junit4]   1>           "leader":"true"}}}},
[junit4:junit4]   1>   "router":"compositeId"}}
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:5
[junit4:junit4]   1> coreNodeName:null
[junit4:junit4]   1> ###### getShardId(127.0.0.1:41079__unloadcollection1) in {collection1=DocCollection(collection1)={
[junit4:junit4]   1>   "shards":{
[junit4:junit4]   1>     "shard2":{
[junit4:junit4]   1>       "range":"0-7fffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "2":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:41079",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:41079_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "4":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:42314",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"recovering",
[junit4:junit4]   1>           "shard":"shard2",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:42314_"}}},
[junit4:junit4]   1>     "shard1":{
[junit4:junit4]   1>       "range":"80000000-ffffffff",
[junit4:junit4]   1>       "state":"active",
[junit4:junit4]   1>       "replicas":{
[junit4:junit4]   1>         "3":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:52799",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"active",
[junit4:junit4]   1>           "shard":"shard1",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:52799_",
[junit4:junit4]   1>           "leader":"true"},
[junit4:junit4]   1>         "5":{
[junit4:junit4]   1>           "base_url":"http://127.0.0.1:53558",
[junit4:junit4]   1>           "collection":"collection1",
[junit4:junit4]   1>           "state":"down",
[junit4:junit4]   1>           "core":"collection1",
[junit4:junit4]   1>           "node_name":"127.0.0.1:53558_"}}}},
[junit4:junit4]   1>   "router":"compositeId"}, control_collection=DocCollection(control_collec

[...truncated too long message...]

ror: expected:<1> but was:<0>
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([D957F599BABE25E5:58B17B81CDE145D9]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.junit.Assert.failNotEquals(Assert.java:647)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:128)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:472)
[junit4:junit4]    > 	at org.junit.Assert.assertEquals(Assert.java:456)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:205)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:85)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:805)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:474)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 30706 T2959 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 30709 T2958 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> 31167 T2962 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=DefaultSimilarity, locale=is, timezone=Africa/Mogadishu
[junit4:junit4]   2> NOTE: Linux 3.2.0-38-generic amd64/Oracle Corporation 1.8.0-ea (64-bit)/cpus=8,threads=1,free=167424352,total=324468736
[junit4:junit4]   2> NOTE: All tests run in this JVM: [IndexSchemaTest, SolrIndexConfigTest, ResponseLogComponentTest, DebugComponentTest, XsltUpdateRequestHandlerTest, ClusterStateTest, TestFastWriter, TestCharFilters, TestSurroundQueryParser, TestPartialUpdateDeduplication, TestPluginEnable, UpdateParamsTest, StatsComponentTest, TestBinaryField, TestMergePolicyConfig, TestSolrDeletionPolicy1, DirectUpdateHandlerTest, SuggesterTSTTest, URLClassifyProcessorTest, ZkCLITest, TestQuerySenderListener, DocumentBuilderTest, TestSolrDeletionPolicy2, TestLRUCache, MultiTermTest, RecoveryZkTest, TestJmxIntegration, TestArbitraryIndexDir, TestWriterPerf, TestStressRecovery, UUIDFieldTest, TestAtomicUpdateErrorCases, TestReload, DocumentAnalysisRequestHandlerTest, ShowFileRequestHandlerTest, LukeRequestHandlerTest, TestCSVResponseWriter, SolrCoreTest, SimplePostToolTest, SliceStateTest, TestDistributedGrouping, PrimUtilsTest, TestFuzzyAnalyzedSuggestions, PolyFieldTest, QueryParsingTest, TestQueryUtils, PeerSyncTest, SuggesterTest, EchoParamsTest, LegacyHTMLStripCharFilterTest, OutputWriterTest, ReturnFieldsTest, FullSolrCloudDistribCmdsTest, TestSolrJ, TestRealTimeGet, TestPropInjectDefaults, TestSort, HighlighterTest, TestAnalyzedSuggestions, RegexBoostProcessorTest, TestZkChroot, BasicDistributedZkTest, OverseerTest, TestReplicationHandler, LeaderElectionTest, SpellCheckCollatorTest, TestExtendedDismaxParser, SoftAutoCommitTest, ZkSolrClientTest, TestFaceting, TestRecovery, TestMultiCoreConfBootstrap, TestGroupingSearch, TestTrie, TestRemoteStreaming, TestWordDelimiterFilterFactory, MoreLikeThisHandlerTest, DistributedQueryElevationComponentTest, BinaryUpdateRequestHandlerTest, StandardRequestHandlerTest, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SuggesterWFSTTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, FastVectorHighlighterTest, RequestHandlersTest, TestOmitPositions, SolrCmdDistributorTest, SolrCoreCheckLockOnStartupTest, TestIndexingPerformance, PrimitiveFieldTypeTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestDocSet, TestCollationField, IndexReaderFactoryTest, SpellPossibilityIteratorTest, TestPhraseSuggestions, TestPerFieldSimilarity, TestDFRSimilarityFactory, TimeZoneUtilsTest, PluginInfoTest, ResourceLoaderTest, TestSystemIdResolver, DateFieldTest, TestBadConfig, RAMDirectoryFactoryTest, SystemInfoHandlerTest, TestUtils, PreAnalyzedFieldTest, ZkNodePropsTest, AnalysisAfterCoreReloadTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 31.23s, 1 test, 1 failure <<< FAILURES!

[...truncated 65 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:865: There were test failures: 254 suites, 1065 tests, 2 failures, 8 ignored (3 assumptions)

Total time: 37 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.8.0-ea-b65 -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure