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/03/21 21:03:40 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-ea-b79) - Build # 4769 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4769/
Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseG1GC -XX:MarkStackSize=256K

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

Error Message:
Server at http://127.0.0.1:54369/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:54369/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([6C96FF4F177223EA:ED707157602D43D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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:487)
	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 shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([6C96FF4F177223EA:ED707157602D43D6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:124)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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:487)
	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 9432 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T1009 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /l_v/
[junit4:junit4]   2> 3 T1009 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712
[junit4:junit4]   2> 3 T1009 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 4 T1010 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 5 T1010 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 5 T1010 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 5 T1010 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1010 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1010 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1363895511712/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 104 T1009 oasc.ZkTestServer.run start zk server on port:49261
[junit4:junit4]   2> 104 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c824ef
[junit4:junit4]   2> 105 T1015 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 105 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 106 T1015 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 106 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45867
[junit4:junit4]   2> 106 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45867
[junit4:junit4]   2> 107 T1013 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 123 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50000 with negotiated timeout 10000 for client /127.0.0.1:45867
[junit4:junit4]   2> 123 T1015 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50000, negotiated timeout = 10000
[junit4:junit4]   2> 124 T1016 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c824ef name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 124 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 124 T1009 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 130 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50000
[junit4:junit4]   2> 131 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45867 which had sessionid 0x13d8e81eaa50000
[junit4:junit4]   2> 132 T1016 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 131 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50000 closed
[junit4:junit4]   2> 132 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@10fc2a6
[junit4:junit4]   2> 133 T1017 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 133 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 133 T1017 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 134 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45868
[junit4:junit4]   2> 134 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45868
[junit4:junit4]   2> 135 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50001 with negotiated timeout 10000 for client /127.0.0.1:45868
[junit4:junit4]   2> 135 T1017 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50001, negotiated timeout = 10000
[junit4:junit4]   2> 136 T1018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10fc2a6 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 136 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 136 T1009 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 141 T1009 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 146 T1009 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 150 T1009 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 156 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 157 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 166 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 167 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 174 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 175 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 181 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 181 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 187 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 188 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 195 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 195 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 202 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 202 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 209 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 210 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 216 T1009 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 217 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 223 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50001
[junit4:junit4]   2> 224 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45868 which had sessionid 0x13d8e81eaa50001
[junit4:junit4]   2> 225 T1018 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 224 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50001 closed
[junit4:junit4]   2> 297 T1009 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 305 T1009 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39753
[junit4:junit4]   2> 305 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 305 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 306 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363895511934
[junit4:junit4]   2> 306 T1009 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363895511934/solr.xml
[junit4:junit4]   2> 306 T1009 oasc.CoreContainer.<init> New CoreContainer 33006773
[junit4:junit4]   2> 307 T1009 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363895511934/'
[junit4:junit4]   2> 307 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1363895511934/'
[junit4:junit4]   2> 321 T1009 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 322 T1009 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 322 T1009 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 322 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 323 T1009 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 323 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 323 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 324 T1009 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 324 T1009 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 324 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 340 T1009 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 350 T1009 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49261/solr
[junit4:junit4]   2> 351 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 351 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c67b1c
[junit4:junit4]   2> 352 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 352 T1028 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 353 T1028 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 353 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45869
[junit4:junit4]   2> 353 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45869
[junit4:junit4]   2> 355 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50002 with negotiated timeout 20000 for client /127.0.0.1:45869
[junit4:junit4]   2> 355 T1028 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50002, negotiated timeout = 20000
[junit4:junit4]   2> 355 T1029 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c67b1c name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 355 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 357 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50002
[junit4:junit4]   2> 357 T1029 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 357 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50002 closed
[junit4:junit4]   2> 357 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45869 which had sessionid 0x13d8e81eaa50002
[junit4:junit4]   2> 358 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 361 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@18b2d7f
[junit4:junit4]   2> 362 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 362 T1030 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 362 T1030 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 362 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45870
[junit4:junit4]   2> 363 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45870
[junit4:junit4]   2> 364 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50003 with negotiated timeout 20000 for client /127.0.0.1:45870
[junit4:junit4]   2> 364 T1030 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50003, negotiated timeout = 20000
[junit4:junit4]   2> 365 T1031 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18b2d7f name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 365 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 368 T1009 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 373 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 375 T1009 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 381 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 383 T1009 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39753_l_v
[junit4:junit4]   2> 384 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39753_l_v Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39753_l_v
[junit4:junit4]   2> 384 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39753_l_v
[junit4:junit4]   2> 388 T1009 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 394 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 395 T1009 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 397 T1009 oasc.Overseer.start Overseer (id=89384256255885315-127.0.0.1:39753_l_v-n_0000000000) starting
[junit4:junit4]   2> 398 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 399 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 400 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 401 T1009 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 404 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 405 T1033 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 406 T1009 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 408 T1009 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 410 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 413 T1032 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 415 T1009 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 415 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 415 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 418 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 419 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@e2e21e
[junit4:junit4]   2> 419 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 420 T1035 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 420 T1035 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 420 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45871
[junit4:junit4]   2> 420 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45871
[junit4:junit4]   2> 421 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50004 with negotiated timeout 10000 for client /127.0.0.1:45871
[junit4:junit4]   2> 421 T1035 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50004, negotiated timeout = 10000
[junit4:junit4]   2> 422 T1036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e2e21e name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 422 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 423 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 426 T1009 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 482 T1009 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 484 T1009 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38880
[junit4:junit4]   2> 485 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 485 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 486 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135
[junit4:junit4]   2> 486 T1009 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/solr.xml
[junit4:junit4]   2> 486 T1009 oasc.CoreContainer.<init> New CoreContainer 23207002
[junit4:junit4]   2> 487 T1009 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/'
[junit4:junit4]   2> 487 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/'
[junit4:junit4]   2> 502 T1009 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 503 T1009 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 503 T1009 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 503 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 503 T1009 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 504 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 504 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 504 T1009 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 505 T1009 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 505 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 511 T1009 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 519 T1009 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49261/solr
[junit4:junit4]   2> 520 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 520 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@18acc01
[junit4:junit4]   2> 521 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 521 T1046 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 522 T1046 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 522 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45872
[junit4:junit4]   2> 523 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45872
[junit4:junit4]   2> 524 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50005 with negotiated timeout 20000 for client /127.0.0.1:45872
[junit4:junit4]   2> 524 T1046 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50005, negotiated timeout = 20000
[junit4:junit4]   2> 524 T1047 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18acc01 name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 525 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 526 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50005
[junit4:junit4]   2> 527 T1047 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 527 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45872 which had sessionid 0x13d8e81eaa50005
[junit4:junit4]   2> 527 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50005 closed
[junit4:junit4]   2> 528 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 531 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@134b895
[junit4:junit4]   2> 532 T1048 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 531 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 532 T1048 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 532 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45873
[junit4:junit4]   2> 533 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45873
[junit4:junit4]   2> 534 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50006 with negotiated timeout 20000 for client /127.0.0.1:45873
[junit4:junit4]   2> 534 T1048 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50006, negotiated timeout = 20000
[junit4:junit4]   2> 534 T1049 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134b895 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 535 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 536 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 538 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 543 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1548 T1009 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38880_l_v
[junit4:junit4]   2> 1550 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38880_l_v Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38880_l_v
[junit4:junit4]   2> 1551 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38880_l_v
[junit4:junit4]   2> 1559 T1036 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1559 T1049 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1559 T1031 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1567 T1009 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1568 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1569 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1641 T1009 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1643 T1009 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52506
[junit4:junit4]   2> 1644 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1644 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1645 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284
[junit4:junit4]   2> 1645 T1009 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/solr.xml
[junit4:junit4]   2> 1646 T1009 oasc.CoreContainer.<init> New CoreContainer 6841958
[junit4:junit4]   2> 1646 T1009 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/'
[junit4:junit4]   2> 1647 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/'
[junit4:junit4]   2> 1681 T1009 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1681 T1009 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1682 T1009 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1683 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1683 T1009 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1684 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1685 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1685 T1009 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1686 T1009 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1687 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1699 T1009 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1708 T1009 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49261/solr
[junit4:junit4]   2> 1708 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1708 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@24dc64
[junit4:junit4]   2> 1709 T1060 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1709 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1710 T1060 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 1710 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45874
[junit4:junit4]   2> 1711 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45874
[junit4:junit4]   2> 1712 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50007 with negotiated timeout 20000 for client /127.0.0.1:45874
[junit4:junit4]   2> 1712 T1060 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50007, negotiated timeout = 20000
[junit4:junit4]   2> 1712 T1061 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24dc64 name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1713 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1714 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50007
[junit4:junit4]   2> 1715 T1061 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1715 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45874 which had sessionid 0x13d8e81eaa50007
[junit4:junit4]   2> 1715 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50007 closed
[junit4:junit4]   2> 1716 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1719 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c33ff6
[junit4:junit4]   2> 1720 T1062 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1720 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1721 T1062 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 1721 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45875
[junit4:junit4]   2> 1721 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45875
[junit4:junit4]   2> 1722 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50008 with negotiated timeout 20000 for client /127.0.0.1:45875
[junit4:junit4]   2> 1723 T1062 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50008, negotiated timeout = 20000
[junit4:junit4]   2> 1723 T1063 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c33ff6 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1723 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1724 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1727 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1731 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2737 T1009 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52506_l_v
[junit4:junit4]   2> 2738 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52506_l_v Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52506_l_v
[junit4:junit4]   2> 2740 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52506_l_v
[junit4:junit4]   2> 2746 T1031 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2746 T1036 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2746 T1049 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2746 T1063 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2756 T1009 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2756 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2757 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2824 T1009 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2827 T1009 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:32894
[junit4:junit4]   2> 2828 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2829 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2830 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472
[junit4:junit4]   2> 2830 T1009 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/solr.xml
[junit4:junit4]   2> 2831 T1009 oasc.CoreContainer.<init> New CoreContainer 9036579
[junit4:junit4]   2> 2832 T1009 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/'
[junit4:junit4]   2> 2832 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/'
[junit4:junit4]   2> 2851 T1009 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 2851 T1009 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 2851 T1009 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 2852 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 2852 T1009 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 2852 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 2853 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 2853 T1009 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 2853 T1009 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 2854 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 2859 T1009 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 2868 T1009 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49261/solr
[junit4:junit4]   2> 2868 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 2869 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ccd8b7
[junit4:junit4]   2> 2870 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2870 T1074 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2871 T1074 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 2871 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45876
[junit4:junit4]   2> 2871 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45876
[junit4:junit4]   2> 2873 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa50009 with negotiated timeout 20000 for client /127.0.0.1:45876
[junit4:junit4]   2> 2873 T1074 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa50009, negotiated timeout = 20000
[junit4:junit4]   2> 2873 T1075 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ccd8b7 name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2874 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2875 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa50009
[junit4:junit4]   2> 2876 T1075 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 2876 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45876 which had sessionid 0x13d8e81eaa50009
[junit4:junit4]   2> 2876 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa50009 closed
[junit4:junit4]   2> 2877 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 2880 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1cdbd88
[junit4:junit4]   2> 2881 T1076 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 2881 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 2881 T1076 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 2881 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45877
[junit4:junit4]   2> 2882 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45877
[junit4:junit4]   2> 2883 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa5000a with negotiated timeout 20000 for client /127.0.0.1:45877
[junit4:junit4]   2> 2883 T1076 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa5000a, negotiated timeout = 20000
[junit4:junit4]   2> 2883 T1077 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cdbd88 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 2884 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 2885 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2887 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2890 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3895 T1009 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32894_l_v
[junit4:junit4]   2> 3897 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32894_l_v Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:32894_l_v
[junit4:junit4]   2> 3898 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32894_l_v
[junit4:junit4]   2> 3904 T1063 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3904 T1049 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3905 T1077 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3905 T1031 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3906 T1036 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 3931 T1009 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3931 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3932 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4002 T1009 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4006 T1009 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42909
[junit4:junit4]   2> 4007 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4007 T1009 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4008 T1009 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363895515647
[junit4:junit4]   2> 4009 T1009 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363895515647/solr.xml
[junit4:junit4]   2> 4009 T1009 oasc.CoreContainer.<init> New CoreContainer 9039825
[junit4:junit4]   2> 4010 T1009 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363895515647/'
[junit4:junit4]   2> 4011 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1363895515647/'
[junit4:junit4]   2> 4030 T1009 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4030 T1009 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4030 T1009 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4031 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4031 T1009 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4031 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4031 T1009 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4032 T1009 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4032 T1009 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4032 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4038 T1009 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4047 T1009 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49261/solr
[junit4:junit4]   2> 4047 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4047 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e0a101
[junit4:junit4]   2> 4049 T1088 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4048 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4049 T1088 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 4050 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45878
[junit4:junit4]   2> 4050 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45878
[junit4:junit4]   2> 4051 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa5000b with negotiated timeout 20000 for client /127.0.0.1:45878
[junit4:junit4]   2> 4052 T1088 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa5000b, negotiated timeout = 20000
[junit4:junit4]   2> 4052 T1089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e0a101 name:ZooKeeperConnection Watcher:127.0.0.1:49261 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4052 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4054 T1014 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d8e81eaa5000b
[junit4:junit4]   2> 4055 T1089 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4055 T1011 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:45878 which had sessionid 0x13d8e81eaa5000b
[junit4:junit4]   2> 4055 T1009 oaz.ZooKeeper.close Session: 0x13d8e81eaa5000b closed
[junit4:junit4]   2> 4055 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4058 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1573af3
[junit4:junit4]   2> 4059 T1090 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4059 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4059 T1090 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 4060 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45879
[junit4:junit4]   2> 4060 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45879
[junit4:junit4]   2> 4061 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa5000c with negotiated timeout 20000 for client /127.0.0.1:45879
[junit4:junit4]   2> 4061 T1090 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa5000c, negotiated timeout = 20000
[junit4:junit4]   2> 4061 T1091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1573af3 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4061 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4062 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4064 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4068 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5072 T1009 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42909_l_v
[junit4:junit4]   2> 5074 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa5000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42909_l_v Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42909_l_v
[junit4:junit4]   2> 5075 T1009 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42909_l_v
[junit4:junit4]   2> 5082 T1036 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5082 T1077 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5082 T1091 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5082 T1049 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5082 T1063 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5082 T1031 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5091 T1009 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5092 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5092 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5099 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5108 T1044 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/unloadcollection1
[junit4:junit4]   2> 5109 T1044 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 5111 T1044 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 5111 T1044 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5114 T1044 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5114 T1044 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 5119 T1044 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 5120 T1044 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/unloadcollection1/'
[junit4:junit4]   2> 5150 T1044 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 5186 T1044 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5188 T1044 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5192 T1044 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5607 T1044 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5613 T1044 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5615 T1044 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5636 T1044 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5642 T1044 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5648 T1044 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5651 T1044 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5652 T1044 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5653 T1044 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5655 T1044 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5655 T1044 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5656 T1044 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5657 T1044 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n/
[junit4:junit4]   2> 5657 T1044 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@977ad5
[junit4:junit4]   2> 5658 T1044 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5659 T1044 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n forceNew: false
[junit4:junit4]   2> 5660 T1044 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n/index/
[junit4:junit4]   2> 5660 T1044 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5661 T1044 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n/index forceNew: false
[junit4:junit4]   2> 5663 T1044 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5664 T1044 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5667 T1044 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5667 T1044 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5668 T1044 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5669 T1044 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5670 T1044 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5671 T1044 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5671 T1044 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5672 T1044 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5673 T1044 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5677 T1044 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5680 T1044 oass.SolrIndexSearcher.<init> Opening Searcher@473222 main
[junit4:junit4]   2> 5680 T1044 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n/tlog
[junit4:junit4]   2> 5681 T1044 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5681 T1044 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5686 T1093 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@473222 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5688 T1044 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 6430 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6431 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38880/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38880_l_v"}
[junit4:junit4]   2> 6432 T1032 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 6432 T1032 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6442 T1063 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> 6442 T1077 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> 6442 T1091 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> 6442 T1036 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> 6442 T1049 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> 6442 T1031 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> 6690 T1044 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 6691 T1044 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:38880/l_v collection:unloadcollection shard:shard1
[junit4:junit4]   2> 6692 T1044 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 6706 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:delete cxid:0x51 zxid:0x57 txntype:-1 reqpath:n/a Error Path:/solr/collections/unloadcollection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/unloadcollection/leaders
[junit4:junit4]   2> 6707 T1044 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6708 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:create cxid:0x52 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6713 T1044 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6713 T1044 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6714 T1044 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38880/l_v/unloadcollection1/
[junit4:junit4]   2> 6714 T1044 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6715 T1044 oasc.SyncStrategy.syncToMe http://127.0.0.1:38880/l_v/unloadcollection1/ has no replicas
[junit4:junit4]   2> 6715 T1044 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38880/l_v/unloadcollection1/
[junit4:junit4]   2> 6716 T1044 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 6726 T1014 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d8e81eaa50006 type:create cxid:0x5d zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7952 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7969 T1077 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> 7970 T1036 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> 7969 T1091 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> 7969 T1031 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> 7969 T1063 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> 7970 T1049 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> 7986 T1044 oasc.ZkController.register We are http://127.0.0.1:38880/l_v/unloadcollection1/ and leader is http://127.0.0.1:38880/l_v/unloadcollection1/
[junit4:junit4]   2> 7987 T1044 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:38880/l_v
[junit4:junit4]   2> 7987 T1044 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7987 T1044 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 7991 T1044 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7993 T1044 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/solr.xml
[junit4:junit4]   2> 8003 T1044 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1363895512135/solr.xml
[junit4:junit4]   2> 8005 T1044 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&name=unloadcollection1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895516815unloadcollection1_1n&numShards=1&wt=javabin&version=2&action=CREATE} status=0 QTime=2897 
[junit4:junit4]   2> 8006 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8008 T1009 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49261/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@678be0
[junit4:junit4]   2> 8010 T1094 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:49261. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8010 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8011 T1094 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:49261, initiating session
[junit4:junit4]   2> 8011 T1011 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:45881
[junit4:junit4]   2> 8011 T1011 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:45881
[junit4:junit4]   2> 8013 T1013 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d8e81eaa5000d with negotiated timeout 10000 for client /127.0.0.1:45881
[junit4:junit4]   2> 8013 T1094 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:49261, sessionid = 0x13d8e81eaa5000d, negotiated timeout = 10000
[junit4:junit4]   2> 8013 T1095 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@678be0 name:ZooKeeperConnection Watcher:127.0.0.1:49261/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8013 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8016 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8021 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8023 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8032 T1056 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/unloadcollection2
[junit4:junit4]   2> 8033 T1056 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 8034 T1056 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8034 T1056 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 8037 T1056 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/unloadcollection2/'
[junit4:junit4]   2> 8072 T1056 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 8107 T1056 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8109 T1056 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8112 T1056 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8434 T1056 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8438 T1056 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8440 T1056 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8461 T1056 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8467 T1056 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8472 T1056 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8475 T1056 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8478 T1056 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8478 T1056 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8481 T1056 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8481 T1056 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8482 T1056 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8482 T1056 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/
[junit4:junit4]   2> 8483 T1056 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@977ad5
[junit4:junit4]   2> 8484 T1056 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8485 T1056 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n forceNew: false
[junit4:junit4]   2> 8486 T1056 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/index/
[junit4:junit4]   2> 8486 T1056 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8487 T1056 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/index forceNew: false
[junit4:junit4]   2> 8490 T1056 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13ab524 lockFactory=org.apache.lucene.store.NativeFSLockFactory@168c748),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8490 T1056 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8493 T1056 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8494 T1056 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8495 T1056 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8495 T1056 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8496 T1056 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8497 T1056 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8497 T1056 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8498 T1056 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8499 T1056 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8503 T1056 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8508 T1056 oass.SolrIndexSearcher.<init> Opening Searcher@7864c3 main
[junit4:junit4]   2> 8508 T1056 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/tlog
[junit4:junit4]   2> 8510 T1056 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8510 T1056 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8515 T1096 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@7864c3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8517 T1056 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 8517 T1056 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9482 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9483 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:38880_l_v_unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38880/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38880_l_v"}
[junit4:junit4]   2> 9490 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52506/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52506_l_v"}
[junit4:junit4]   2> 9490 T1032 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9491 T1032 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9497 T1091 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> 9497 T1036 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> 9498 T1031 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> 9498 T1049 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> 9498 T1063 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> 9497 T1077 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> 9498 T1095 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> 9520 T1056 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 9521 T1056 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:52506/l_v collection:unloadcollection shard:shard1
[junit4:junit4]   2> 9527 T1056 oasc.ZkController.register We are http://127.0.0.1:52506/l_v/unloadcollection2/ and leader is http://127.0.0.1:38880/l_v/unloadcollection1/
[junit4:junit4]   2> 9528 T1056 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:52506/l_v
[junit4:junit4]   2> 9528 T1056 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 9529 T1056 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C56 name=unloadcollection2 org.apache.solr.core.SolrCore@145192b url=http://127.0.0.1:52506/l_v/unloadcollection2 node=127.0.0.1:52506_l_v C56_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:52506/l_v, state=down, node_name=127.0.0.1:52506_l_v}
[junit4:junit4]   2> 9529 T1097 C56 P52506 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 9530 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 9531 T1097 C56 P52506 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 9531 T1056 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9531 T1097 C56 P52506 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9533 T1056 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/solr.xml
[junit4:junit4]   2> 9534 T1097 C56 P52506 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9541 T1056 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1363895513284/solr.xml
[junit4:junit4]   2> 9543 T1056 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&name=unloadcollection2&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n&wt=javabin&version=2&action=CREATE} status=0 QTime=1511 
[junit4:junit4]   2> 9544 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9546 T1009 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 9547 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10551 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11011 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11012 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52506_l_v_unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52506/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52506_l_v"}
[junit4:junit4]   2> 11033 T1095 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> 11033 T1036 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> 11033 T1031 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> 11033 T1063 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> 11033 T1049 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> 11033 T1091 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> 11033 T1077 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> 11542 T1042 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {nodeName=127.0.0.1:52506_l_v&coreNodeName=127.0.0.1:52506_l_v_unloadcollection2&core=unloadcollection1&checkLive=true&onlyIfLeader=true&state=recovering&wt=javabin&version=2&action=PREPRECOVERY} status=0 QTime=2001 
[junit4:junit4]   2> 11554 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12557 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C56_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:52506/l_v, shard=shard1, state=recovering, node_name=127.0.0.1:52506_l_v}
[junit4:junit4]   2> 13543 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:38880/l_v/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 13544 T1097 C56 P52506 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:52506/l_v START replicas=[http://127.0.0.1:38880/l_v/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 13544 T1097 C56 P52506 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13545 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 13545 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 13545 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 13545 T1097 C56 P52506 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13546 T1097 C56 P52506 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:38880/l_v/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 13546 T1097 C56 P52506 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C57 name=unloadcollection1 org.apache.solr.core.SolrCore@19f1579 url=http://127.0.0.1:38880/l_v/unloadcollection1 node=127.0.0.1:38880_l_v C57_STATE=coll:unloadcollection core:unloadcollection1 props:{collection=unloadcollection, core=unloadcollection1, base_url=http://127.0.0.1:38880/l_v, shard=shard1, state=active, node_name=127.0.0.1:38880_l_v, leader=true}
[junit4:junit4]   2> 13554 T1044 C57 P38880 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 13557 T1045 C57 P38880 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13560 T1045 C57 P38880 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13561 T1045 C57 P38880 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13560 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13562 T1045 C57 P38880 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13563 T1045 C57 P38880 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13564 T1045 C57 P38880 oass.SolrIndexSearcher.<init> Opening Searcher@1449868 realtime
[junit4:junit4]   2> 13564 T1045 C57 P38880 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13564 T1045 C57 P38880 /update {waitSearcher=true&openSearcher=false&commit_end_point=true&wt=javabin&softCommit=false&version=2&commit=true} {commit=} 0 7
[junit4:junit4]   2> 13566 T1097 C56 P52506 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13566 T1097 C56 P52506 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13573 T1044 C57 P38880 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13573 T1044 C57 P38880 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=5 
[junit4:junit4]   2> 13574 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13575 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13575 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13578 T1043 C57 P38880 REQ /replication {generation=2&command=filelist&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 13579 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13580 T1097 C56 P52506 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895519738unloadcollection1_2n/index.20130321135205288 forceNew: false
[junit4:junit4]   2> 13581 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@1f6818a lockFactory=org.apache.lucene.store.NativeFSLockFactory@1ef8224) fullCopy=false
[junit4:junit4]   2> 13585 T1045 C57 P38880 REQ /replication {file=segments_2&generation=2&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 13588 T1097 C56 P52506 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13589 T1097 C56 P52506 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13590 T1097 C56 P52506 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 13591 T1097 C56 P52506 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13ab524 lockFactory=org.apache.lucene.store.NativeFSLockFactory@168c748),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13ab524 lockFactory=org.apache.lucene.store.NativeFSLockFactory@168c748),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13592 T1097 C56 P52506 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13592 T1097 C56 P52506 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13593 T1097 C56 P52506 oass.SolrIndexSearcher.<init> Opening Searcher@5396b1 main
[junit4:junit4]   2> 13594 T1096 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@5396b1 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13595 T1097 C56 P52506 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 13595 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 13595 T1097 C56 P52506 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 13595 T1097 C56 P52506 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13597 T1097 C56 P52506 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 14048 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14050 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:52506_l_v_unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52506/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52506_l_v"}
[junit4:junit4]   2> 14058 T1091 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> 14058 T1095 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> 14058 T1031 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> 14059 T1063 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> 14058 T1036 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> 14058 T1077 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> 14058 T1049 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> 14564 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14566 T1009 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 14567 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C56_STATE=coll:unloadcollection core:unloadcollection2 props:{collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:52506/l_v, shard=shard1, state=active, node_name=127.0.0.1:52506_l_v}
[junit4:junit4]   2> 14588 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1430148115369820160)]} 0 2
[junit4:junit4]   2> 14589 T1042 C57 P38880 /update {wt=javabin&version=2} {add=[6 (1430148115369820160)]} 0 13
[junit4:junit4]   2> 14598 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[7 (1430148115387645952)]} 0 1
[junit4:junit4]   2> 14599 T1044 C57 P38880 /update {wt=javabin&version=2} {add=[7 (1430148115387645952)]} 0 7
[junit4:junit4]   2> 14607 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[8 (1430148115398131712)]} 0 1
[junit4:junit4]   2> 14608 T1043 C57 P38880 /update {wt=javabin&version=2} {add=[8 (1430148115398131712)]} 0 6
[junit4:junit4]   2> 14612 T1045 C57 P38880 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14617 T1045 C57 P38880 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_3,generation=3,filenames=[_0_MockRandom_0.pyl, _0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0.fnm, segments_3, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0.si, _0_Pulsing41_0.tip, _0.fdx]
[junit4:junit4]   2> 14617 T1045 C57 P38880 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockRandom_0.pyl, _0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0.fnm, segments_3, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0.si, _0_Pulsing41_0.tip, _0.fdx]
[junit4:junit4]   2> 14620 T1045 C57 P38880 oass.SolrIndexSearcher.<init> Opening Searcher@965635 main
[junit4:junit4]   2> 14621 T1045 C57 P38880 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14621 T1093 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@965635 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C3)}
[junit4:junit4]   2> 14622 T1045 C57 P38880 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:52506/l_v/unloadcollection2/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 14625 T1057 C56 P52506 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 14631 T1057 C56 P52506 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13ab524 lockFactory=org.apache.lucene.store.NativeFSLockFactory@168c748),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@13ab524 lockFactory=org.apache.lucene.store.NativeFSLockFactory@168c748),segFN=segments_3,generation=3,filenames=[_0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, _0_TestBloomFilteredLucene41Postings_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0.fnm, _0.fdt, _0_MockRandom_0.tiv, _0_MockRandom_0.tib, segments_3, _0.nvd, _0_MockRandom_0.sd, _0.si, _0_Pulsing41_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0.fdx]
[junit4:junit4]   2> 14632 T1057 C56 P52506 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, _0_TestBloomFilteredLucene41Postings_0.pos, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0.fnm, _0.fdt, _0_MockRandom_0.tiv, _0_MockRandom_0.tib, segments_3, _0.nvd, _0_MockRandom_0.sd, _0.si, _0_Pulsing41_0.tip, _0_TestBloomFilteredLucene41Postings_0.tip, _0.fdx]
[junit4:junit4]   2> 14634 T1057 C56 P52506 oass.SolrIndexSearcher.<init> Opening Searcher@4f95aa main
[junit4:junit4]   2> 14635 T1057 C56 P52506 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14636 T1096 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@4f95aa main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C3)}
[junit4:junit4]   2> 14636 T1057 C56 P52506 /update {waitSearcher=true&expungeDeletes=false&commit_end_point=true&wt=javabin&softCommit=false&version=2&commit=true} {commit=} 0 11
[junit4:junit4]   2> 14637 T1045 C57 P38880 /update {waitSearcher=true&wt=javabin&softCommit=false&version=2&commit=true} {commit=} 0 25
[junit4:junit4]   2> 14638 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14647 T1071 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/unloadcollection3
[junit4:junit4]   2> 14647 T1071 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 14649 T1071 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14649 T1071 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 14652 T1071 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/unloadcollection3/'
[junit4:junit4]   2> 14680 T1071 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_43
[junit4:junit4]   2> 14716 T1071 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14717 T1071 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14721 T1071 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15079 T1071 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15084 T1071 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15086 T1071 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15108 T1071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15113 T1071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15117 T1071 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15119 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15120 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15120 T1071 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15122 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15123 T1071 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15123 T1071 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15123 T1071 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/
[junit4:junit4]   2> 15124 T1071 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@977ad5
[junit4:junit4]   2> 15124 T1071 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15125 T1071 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n forceNew: false
[junit4:junit4]   2> 15125 T1071 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/index/
[junit4:junit4]   2> 15126 T1071 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15126 T1071 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/index forceNew: false
[junit4:junit4]   2> 15129 T1071 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163f7d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ff9c3b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15129 T1071 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15132 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15133 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15134 T1071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15135 T1071 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15135 T1071 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15136 T1071 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15136 T1071 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15137 T1071 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15138 T1071 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15140 T1071 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15142 T1071 oass.SolrIndexSearcher.<init> Opening Searcher@b3c94d main
[junit4:junit4]   2> 15143 T1071 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/tlog
[junit4:junit4]   2> 15143 T1071 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15143 T1071 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15148 T1101 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@b3c94d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15150 T1071 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 15151 T1071 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15568 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15570 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32894/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32894_l_v"}
[junit4:junit4]   2> 15570 T1032 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15570 T1032 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15579 T1077 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> 15579 T1091 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> 15580 T1036 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> 15580 T1049 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> 15580 T1031 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> 15579 T1063 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> 15579 T1095 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> 16154 T1071 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 16155 T1071 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:32894/l_v collection:unloadcollection shard:shard1
[junit4:junit4]   2> 16162 T1071 oasc.ZkController.register We are http://127.0.0.1:32894/l_v/unloadcollection3/ and leader is http://127.0.0.1:38880/l_v/unloadcollection1/
[junit4:junit4]   2> 16162 T1071 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:32894/l_v
[junit4:junit4]   2> 16162 T1071 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 16163 T1071 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C58 name=unloadcollection3 org.apache.solr.core.SolrCore@fc7f5c url=http://127.0.0.1:32894/l_v/unloadcollection3 node=127.0.0.1:32894_l_v C58_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:32894/l_v, state=down, node_name=127.0.0.1:32894_l_v}
[junit4:junit4]   2> 16164 T1102 C58 P32894 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 16165 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16166 T1102 C58 P32894 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 16166 T1102 C58 P32894 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16166 T1071 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16168 T1102 C58 P32894 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16168 T1071 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/solr.xml
[junit4:junit4]   2> 16179 T1071 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1363895514472/solr.xml
[junit4:junit4]   2> 16180 T1071 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {collection=unloadcollection&name=unloadcollection3&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n&wt=javabin&version=2&action=CREATE} status=0 QTime=1533 
[junit4:junit4]   2> 16182 T1009 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16183 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17091 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17093 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:32894_l_v_unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32894/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32894_l_v"}
[junit4:junit4]   2> 17101 T1063 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> 17101 T1091 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> 17101 T1095 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> 17101 T1036 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> 17101 T1031 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> 17101 T1049 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> 17101 T1077 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> 17177 T1045 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {nodeName=127.0.0.1:32894_l_v&coreNodeName=127.0.0.1:32894_l_v_unloadcollection3&core=unloadcollection1&checkLive=true&onlyIfLeader=true&state=recovering&wt=javabin&version=2&action=PREPRECOVERY} status=0 QTime=1000 
[junit4:junit4]   2> 17186 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18203 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C58_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:32894/l_v, shard=shard1, state=recovering, node_name=127.0.0.1:32894_l_v}
[junit4:junit4]   2> 19179 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:38880/l_v/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 19179 T1102 C58 P32894 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:32894/l_v START replicas=[http://127.0.0.1:38880/l_v/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 19180 T1102 C58 P32894 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19180 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 19180 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 19180 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 19181 T1102 C58 P32894 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19181 T1102 C58 P32894 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:38880/l_v/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 19181 T1102 C58 P32894 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19183 T1042 C57 P38880 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 
[junit4:junit4]   2> 19191 T1043 C57 P38880 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19193 T1043 C57 P38880 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_3,generation=3,filenames=[_0_MockRandom_0.pyl, _0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0.fnm, segments_3, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0.si, _0_Pulsing41_0.tip, _0.fdx]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2d80b7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e4b1a6),segFN=segments_4,generation=4,filenames=[_0_MockRandom_0.pyl, _0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0.fnm, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, segments_4, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0.si, _0_Pulsing41_0.tip, _0.fdx]
[junit4:junit4]   2> 19194 T1043 C57 P38880 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_MockRandom_0.pyl, _0_TestBloomFilteredLucene41Postings_0.tim, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0_MockRandom_0.frq, _0.fnm, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, segments_4, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0.si, _0_Pulsing41_0.tip, _0.fdx]
[junit4:junit4]   2> 19195 T1043 C57 P38880 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19195 T1043 C57 P38880 /update {waitSearcher=true&openSearcher=false&commit_end_point=true&wt=javabin&softCommit=false&version=2&commit=true} {commit=} 0 4
[junit4:junit4]   2> 19196 T1102 C58 P32894 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19196 T1102 C58 P32894 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19199 T1042 C57 P38880 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19200 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Master's generation: 4
[junit4:junit4]   2> 19201 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19201 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19203 T1044 C57 P38880 REQ /replication {generation=4&command=filelist&qt=/replication&wt=javabin&version=2} status=0 QTime=0 
[junit4:junit4]   2> 19205 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 28
[junit4:junit4]   2> 19206 T1102 C58 P32894 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1363895511712/1363895526353unloadcollection_3n/index.20130321135210914 forceNew: false
[junit4:junit4]   2> 19207 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@c1f4f4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@834073) fullCopy=false
[junit4:junit4]   2> 19206 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19210 T1043 C57 P38880 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tim&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19227 T1045 C57 P38880 REQ /replication {file=_0_MockRandom_0.pyl&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19229 T1102 C58 P32894 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockRandom_0.pyl, size=0}
[junit4:junit4]   2> 19233 T1042 C57 P38880 REQ /replication {file=_0_NestedPulsing_0.tip&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19238 T1044 C57 P38880 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.pos&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19241 T1043 C57 P38880 REQ /replication {file=_0_MockRandom_0.skp&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19242 T1102 C58 P32894 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockRandom_0.skp, size=0}
[junit4:junit4]   2> 19245 T1045 C57 P38880 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.blm&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19248 T1042 C57 P38880 REQ /replication {file=_0_MockRandom_0.pos&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19251 T1044 C57 P38880 REQ /replication {file=_0_MockRandom_0.tip&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19263 T1043 C57 P38880 REQ /replication {file=_0.fnm&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19267 T1045 C57 P38880 REQ /replication {file=_0_MockRandom_0.frq&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19282 T1042 C57 P38880 REQ /replication {file=_0_MockRandom_0.sd&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19287 T1044 C57 P38880 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tip&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19293 T1043 C57 P38880 REQ /replication {file=_0_MockRandom_0.doc&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19300 T1045 C57 P38880 REQ /replication {file=_0.nvm&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19304 T1042 C57 P38880 REQ /replication {file=_0_Pulsing41_0.doc&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19308 T1044 C57 P38880 REQ /replication {file=segments_4&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19311 T1043 C57 P38880 REQ /replication {file=_0_NestedPulsing_0.pos&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19315 T1045 C57 P38880 REQ /replication {file=_0_NestedPulsing_0.doc&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19319 T1042 C57 P38880 REQ /replication {file=_0_Pulsing41_0.pos&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19322 T1044 C57 P38880 REQ /replication {file=_0_Pulsing41_0.tim&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19326 T1043 C57 P38880 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.doc&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19330 T1045 C57 P38880 REQ /replication {file=_0_NestedPulsing_0.tim&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19334 T1042 C57 P38880 REQ /replication {file=_0.fdt&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19358 T1044 C57 P38880 REQ /replication {file=_0.nvd&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19365 T1043 C57 P38880 REQ /replication {file=_0_MockRandom_0.tim&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=1 
[junit4:junit4]   2> 19382 T1045 C57 P38880 REQ /replication {file=_0_Pulsing41_0.tip&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19387 T1042 C57 P38880 REQ /replication {file=_0.si&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19392 T1044 C57 P38880 REQ /replication {file=_0.fdx&generation=4&command=filecontent&checksum=true&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 19394 T1102 C58 P32894 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19397 T1102 C58 P32894 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19398 T1102 C58 P32894 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 19399 T1102 C58 P32894 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163f7d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ff9c3b),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@163f7d5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ff9c3b),segFN=segments_4,generation=4,filenames=[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockRandom_0.pyl, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0.fnm, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, segments_4, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0_Pulsing41_0.tip, _0.si, _0.fdx]
[junit4:junit4]   2> 19400 T1102 C58 P32894 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0_TestBloomFilteredLucene41Postings_0.tim, _0_MockRandom_0.pyl, _0_NestedPulsing_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockRandom_0.skp, _0_TestBloomFilteredLucene41Postings_0.blm, _0_MockRandom_0.pos, _0_MockRandom_0.tip, _0.fnm, _0_MockRandom_0.frq, _0_MockRandom_0.sd, _0_TestBloomFilteredLucene41Postings_0.tip, _0.nvm, _0_MockRandom_0.doc, _0_Pulsing41_0.doc, segments_4, _0_TestBloomFilteredLucene41Postings_0.doc, _0_Pulsing41_0.tim, _0_Pulsing41_0.pos, _0_NestedPulsing_0.doc, _0_NestedPulsing_0.pos, _0_NestedPulsing_0.tim, _0.fdt, _0.nvd, _0_MockRandom_0.tim, _0_Pulsing41_0.tip, _0.si, _0.fdx]
[junit4:junit4]   2> 19400 T1102 C58 P32894 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19401 T1102 C58 P32894 oass.SolrIndexSearcher.<init> Opening Searcher@1b49816 main
[junit4:junit4]   2> 19402 T1101 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@1b49816 main{StandardDirectoryReader(segments_4:3:nrt _0(4.3):C3)}
[junit4:junit4]   2> 19402 T1102 C58 P32894 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 19403 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 19403 T1102 C58 P32894 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 19403 T1102 C58 P32894 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19404 T1102 C58 P32894 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 20116 T1032 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20117 T1032 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:32894_l_v_unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32894/l_v",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32894_l_v"}
[junit4:junit4]   2> 20125 T1095 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> 20125 T1091 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> 20125 T1077 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> 20125 T1049 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> 20125 T1036 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> 20126 T1063 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> 20125 T1031 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> 20210 T1009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20211 T1009 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 20212 T1009 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C58_STATE=coll:unloadcollection core:unloadcollection3 props:{collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:32894/l_v, shard=shard1, state=active, node_name=127.0.0.1:32894_l_v}
[junit4:junit4]   2> 20242 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430148121300566016)]} 0 4
[junit4:junit4]   2> 20243 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[20 (1430148121300566016)]} 0 4
[junit4:junit4]   2> 20244 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[20 (1430148121300566016)]} 0 12
[junit4:junit4]   2> 20245 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[20]} 0 18
[junit4:junit4]   2> 20257 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430148121321537536)]} 0 2
[junit4:junit4]   2> 20257 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[21 (1430148121321537536)]} 0 1
[junit4:junit4]   2> 20258 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[21 (1430148121321537536)]} 0 7
[junit4:junit4]   2> 20259 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[21]} 0 10
[junit4:junit4]   2> 20270 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430148121335169024)]} 0 1
[junit4:junit4]   2> 20270 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[22 (1430148121335169024)]} 0 1
[junit4:junit4]   2> 20271 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[22 (1430148121335169024)]} 0 6
[junit4:junit4]   2> 20272 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[22]} 0 10
[junit4:junit4]   2> 20283 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430148121348800512)]} 0 1
[junit4:junit4]   2> 20283 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[23 (1430148121348800512)]} 0 1
[junit4:junit4]   2> 20284 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[23 (1430148121348800512)]} 0 6
[junit4:junit4]   2> 20285 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[23]} 0 10
[junit4:junit4]   2> 20296 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430148121362432000)]} 0 1
[junit4:junit4]   2> 20296 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[24 (1430148121362432000)]} 0 1
[junit4:junit4]   2> 20297 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[24 (1430148121362432000)]} 0 6
[junit4:junit4]   2> 20298 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[24]} 0 10
[junit4:junit4]   2> 20309 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430148121376063488)]} 0 1
[junit4:junit4]   2> 20309 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[25 (1430148121376063488)]} 0 1
[junit4:junit4]   2> 20310 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[25 (1430148121376063488)]} 0 6
[junit4:junit4]   2> 20311 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[25]} 0 10
[junit4:junit4]   2> 20322 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1430148121389694976)]} 0 1
[junit4:junit4]   2> 20322 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[26 (1430148121389694976)]} 0 1
[junit4:junit4]   2> 20323 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[26 (1430148121389694976)]} 0 6
[junit4:junit4]   2> 20324 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[26]} 0 10
[junit4:junit4]   2> 20335 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1430148121403326464)]} 0 1
[junit4:junit4]   2> 20335 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[27 (1430148121403326464)]} 0 1
[junit4:junit4]   2> 20336 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[27 (1430148121403326464)]} 0 6
[junit4:junit4]   2> 20337 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[27]} 0 10
[junit4:junit4]   2> 20348 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1430148121416957952)]} 0 1
[junit4:junit4]   2> 20348 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[28 (1430148121416957952)]} 0 1
[junit4:junit4]   2> 20349 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[28 (1430148121416957952)]} 0 6
[junit4:junit4]   2> 20350 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[28]} 0 10
[junit4:junit4]   2> 20361 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1430148121431638016)]} 0 1
[junit4:junit4]   2> 20361 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[29 (1430148121431638016)]} 0 1
[junit4:junit4]   2> 20362 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[29 (1430148121431638016)]} 0 6
[junit4:junit4]   2> 20363 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[29]} 0 10
[junit4:junit4]   2> 20374 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1430148121445269504)]} 0 1
[junit4:junit4]   2> 20374 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[30 (1430148121445269504)]} 0 1
[junit4:junit4]   2> 20376 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[30 (1430148121445269504)]} 0 6
[junit4:junit4]   2> 20376 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[30]} 0 9
[junit4:junit4]   2> 20387 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1430148121458900992)]} 0 1
[junit4:junit4]   2> 20388 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[31 (1430148121458900992)]} 0 1
[junit4:junit4]   2> 20389 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[31 (1430148121458900992)]} 0 6
[junit4:junit4]   2> 20389 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[31]} 0 9
[junit4:junit4]   2> 20400 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1430148121472532480)]} 0 1
[junit4:junit4]   2> 20400 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[32 (1430148121472532480)]} 0 1
[junit4:junit4]   2> 20401 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[32 (1430148121472532480)]} 0 6
[junit4:junit4]   2> 20402 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[32]} 0 9
[junit4:junit4]   2> 20413 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1430148121486163968)]} 0 1
[junit4:junit4]   2> 20413 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[33 (1430148121486163968)]} 0 1
[junit4:junit4]   2> 20414 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[33 (1430148121486163968)]} 0 6
[junit4:junit4]   2> 20415 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[33]} 0 9
[junit4:junit4]   2> 20426 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1430148121499795456)]} 0 1
[junit4:junit4]   2> 20426 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[34 (1430148121499795456)]} 0 1
[junit4:junit4]   2> 20427 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[34 (1430148121499795456)]} 0 6
[junit4:junit4]   2> 20428 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[34]} 0 9
[junit4:junit4]   2> 20439 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1430148121512378368)]} 0 1
[junit4:junit4]   2> 20439 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[35 (1430148121512378368)]} 0 1
[junit4:junit4]   2> 20440 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[35 (1430148121512378368)]} 0 6
[junit4:junit4]   2> 20441 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[35]} 0 10
[junit4:junit4]   2> 20452 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1430148121526009856)]} 0 1
[junit4:junit4]   2> 20452 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[36 (1430148121526009856)]} 0 1
[junit4:junit4]   2> 20454 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[36 (1430148121526009856)]} 0 7
[junit4:junit4]   2> 20455 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[36]} 0 11
[junit4:junit4]   2> 20463 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1430148121539641344)]} 0 0
[junit4:junit4]   2> 20463 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[37 (1430148121539641344)]} 0 0
[junit4:junit4]   2> 20464 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[37 (1430148121539641344)]} 0 4
[junit4:junit4]   2> 20464 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[37]} 0 6
[junit4:junit4]   2> 20471 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1430148121549078528)]} 0 0
[junit4:junit4]   2> 20471 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[38 (1430148121549078528)]} 0 0
[junit4:junit4]   2> 20472 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[38 (1430148121549078528)]} 0 3
[junit4:junit4]   2> 20473 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[38]} 0 6
[junit4:junit4]   2> 20480 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1430148121557467136)]} 0 1
[junit4:junit4]   2> 20480 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[39 (1430148121557467136)]} 0 1
[junit4:junit4]   2> 20481 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[39 (1430148121557467136)]} 0 4
[junit4:junit4]   2> 20481 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[39]} 0 6
[junit4:junit4]   2> 20488 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1430148121565855744)]} 0 1
[junit4:junit4]   2> 20488 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[40 (1430148121565855744)]} 0 0
[junit4:junit4]   2> 20489 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[40 (1430148121565855744)]} 0 4
[junit4:junit4]   2> 20489 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[40]} 0 6
[junit4:junit4]   2> 20496 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1430148121574244352)]} 0 0
[junit4:junit4]   2> 20496 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[41 (1430148121574244352)]} 0 0
[junit4:junit4]   2> 20497 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[41 (1430148121574244352)]} 0 4
[junit4:junit4]   2> 20497 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[41]} 0 6
[junit4:junit4]   2> 20504 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1430148121583681536)]} 0 0
[junit4:junit4]   2> 20504 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[42 (1430148121583681536)]} 0 0
[junit4:junit4]   2> 20505 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[42 (1430148121583681536)]} 0 3
[junit4:junit4]   2> 20506 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[42]} 0 6
[junit4:junit4]   2> 20513 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1430148121592070144)]} 0 1
[junit4:junit4]   2> 20513 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[43 (1430148121592070144)]} 0 1
[junit4:junit4]   2> 20513 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[43 (1430148121592070144)]} 0 3
[junit4:junit4]   2> 20514 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[43]} 0 6
[junit4:junit4]   2> 20521 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1430148121600458752)]} 0 1
[junit4:junit4]   2> 20521 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[44 (1430148121600458752)]} 0 1
[junit4:junit4]   2> 20522 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[44 (1430148121600458752)]} 0 4
[junit4:junit4]   2> 20522 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[44]} 0 6
[junit4:junit4]   2> 20530 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1430148121609895936)]} 0 1
[junit4:junit4]   2> 20530 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[45 (1430148121609895936)]} 0 1
[junit4:junit4]   2> 20530 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[45 (1430148121609895936)]} 0 3
[junit4:junit4]   2> 20531 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[45]} 0 7
[junit4:junit4]   2> 20541 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1430148121620381696)]} 0 1
[junit4:junit4]   2> 20541 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[46 (1430148121620381696)]} 0 1
[junit4:junit4]   2> 20542 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[46 (1430148121620381696)]} 0 5
[junit4:junit4]   2> 20543 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[46]} 0 9
[junit4:junit4]   2> 20552 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1430148121631916032)]} 0 1
[junit4:junit4]   2> 20553 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[47 (1430148121631916032)]} 0 1
[junit4:junit4]   2> 20554 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[47 (1430148121631916032)]} 0 6
[junit4:junit4]   2> 20555 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[47]} 0 10
[junit4:junit4]   2> 20564 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1430148121644498944)]} 0 1
[junit4:junit4]   2> 20564 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[48 (1430148121644498944)]} 0 1
[junit4:junit4]   2> 20565 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[48 (1430148121644498944)]} 0 5
[junit4:junit4]   2> 20565 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[48]} 0 8
[junit4:junit4]   2> 20576 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1430148121656033280)]} 0 1
[junit4:junit4]   2> 20576 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[49 (1430148121656033280)]} 0 1
[junit4:junit4]   2> 20577 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[49 (1430148121656033280)]} 0 6
[junit4:junit4]   2> 20578 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[49]} 0 10
[junit4:junit4]   2> 20588 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1430148121669664768)]} 0 1
[junit4:junit4]   2> 20588 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[50 (1430148121669664768)]} 0 1
[junit4:junit4]   2> 20589 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[50 (1430148121669664768)]} 0 5
[junit4:junit4]   2> 20590 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[50]} 0 9
[junit4:junit4]   2> 20600 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1430148121682247680)]} 0 1
[junit4:junit4]   2> 20600 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[51 (1430148121682247680)]} 0 1
[junit4:junit4]   2> 20617 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[51 (1430148121682247680)]} 0 21
[junit4:junit4]   2> 20618 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[51]} 0 25
[junit4:junit4]   2> 20629 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1430148121711607808)]} 0 1
[junit4:junit4]   2> 20629 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[52 (1430148121711607808)]} 0 1
[junit4:junit4]   2> 20630 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[52 (1430148121711607808)]} 0 6
[junit4:junit4]   2> 20631 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[52]} 0 10
[junit4:junit4]   2> 20641 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1430148121725239296)]} 0 1
[junit4:junit4]   2> 20641 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[53 (1430148121725239296)]} 0 1
[junit4:junit4]   2> 20642 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[53 (1430148121725239296)]} 0 5
[junit4:junit4]   2> 20643 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[53]} 0 9
[junit4:junit4]   2> 20654 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1430148121738870784)]} 0 1
[junit4:junit4]   2> 20654 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[54 (1430148121738870784)]} 0 1
[junit4:junit4]   2> 20655 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[54 (1430148121738870784)]} 0 6
[junit4:junit4]   2> 20656 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[54]} 0 9
[junit4:junit4]   2> 20666 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1430148121751453696)]} 0 1
[junit4:junit4]   2> 20666 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[55 (1430148121751453696)]} 0 1
[junit4:junit4]   2> 20667 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[55 (1430148121751453696)]} 0 5
[junit4:junit4]   2> 20668 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[55]} 0 9
[junit4:junit4]   2> 20679 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1430148121764036608)]} 0 1
[junit4:junit4]   2> 20679 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[56 (1430148121764036608)]} 0 1
[junit4:junit4]   2> 20680 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[56 (1430148121764036608)]} 0 6
[junit4:junit4]   2> 20681 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[56]} 0 10
[junit4:junit4]   2> 20691 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1430148121777668096)]} 0 1
[junit4:junit4]   2> 20691 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[57 (1430148121777668096)]} 0 1
[junit4:junit4]   2> 20692 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[57 (1430148121777668096)]} 0 5
[junit4:junit4]   2> 20693 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[57]} 0 9
[junit4:junit4]   2> 20704 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1430148121790251008)]} 0 1
[junit4:junit4]   2> 20704 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[58 (1430148121790251008)]} 0 1
[junit4:junit4]   2> 20705 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[58 (1430148121790251008)]} 0 6
[junit4:junit4]   2> 20706 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[58]} 0 10
[junit4:junit4]   2> 20717 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1430148121803882496)]} 0 1
[junit4:junit4]   2> 20717 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[59 (1430148121803882496)]} 0 1
[junit4:junit4]   2> 20718 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[59 (1430148121803882496)]} 0 6
[junit4:junit4]   2> 20719 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[59]} 0 10
[junit4:junit4]   2> 20729 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1430148121817513984)]} 0 1
[junit4:junit4]   2> 20730 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[60 (1430148121817513984)]} 0 1
[junit4:junit4]   2> 20731 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[60 (1430148121817513984)]} 0 6
[junit4:junit4]   2> 20732 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[60]} 0 10
[junit4:junit4]   2> 20743 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1430148121831145472)]} 0 2
[junit4:junit4]   2> 20743 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[61 (1430148121831145472)]} 0 2
[junit4:junit4]   2> 20744 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[61 (1430148121831145472)]} 0 6
[junit4:junit4]   2> 20745 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[61]} 0 10
[junit4:junit4]   2> 20755 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1430148121844776960)]} 0 1
[junit4:junit4]   2> 20756 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[62 (1430148121844776960)]} 0 2
[junit4:junit4]   2> 20757 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[62 (1430148121844776960)]} 0 6
[junit4:junit4]   2> 20758 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[62]} 0 10
[junit4:junit4]   2> 20768 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1430148121858408448)]} 0 1
[junit4:junit4]   2> 20768 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[63 (1430148121858408448)]} 0 1
[junit4:junit4]   2> 20770 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[63 (1430148121858408448)]} 0 6
[junit4:junit4]   2> 20771 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[63]} 0 10
[junit4:junit4]   2> 20781 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1430148121872039936)]} 0 1
[junit4:junit4]   2> 20781 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[64 (1430148121872039936)]} 0 1
[junit4:junit4]   2> 20783 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[64 (1430148121872039936)]} 0 6
[junit4:junit4]   2> 20784 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[64]} 0 10
[junit4:junit4]   2> 20796 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1430148121886720000)]} 0 1
[junit4:junit4]   2> 20796 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[65 (1430148121886720000)]} 0 1
[junit4:junit4]   2> 20798 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[65 (1430148121886720000)]} 0 7
[junit4:junit4]   2> 20799 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[65]} 0 11
[junit4:junit4]   2> 20809 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1430148121901400064)]} 0 1
[junit4:junit4]   2> 20809 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[66 (1430148121901400064)]} 0 1
[junit4:junit4]   2> 20811 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[66 (1430148121901400064)]} 0 6
[junit4:junit4]   2> 20812 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[66]} 0 10
[junit4:junit4]   2> 20822 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1430148121915031552)]} 0 1
[junit4:junit4]   2> 20822 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[67 (1430148121915031552)]} 0 1
[junit4:junit4]   2> 20824 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[67 (1430148121915031552)]} 0 6
[junit4:junit4]   2> 20825 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[67]} 0 10
[junit4:junit4]   2> 20835 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1430148121928663040)]} 0 1
[junit4:junit4]   2> 20835 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[68 (1430148121928663040)]} 0 1
[junit4:junit4]   2> 20837 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[68 (1430148121928663040)]} 0 6
[junit4:junit4]   2> 20837 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[68]} 0 9
[junit4:junit4]   2> 20848 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1430148121942294528)]} 0 1
[junit4:junit4]   2> 20848 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[69 (1430148121942294528)]} 0 1
[junit4:junit4]   2> 20850 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[69 (1430148121942294528)]} 0 7
[junit4:junit4]   2> 20851 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[69]} 0 10
[junit4:junit4]   2> 20861 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1430148121955926016)]} 0 1
[junit4:junit4]   2> 20861 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[70 (1430148121955926016)]} 0 1
[junit4:junit4]   2> 20862 T1043 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[70 (1430148121955926016)]} 0 6
[junit4:junit4]   2> 20864 T1070 C58 P32894 /update {wt=javabin&version=2} {add=[70]} 0 10
[junit4:junit4]   2> 20874 T1056 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1430148121969557504)]} 0 1
[junit4:junit4]   2> 20874 T1072 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[71 (1430148121969557504)]} 0 1
[junit4:junit4]   2> 20876 T1042 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[71 (1430148121969557504)]} 0 7
[junit4:junit4]   2> 20877 T1073 C58 P32894 /update {wt=javabin&version=2} {add=[71]} 0 10
[junit4:junit4]   2> 20887 T1059 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1430148121983188992)]} 0 1
[junit4:junit4]   2> 20887 T1070 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[72 (1430148121983188992)]} 0 1
[junit4:junit4]   2> 20889 T1045 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[72 (1430148121983188992)]} 0 6
[junit4:junit4]   2> 20889 T1071 C58 P32894 /update {wt=javabin&version=2} {add=[72]} 0 9
[junit4:junit4]   2> 20901 T1057 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[73 (1430148121996820480)]} 0 2
[junit4:junit4]   2> 20901 T1073 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[73 (1430148121996820480)]} 0 2
[junit4:junit4]   2> 20902 T1044 C57 P38880 /update {distrib.from=http://127.0.0.1:32894/l_v/unloadcollection3/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[73 (1430148121996820480)]} 0 7
[junit4:junit4]   2> 20903 T1072 C58 P32894 /update {wt=javabin&version=2} {add=[73]} 0 10
[junit4:junit4]   2> 20913 T1058 C56 P52506 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[74 (1430148122010451968)]} 0 1
[junit4:junit4]   2> 20913 T1071 C58 P32894 /update {distrib.from=http://127.0.0.1:38880/l_v/unloadcollection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[

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

unit4]    > Throwable #1: org.apache.solr.common.SolrException: Server at http://127.0.0.1:54369/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6C96FF4F177223EA:ED707157602D43D6]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[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:487)
[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> 32935 T2573 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 32940 T2572 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 33023 T2647 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33023 T2647 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> 33023 T2647 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 33023 T2647 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 33730 T2576 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=ga, timezone=US/Alaska
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=315037232,total=535822336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, SolrRequestParserTest, TestJmxMonitoredMap, XsltUpdateRequestHandlerTest, LeaderElectionIntegrationTest, ClusterStateTest, TestOmitPositions, TestFiltering, BasicZkTest, SpellCheckComponentTest, TestRecovery, CollectionsAPIDistributedZkTest, TestDistributedSearch, OutputWriterTest, TestRandomFaceting, TestCollationKeyRangeQueries, TestPartialUpdateDeduplication, FileUtilsTest, NoCacheHeaderTest, TestUpdate, DebugComponentTest, HighlighterConfigTest, SortByFunctionTest, TestDynamicFieldCollectionResource, ChaosMonkeySafeLeaderTest, TestFastOutputStream, DirectSolrSpellCheckerTest, TestStressLucene, TestPostingsSolrHighlighter, IndexBasedSpellCheckerTest, FieldAnalysisRequestHandlerTest, TestUtils, DistanceFunctionTest, TestReload, TestBinaryResponseWriter, TestSolr4Spatial, TestCodecSupport, DisMaxRequestHandlerTest, TestDynamicFieldResource, DirectUpdateHandlerTest, TestAnalyzedSuggestions, TestLazyCores, SolrCoreCheckLockOnStartupTest, TestZkChroot, SolrIndexConfigTest, TestArbitraryIndexDir, ConvertedLegacyTest, FullSolrCloudDistribCmdsTest, TestIndexingPerformance, SpellCheckCollatorTest, TestIndexSearcher, TestMergePolicyConfig, TestBM25SimilarityFactory, RequiredFieldsTest, TestMultiCoreConfBootstrap, JSONWriterTest, TestStressReorder, TestElisionMultitermQuery, TestWordDelimiterFilterFactory, TestHashPartitioner, XmlUpdateRequestHandlerTest, TestAtomicUpdateErrorCases, TimeZoneUtilsTest, OpenCloseCoreStressTest, CurrencyFieldOpenExchangeTest, SuggesterWFSTTest, DateMathParserTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 33.99s, 1 test, 1 error <<< FAILURES!

[...truncated 415 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 38 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b79 -server -XX:+UseG1GC -XX:MarkStackSize=256K
Email was triggered for: Failure
Sending email for trigger: Failure