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/23 22:48:01 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_15) - Build # 4841 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4841/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.lucene.index.sorter.TestSortingMergePolicy.testSortingMP

Error Message:


Stack Trace:
java.lang.NullPointerException
	at org.apache.lucene.index.sorter.TestSortingMergePolicy.tearDown(TestSortingMergePolicy.java:90)
	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:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:795)
	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 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 7374 lines...]
[junit4:junit4] Suite: org.apache.lucene.index.sorter.TestSortingMergePolicy
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSortingMergePolicy -Dtests.method=testSortingMP -Dtests.seed=17452DBF10327F3B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_BH -Dtests.timezone=GB -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   0.33s J0 | TestSortingMergePolicy.testSortingMP <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushControl.addFlushableState(DocumentsWriterFlushControl.java:534)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriterFlushControl.obtainAndLock(DocumentsWriterFlushControl.java:448)
[junit4:junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:363)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1471)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1146)
[junit4:junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1127)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.createRandomIndexes(TestSortingMergePolicy.java:72)
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.setUp(TestSortingMergePolicy.java:51)
[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:601)
[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$7.evaluate(RandomizedRunner.java:771)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[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 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]    > Throwable #2: java.lang.NullPointerException
[junit4:junit4]    > 	at org.apache.lucene.index.sorter.TestSortingMergePolicy.tearDown(TestSortingMergePolicy.java:90)
[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:601)
[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$8.evaluate(RandomizedRunner.java:795)
[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 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> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=ar_BH, timezone=GB
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=1,free=11249976,total=18874368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSortingMergePolicy]
[junit4:junit4] Completed on J0 in 0.56s, 1 test, 1 error <<< FAILURES!

[...truncated 41 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1754: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 10 suites, 39 tests, 1 error, 2 ignored (2 assumptions)

Total time: 25 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b82) - Build # 4842 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/4842/
Java: 32bit/jdk1.8.0-ea-b82 -server -XX:+UseG1GC -XX:MarkStackSize=256K

1 tests failed.
FAILED:  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([1942BB68A02246C8:98A43570D77D26F4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	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 9238 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   2> 0 T1735 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T1735 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141
[junit4:junit4]   2> 5 T1735 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 5 T1736 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 6 T1736 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 6 T1736 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 7 T1736 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-1364082258140/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 105 T1735 oasc.ZkTestServer.run start zk server on port:57214
[junit4:junit4]   2> 106 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4929d0
[junit4:junit4]   2> 106 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 107 T1741 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 107 T1741 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 107 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38672
[junit4:junit4]   2> 108 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38672
[junit4:junit4]   2> 108 T1739 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 438 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00000 with negotiated timeout 10000 for client /127.0.0.1:38672
[junit4:junit4]   2> 438 T1741 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00000, negotiated timeout = 10000
[junit4:junit4]   2> 438 T1742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4929d0 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 439 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 439 T1735 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 442 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00000
[junit4:junit4]   2> 443 T1742 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 443 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38672 which had sessionid 0x13d99a370e00000
[junit4:junit4]   2> 443 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00000 closed
[junit4:junit4]   2> 444 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@8ed2e9
[junit4:junit4]   2> 444 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 444 T1743 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 445 T1743 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 445 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38673
[junit4:junit4]   2> 445 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38673
[junit4:junit4]   2> 446 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00001 with negotiated timeout 10000 for client /127.0.0.1:38673
[junit4:junit4]   2> 446 T1743 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00001, negotiated timeout = 10000
[junit4:junit4]   2> 446 T1744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ed2e9 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 446 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 447 T1735 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 449 T1735 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 451 T1735 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 453 T1735 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 454 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 455 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 458 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 459 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 462 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 462 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 464 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 464 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 467 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 467 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 470 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 470 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 472 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 472 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 474 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 475 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 476 T1735 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 477 T1735 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 479 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00001
[junit4:junit4]   2> 479 T1744 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 479 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38673 which had sessionid 0x13d99a370e00001
[junit4:junit4]   2> 479 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00001 closed
[junit4:junit4]   2> 564 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 568 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47786
[junit4:junit4]   2> 569 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 569 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 570 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616
[junit4:junit4]   2> 570 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/solr.xml
[junit4:junit4]   2> 571 T1735 oasc.CoreContainer.<init> New CoreContainer 2499249
[junit4:junit4]   2> 571 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/'
[junit4:junit4]   2> 572 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1364082258616/'
[junit4:junit4]   2> 599 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 600 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 600 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 601 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 601 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 602 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 602 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 603 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 603 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 604 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 612 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 622 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 623 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 623 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@119821b
[junit4:junit4]   2> 624 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 624 T1754 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 625 T1754 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 625 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38675
[junit4:junit4]   2> 625 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38675
[junit4:junit4]   2> 626 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00002 with negotiated timeout 20000 for client /127.0.0.1:38675
[junit4:junit4]   2> 626 T1754 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00002, negotiated timeout = 20000
[junit4:junit4]   2> 626 T1755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@119821b name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 626 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 627 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00002
[junit4:junit4]   2> 628 T1755 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 628 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38675 which had sessionid 0x13d99a370e00002
[junit4:junit4]   2> 628 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00002 closed
[junit4:junit4]   2> 628 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 631 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ac7f01
[junit4:junit4]   2> 632 T1756 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 632 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 632 T1756 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 632 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38676
[junit4:junit4]   2> 632 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38676
[junit4:junit4]   2> 633 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00003 with negotiated timeout 20000 for client /127.0.0.1:38676
[junit4:junit4]   2> 633 T1756 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00003, negotiated timeout = 20000
[junit4:junit4]   2> 633 T1757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ac7f01 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 634 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 635 T1735 oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4:junit4]   2> 637 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 637 T1735 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4:junit4]   2> 640 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 641 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 641 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:47786_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 642 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47786_
[junit4:junit4]   2> 644 T1735 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 647 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 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> 648 T1735 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 650 T1735 oasc.Overseer.start Overseer (id=89396494869725187-127.0.0.1:47786_-n_0000000000) starting
[junit4:junit4]   2> 650 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 651 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 652 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 652 T1735 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4:junit4]   2> 654 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 655 T1759 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 655 T1735 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 657 T1735 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 658 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 660 T1758 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 662 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 662 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 662 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 665 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 665 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19e9dae
[junit4:junit4]   2> 666 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 666 T1761 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 667 T1761 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 667 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38677
[junit4:junit4]   2> 667 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38677
[junit4:junit4]   2> 668 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00004 with negotiated timeout 10000 for client /127.0.0.1:38677
[junit4:junit4]   2> 668 T1761 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00004, negotiated timeout = 10000
[junit4:junit4]   2> 668 T1762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e9dae name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 668 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 669 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 671 T1735 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 731 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 733 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48313
[junit4:junit4]   2> 734 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 734 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 735 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807
[junit4:junit4]   2> 735 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 735 T1735 oasc.CoreContainer.<init> New CoreContainer 32021130
[junit4:junit4]   2> 736 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/'
[junit4:junit4]   2> 736 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/'
[junit4:junit4]   2> 753 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 753 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 754 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 755 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 756 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 756 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 762 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 771 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 772 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 772 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@15d25cb
[junit4:junit4]   2> 773 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 773 T1772 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 774 T1772 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 774 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38678
[junit4:junit4]   2> 774 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38678
[junit4:junit4]   2> 775 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00005 with negotiated timeout 20000 for client /127.0.0.1:38678
[junit4:junit4]   2> 775 T1772 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00005, negotiated timeout = 20000
[junit4:junit4]   2> 775 T1773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15d25cb name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 775 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 776 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00005
[junit4:junit4]   2> 778 T1773 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 778 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38678 which had sessionid 0x13d99a370e00005
[junit4:junit4]   2> 778 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00005 closed
[junit4:junit4]   2> 779 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 781 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@193e93a
[junit4:junit4]   2> 782 T1774 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 782 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 782 T1774 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 782 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38679
[junit4:junit4]   2> 783 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38679
[junit4:junit4]   2> 784 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00006 with negotiated timeout 20000 for client /127.0.0.1:38679
[junit4:junit4]   2> 784 T1774 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00006, negotiated timeout = 20000
[junit4:junit4]   2> 784 T1775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@193e93a name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 784 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 786 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x1 zxid:0x30 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 787 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x3 zxid:0x31 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 788 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1790 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1791 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:delete cxid:0xd zxid:0x32 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:48313_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1792 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48313_
[junit4:junit4]   2> 1794 T1757 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1794 T1762 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1795 T1775 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 1798 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 1799 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 1799 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 1858 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 1860 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59819
[junit4:junit4]   2> 1861 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 1862 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 1862 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937
[junit4:junit4]   2> 1862 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 1862 T1735 oasc.CoreContainer.<init> New CoreContainer 30642362
[junit4:junit4]   2> 1863 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/'
[junit4:junit4]   2> 1863 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/'
[junit4:junit4]   2> 1880 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1880 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1881 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1882 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1883 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1883 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1889 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1898 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 1899 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1899 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ba6c0a
[junit4:junit4]   2> 1900 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1900 T1786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1901 T1786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 1901 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38681
[junit4:junit4]   2> 1901 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38681
[junit4:junit4]   2> 1902 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00007 with negotiated timeout 20000 for client /127.0.0.1:38681
[junit4:junit4]   2> 1902 T1786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00007, negotiated timeout = 20000
[junit4:junit4]   2> 1902 T1787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba6c0a name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1902 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1903 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00007
[junit4:junit4]   2> 1904 T1787 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1904 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38681 which had sessionid 0x13d99a370e00007
[junit4:junit4]   2> 1904 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00007 closed
[junit4:junit4]   2> 1904 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1907 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@141e574
[junit4:junit4]   2> 1908 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1908 T1788 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1908 T1788 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 1908 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38682
[junit4:junit4]   2> 1909 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38682
[junit4:junit4]   2> 1909 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00008 with negotiated timeout 20000 for client /127.0.0.1:38682
[junit4:junit4]   2> 1910 T1788 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00008, negotiated timeout = 20000
[junit4:junit4]   2> 1910 T1789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@141e574 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1910 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1911 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x1 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1912 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x3 zxid:0x39 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1913 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 2916 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2917 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:delete cxid:0xd zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:59819_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2917 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59819_
[junit4:junit4]   2> 2920 T1775 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1762 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1757 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2920 T1789 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 2924 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 2925 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 2925 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 2985 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 2987 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37951
[junit4:junit4]   2> 2987 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 2988 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 2988 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063
[junit4:junit4]   2> 2988 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 2989 T1735 oasc.CoreContainer.<init> New CoreContainer 10483925
[junit4:junit4]   2> 2989 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/'
[junit4:junit4]   2> 2989 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/'
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3006 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3007 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3008 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3009 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3014 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3024 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 3024 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3025 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f96636
[junit4:junit4]   2> 3026 T1800 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3025 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3026 T1800 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 3026 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38684
[junit4:junit4]   2> 3027 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38684
[junit4:junit4]   2> 3028 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e00009 with negotiated timeout 20000 for client /127.0.0.1:38684
[junit4:junit4]   2> 3028 T1800 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e00009, negotiated timeout = 20000
[junit4:junit4]   2> 3028 T1801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f96636 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3028 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3030 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e00009
[junit4:junit4]   2> 3031 T1801 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3031 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38684 which had sessionid 0x13d99a370e00009
[junit4:junit4]   2> 3031 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e00009 closed
[junit4:junit4]   2> 3032 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 3034 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a4572
[junit4:junit4]   2> 3035 T1802 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3035 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3036 T1802 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 3036 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38685
[junit4:junit4]   2> 3036 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38685
[junit4:junit4]   2> 3037 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000a with negotiated timeout 20000 for client /127.0.0.1:38685
[junit4:junit4]   2> 3038 T1802 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000a, negotiated timeout = 20000
[junit4:junit4]   2> 3038 T1803 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a4572 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3038 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3040 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:create cxid:0x1 zxid:0x40 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3042 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:create cxid:0x3 zxid:0x41 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3045 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4047 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4048 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000a type:delete cxid:0xd zxid:0x42 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37951_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4049 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37951_
[junit4:junit4]   2> 4052 T1789 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1775 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1762 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1757 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4052 T1803 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 4056 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4057 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4057 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4117 T1735 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4119 T1735 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34483
[junit4:junit4]   2> 4120 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4120 T1735 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4120 T1735 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/solr.xml
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer.<init> New CoreContainer 17487538
[junit4:junit4]   2> 4121 T1735 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/'
[junit4:junit4]   2> 4122 T1735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1364082262195/'
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4139 T1735 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4140 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4141 T1735 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4141 T1735 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4142 T1735 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4142 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4148 T1735 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4157 T1735 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:57214/solr
[junit4:junit4]   2> 4158 T1735 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4158 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@167d128
[junit4:junit4]   2> 4159 T1814 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4159 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4160 T1814 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 4160 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38688
[junit4:junit4]   2> 4160 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38688
[junit4:junit4]   2> 4161 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000b with negotiated timeout 20000 for client /127.0.0.1:38688
[junit4:junit4]   2> 4161 T1814 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000b, negotiated timeout = 20000
[junit4:junit4]   2> 4161 T1815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167d128 name:ZooKeeperConnection Watcher:127.0.0.1:57214 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4162 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4162 T1740 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d99a370e0000b
[junit4:junit4]   2> 4163 T1815 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4163 T1737 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:38688 which had sessionid 0x13d99a370e0000b
[junit4:junit4]   2> 4163 T1735 oaz.ZooKeeper.close Session: 0x13d99a370e0000b closed
[junit4:junit4]   2> 4164 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4166 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8913b9
[junit4:junit4]   2> 4167 T1816 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4167 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4167 T1816 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 4167 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38689
[junit4:junit4]   2> 4167 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38689
[junit4:junit4]   2> 4168 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000c with negotiated timeout 20000 for client /127.0.0.1:38689
[junit4:junit4]   2> 4168 T1816 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000c, negotiated timeout = 20000
[junit4:junit4]   2> 4168 T1817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8913b9 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4169 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4169 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4170 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4172 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5174 T1735 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5175 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e0000c type:delete cxid:0xd zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:34483_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5176 T1735 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34483_
[junit4:junit4]   2> 5179 T1762 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1757 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1775 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1789 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1817 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5179 T1803 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 5183 T1735 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   2> 5183 T1735 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 5184 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5186 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 5190 T1768 oasc.CoreContainer.create Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1
[junit4:junit4]   2> 5190 T1768 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 5191 T1768 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   2> 5191 T1768 oasc.ZkController.getConfName Looking for collection configName
[junit4:junit4]   2> 5192 T1768 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4:junit4]   2> 5192 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection
[junit4:junit4]   2> 5194 T1768 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 5195 T1768 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1/'
[junit4:junit4]   2> 5217 T1768 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 5246 T1768 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5248 T1768 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5251 T1768 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5581 T1768 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5586 T1768 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5589 T1768 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5599 T1768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5602 T1768 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5605 T1768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5606 T1768 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5607 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5608 T1768 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5608 T1768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5608 T1768 oasc.SolrCore.<init> [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/
[junit4:junit4]   2> 5608 T1768 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 5609 T1768 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 5610 T1768 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 5610 T1768 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index/
[junit4:junit4]   2> 5610 T1768 oasc.SolrCore.initIndex WARNING [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5611 T1768 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 5612 T1768 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5612 T1768 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5613 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5614 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5614 T1768 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5615 T1768 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5615 T1768 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5616 T1768 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5617 T1768 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5619 T1768 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5621 T1768 oass.SolrIndexSearcher.<init> Opening Searcher@141b8dc main
[junit4:junit4]   2> 5622 T1768 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/tlog
[junit4:junit4]   2> 5622 T1768 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5622 T1768 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5625 T1819 oasc.SolrCore.registerSearcher [unloadcollection1] Registered new searcher Searcher@141b8dc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5626 T1768 oasc.ZkController.publish publishing core=unloadcollection1 state=down
[junit4:junit4]   2> 6668 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48313_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48313",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.createCollection Create collection unloadcollection with numShards 1
[junit4:junit4]   2> 6669 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6672 T1762 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> 6672 T1789 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> 6672 T1817 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> 6672 T1757 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> 6672 T1775 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> 6672 T1803 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> 7628 T1768 oasc.CoreContainer.registerCore registering core: unloadcollection1
[junit4:junit4]   2> 7628 T1768 oasc.ZkController.register Register replica - core:unloadcollection1 address:http://127.0.0.1:48313 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 7629 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   2> 7635 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 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> 7636 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7636 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x52 zxid:0x58 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7638 T1768 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7638 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7639 T1768 oasc.SyncStrategy.syncToMe http://127.0.0.1:48313/unloadcollection1/ has no replicas
[junit4:junit4]   2> 7639 T1768 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 7640 T1768 oascc.SolrZkClient.makePath makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   2> 7643 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00006 type:create cxid:0x5d zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8177 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8184 T1757 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> 8184 T1803 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> 8184 T1775 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> 8184 T1762 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> 8185 T1789 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> 8184 T1817 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> 8196 T1768 oasc.ZkController.register We are http://127.0.0.1:48313/unloadcollection1/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 8196 T1768 oasc.ZkController.register No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:48313
[junit4:junit4]   2> 8197 T1768 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8197 T1768 oasc.ZkController.publish publishing core=unloadcollection1 state=active
[junit4:junit4]   2> 8199 T1768 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8200 T1768 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 8205 T1768 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 8206 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n&name=unloadcollection1&collection=unloadcollection&version=2&numShards=1} status=0 QTime=3016 
[junit4:junit4]   2> 8206 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 8208 T1735 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:57214/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@11c5571
[junit4:junit4]   2> 8208 T1735 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8208 T1820 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:57214. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8209 T1820 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:57214, initiating session
[junit4:junit4]   2> 8209 T1737 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:38693
[junit4:junit4]   2> 8209 T1737 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:38693
[junit4:junit4]   2> 8210 T1739 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d99a370e0000d with negotiated timeout 10000 for client /127.0.0.1:38693
[junit4:junit4]   2> 8210 T1820 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:57214, sessionid = 0x13d99a370e0000d, negotiated timeout = 10000
[junit4:junit4]   2> 8210 T1821 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11c5571 name:ZooKeeperConnection Watcher:127.0.0.1:57214/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8211 T1735 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8212 T1735 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8214 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8215 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8218 T1783 oasc.CoreContainer.create Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2
[junit4:junit4]   2> 8218 T1783 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 8219 T1783 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8220 T1783 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 8221 T1783 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2/'
[junit4:junit4]   2> 8258 T1783 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8287 T1783 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8288 T1783 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8292 T1783 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8605 T1783 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8610 T1783 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8613 T1783 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8623 T1783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8626 T1783 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8629 T1783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8630 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8632 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8632 T1783 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8634 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 8634 T1783 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 8634 T1783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8634 T1783 oasc.SolrCore.<init> [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/
[junit4:junit4]   2> 8635 T1783 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 8635 T1783 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 8636 T1783 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n
[junit4:junit4]   2> 8636 T1783 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index/
[junit4:junit4]   2> 8636 T1783 oasc.SolrCore.initIndex WARNING [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8637 T1783 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index
[junit4:junit4]   2> 8638 T1783 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8638 T1783 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8640 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8640 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8641 T1783 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8641 T1783 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8641 T1783 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8642 T1783 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8643 T1783 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8645 T1783 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8647 T1783 oass.SolrIndexSearcher.<init> Opening Searcher@1365c4 main
[junit4:junit4]   2> 8648 T1783 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/tlog
[junit4:junit4]   2> 8648 T1783 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8648 T1783 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8652 T1822 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@1365c4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8653 T1783 oasc.ZkController.publish publishing core=unloadcollection2 state=down
[junit4:junit4]   2> 8653 T1783 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9690 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9691 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:48313_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:48313__unloadcollection1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection1",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:48313",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 9693 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 9693 T1758 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 9694 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 9696 T1757 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> 9696 T1762 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> 9696 T1803 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> 9696 T1775 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> 9696 T1789 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> 9696 T1821 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> 9696 T1817 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> 10654 T1783 oasc.CoreContainer.registerCore registering core: unloadcollection2
[junit4:junit4]   2> 10655 T1783 oasc.ZkController.register Register replica - core:unloadcollection2 address:http://127.0.0.1:59819 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 10657 T1783 oasc.ZkController.register We are http://127.0.0.1:59819/unloadcollection2/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 10657 T1783 oasc.ZkController.register No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:59819
[junit4:junit4]   2> 10658 T1783 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection2
[junit4:junit4]   2> 10658 T1783 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C101 name=unloadcollection2 org.apache.solr.core.SolrCore@1de9055 url=http://127.0.0.1:59819/unloadcollection2 node=127.0.0.1:59819_ C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=down}
[junit4:junit4]   2> 10658 T1823 C101 P59819 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   2> 10659 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 10659 T1783 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10659 T1823 C101 P59819 oasc.ZkController.publish publishing core=unloadcollection2 state=recovering
[junit4:junit4]   2> 10660 T1823 C101 P59819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10660 T1783 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 10660 T1823 C101 P59819 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10665 T1783 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1364082259937/solr.xml
[junit4:junit4]   2> 10666 T1783 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n&name=unloadcollection2&collection=unloadcollection&version=2} status=0 QTime=2448 
[junit4:junit4]   2> 10667 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10668 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 10668 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11204 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11205 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59819__unloadcollection2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 11227 T1757 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> 11228 T1762 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> 11228 T1775 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> 11227 T1821 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> 11227 T1817 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> 11227 T1789 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> 11227 T1803 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> 11664 T1769 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&wt=javabin&action=PREPRECOVERY&nodeName=127.0.0.1:59819_&checkLive=true&version=2&core=unloadcollection1&coreNodeName=127.0.0.1:59819__unloadcollection2&state=recovering} status=0 QTime=1000 
[junit4:junit4]   2> 11671 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12673 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, shard=shard1, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=recovering}
[junit4:junit4]   2> 13665 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48313/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasu.PeerSync.sync PeerSync: core=unloadcollection2 url=http://127.0.0.1:59819 START replicas=[http://127.0.0.1:48313/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 13666 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 13667 T1823 C101 P59819 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48313/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   2> 13667 T1823 C101 P59819 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C102 name=unloadcollection1 org.apache.solr.core.SolrCore@daa54d url=http://127.0.0.1:48313/unloadcollection1 node=127.0.0.1:48313_ C102_STATE=coll:unloadcollection core:unloadcollection1 props:{node_name=127.0.0.1:48313_, shard=shard1, collection=unloadcollection, core=unloadcollection1, base_url=http://127.0.0.1:48313, state=active, leader=true}
[junit4:junit4]   2> 13670 T1768 C102 P48313 REQ /get {getVersions=100&wt=javabin&distrib=false&version=2&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 13673 T1771 C102 P48313 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 13674 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13675 T1771 C102 P48313 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13675 T1771 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13676 T1771 C102 P48313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13677 T1771 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13677 T1771 C102 P48313 oass.SolrIndexSearcher.<init> Opening Searcher@7f2bf3 realtime
[junit4:junit4]   2> 13678 T1771 C102 P48313 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 13678 T1771 C102 P48313 /update {waitSearcher=true&wt=javabin&commit_end_point=true&softCommit=false&version=2&commit=true&openSearcher=false} {commit=} 0 5
[junit4:junit4]   2> 13679 T1823 C101 P59819 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13679 T1823 C101 P59819 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 13681 T1768 C102 P48313 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 13681 T1768 C102 P48313 REQ /replication {wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=1 
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 13682 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 13684 T1771 C102 P48313 REQ /replication {generation=2&wt=javabin&command=filelist&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 13685 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 13685 T1823 C101 P59819 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082266353unloadcollection1_2n/index.20130324004431821
[junit4:junit4]   2> 13686 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@192fba7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5b0729) fullCopy=false
[junit4:junit4]   2> 13688 T1770 C102 P48313 REQ /replication {generation=2&wt=filestream&command=filecontent&qt=/replication&file=segments_2&checksum=true} status=0 QTime=0 
[junit4:junit4]   2> 13690 T1823 C101 P59819 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 13691 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 13691 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   2> 13692 T1823 C101 P59819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@d508eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@747637),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 13692 T1823 C101 P59819 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 13693 T1823 C101 P59819 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 13693 T1823 C101 P59819 oass.SolrIndexSearcher.<init> Opening Searcher@cbff20 main
[junit4:junit4]   2> 13694 T1822 oasc.SolrCore.registerSearcher [unloadcollection2] Registered new searcher Searcher@cbff20 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 13694 T1823 C101 P59819 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection2
[junit4:junit4]   2> 13694 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   2> 13695 T1823 C101 P59819 oasc.ZkController.publish publishing core=unloadcollection2 state=active
[junit4:junit4]   2> 13695 T1823 C101 P59819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13696 T1823 C101 P59819 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection2
[junit4:junit4]   2> 14235 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14236 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:59819_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:59819__unloadcollection2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection2",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:59819",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 14238 T1803 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> 14238 T1789 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> 14238 T1775 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> 14238 T1821 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> 14238 T1817 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> 14238 T1762 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> 14239 T1757 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> 14678 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14679 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 14680 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14685 T1799 oasc.CoreContainer.create Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3
[junit4:junit4]   2> 14686 T1799 oasc.ZkController.createCollectionZkNode Check for collection zkNode:unloadcollection
[junit4:junit4]   2> 14690 T1799 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14690 T1799 oasc.ZkController.readConfigName Load collection config from:/collections/unloadcollection
[junit4:junit4]   2> 14696 T1799 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3/'
[junit4:junit4]   2> 14744 T1799 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14789 T1799 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14791 T1799 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14797 T1799 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15370 T1799 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15378 T1799 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15382 T1799 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15417 T1799 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15421 T1799 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15424 T1799 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15426 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15426 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15427 T1799 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15431 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 15432 T1799 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 15432 T1799 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15433 T1799 oasc.SolrCore.<init> [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/
[junit4:junit4]   2> 15434 T1799 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e88ebd
[junit4:junit4]   2> 15434 T1799 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 15435 T1799 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n
[junit4:junit4]   2> 15436 T1799 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index/
[junit4:junit4]   2> 15436 T1799 oasc.SolrCore.initIndex WARNING [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15437 T1799 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index
[junit4:junit4]   2> 15438 T1799 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15438 T1799 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15440 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15441 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15441 T1799 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15442 T1799 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15443 T1799 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15443 T1799 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15444 T1799 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15444 T1799 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15445 T1799 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15448 T1799 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15457 T1799 oass.SolrIndexSearcher.<init> Opening Searcher@18392a4 main
[junit4:junit4]   2> 15458 T1799 oasu.UpdateHandler.clearLog Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/tlog
[junit4:junit4]   2> 15459 T1799 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15459 T1799 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15463 T1826 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@18392a4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15464 T1799 oasc.ZkController.publish publishing core=unloadcollection3 state=down
[junit4:junit4]   2> 15465 T1799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15743 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15743 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":null,
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"down"}
[junit4:junit4]   2> 15744 T1758 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
[junit4:junit4]   2> 15744 T1758 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 15798 T1762 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> 15799 T1757 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> 15799 T1803 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> 15799 T1817 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> 15799 T1789 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> 15799 T1821 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> 15798 T1775 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> 16467 T1799 oasc.CoreContainer.registerCore registering core: unloadcollection3
[junit4:junit4]   2> 16467 T1799 oasc.ZkController.register Register replica - core:unloadcollection3 address:http://127.0.0.1:37951 collection:unloadcollection shard:shard1
[junit4:junit4]   2> 16471 T1799 oasc.ZkController.register We are http://127.0.0.1:37951/unloadcollection3/ and leader is http://127.0.0.1:48313/unloadcollection1/
[junit4:junit4]   2> 16471 T1799 oasc.ZkController.register No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:37951
[junit4:junit4]   2> 16472 T1799 oasc.ZkController.checkRecovery Core needs to recover:unloadcollection3
[junit4:junit4]   2> 16472 T1799 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C103 name=unloadcollection3 org.apache.solr.core.SolrCore@1d86a43 url=http://127.0.0.1:37951/unloadcollection3 node=127.0.0.1:37951_ C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=down}
[junit4:junit4]   2> 16473 T1827 C103 P37951 oasc.RecoveryStrategy.run Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   2> 16474 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16474 T1799 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16474 T1827 C103 P37951 oasc.ZkController.publish publishing core=unloadcollection3 state=recovering
[junit4:junit4]   2> 16475 T1827 C103 P37951 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16475 T1799 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 16480 T1827 C103 P37951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16483 T1799 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1364082261063/solr.xml
[junit4:junit4]   2> 16485 T1799 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {wt=javabin&action=CREATE&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n&name=unloadcollection3&collection=unloadcollection&version=2} status=0 QTime=1800 
[junit4:junit4]   2> 16485 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16487 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17310 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17310 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37951__unloadcollection3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"recovering"}
[junit4:junit4]   2> 17348 T1789 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> 17348 T1817 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> 17348 T1762 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> 17348 T1821 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> 17348 T1803 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> 17348 T1775 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> 17348 T1757 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> 17487 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {onlyIfLeader=true&wt=javabin&action=PREPRECOVERY&nodeName=127.0.0.1:37951_&checkLive=true&version=2&core=unloadcollection1&coreNodeName=127.0.0.1:37951__unloadcollection3&state=recovering} status=0 QTime=1000 
[junit4:junit4]   2> 17489 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18491 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, shard=shard1, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=recovering}
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:48313/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasu.PeerSync.sync PeerSync: core=unloadcollection3 url=http://127.0.0.1:37951 START replicas=[http://127.0.0.1:48313/unloadcollection1/] nUpdates=100
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19489 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19490 T1827 C103 P37951 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:48313/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   2> 19490 T1827 C103 P37951 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 19491 T1771 C102 P48313 REQ /get {getVersions=100&wt=javabin&distrib=false&version=2&qt=/get} status=0 QTime=0 
[junit4:junit4]   2> 19493 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19495 T1770 C102 P48313 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 19496 T1770 C102 P48313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@e201b2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1acf573),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19497 T1770 C102 P48313 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19497 T1770 C102 P48313 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19498 T1770 C102 P48313 /update {waitSearcher=true&wt=javabin&commit_end_point=true&softCommit=false&version=2&commit=true&openSearcher=false} {commit=} 0 3
[junit4:junit4]   2> 19499 T1827 C103 P37951 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19499 T1827 C103 P37951 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19501 T1768 C102 P48313 REQ /replication {wt=javabin&command=indexversion&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19501 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 19502 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19502 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19505 T1771 C102 P48313 REQ /replication {generation=3&wt=javabin&command=filelist&version=2&qt=/replication} status=0 QTime=0 
[junit4:junit4]   2> 19506 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19507 T1827 C103 P37951 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082272820unloadcollection_3n/index.20130324004437642
[junit4:junit4]   2> 19507 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Starting download to BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@19e07ed lockFactory=org.apache.lucene.store.NativeFSLockFactory@1bbd9b4) fullCopy=false
[junit4:junit4]   2> 19511 T1770 C102 P48313 REQ /replication {generation=3&wt=filestream&command=filecontent&qt=/replication&file=segments_3&checksum=true} status=0 QTime=1 
[junit4:junit4]   2> 19515 T1827 C103 P37951 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19516 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19516 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   2> 19517 T1827 C103 P37951 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=BaseDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c3b638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@180b9d4),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19518 T1827 C103 P37951 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19518 T1827 C103 P37951 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19518 T1827 C103 P37951 oass.SolrIndexSearcher.<init> Opening Searcher@14f0a77 main
[junit4:junit4]   2> 19519 T1826 oasc.SolrCore.registerSearcher [unloadcollection3] Registered new searcher Searcher@14f0a77 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.RecoveryStrategy.replay No replay needed. core=unloadcollection3
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.ZkController.publish publishing core=unloadcollection3 state=active
[junit4:junit4]   2> 19520 T1827 C103 P37951 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19522 T1827 C103 P37951 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=unloadcollection3
[junit4:junit4]   2> 20361 T1758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20362 T1758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:37951_",
[junit4:junit4]   2> 	  "core_node_name":"127.0.0.1:37951__unloadcollection3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "collection":"unloadcollection",
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core":"unloadcollection3",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37951",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "state":"active"}
[junit4:junit4]   2> 20599 T1821 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> 20599 T1762 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> 20599 T1757 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> 20599 T1803 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> 20600 T1735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20600 T1775 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> 20600 T1789 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> 20600 T1817 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> 20601 T1735 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: unloadcollection
[junit4:junit4]   2> 20601 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2>  C103_STATE=coll:unloadcollection core:unloadcollection3 props:{node_name=127.0.0.1:37951_, shard=shard1, collection=unloadcollection, core=unloadcollection3, base_url=http://127.0.0.1:37951, state=active}
[junit4:junit4]   2> 20620 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[20 (1430343939522560000)]} 0 2
[junit4:junit4]   2>  C101_STATE=coll:unloadcollection core:unloadcollection2 props:{node_name=127.0.0.1:59819_, shard=shard1, collection=unloadcollection, core=unloadcollection2, base_url=http://127.0.0.1:59819, state=active}
[junit4:junit4]   2> 20640 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[20 (1430343939522560000)]} 0 8
[junit4:junit4]   2> 20641 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[20 (1430343939522560000)]} 0 27
[junit4:junit4]   2> 20641 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[20]} 0 30
[junit4:junit4]   2> 20650 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[21 (1430343939556114432)]} 0 1
[junit4:junit4]   2> 20656 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[21 (1430343939556114432)]} 0 1
[junit4:junit4]   2> 20657 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[21 (1430343939556114432)]} 0 11
[junit4:junit4]   2> 20657 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[21]} 0 13
[junit4:junit4]   2> 20666 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[22 (1430343939572891648)]} 0 1
[junit4:junit4]   2> 20666 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[22 (1430343939572891648)]} 0 1
[junit4:junit4]   2> 20667 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[22 (1430343939572891648)]} 0 5
[junit4:junit4]   2> 20668 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[22]} 0 9
[junit4:junit4]   2> 20676 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[23 (1430343939583377408)]} 0 1
[junit4:junit4]   2> 20676 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[23 (1430343939583377408)]} 0 1
[junit4:junit4]   2> 20677 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[23 (1430343939583377408)]} 0 5
[junit4:junit4]   2> 20678 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[23]} 0 8
[junit4:junit4]   2> 20685 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[24 (1430343939593863168)]} 0 1
[junit4:junit4]   2> 20685 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[24 (1430343939593863168)]} 0 1
[junit4:junit4]   2> 20686 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[24 (1430343939593863168)]} 0 4
[junit4:junit4]   2> 20687 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[24]} 0 7
[junit4:junit4]   2> 20695 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[25 (1430343939603300352)]} 0 1
[junit4:junit4]   2> 20695 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[25 (1430343939603300352)]} 0 1
[junit4:junit4]   2> 20696 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[25 (1430343939603300352)]} 0 5
[junit4:junit4]   2> 20697 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[25]} 0 8
[junit4:junit4]   2> 20708 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[26 (1430343939614834688)]} 0 1
[junit4:junit4]   2> 20713 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[26 (1430343939614834688)]} 0 0
[junit4:junit4]   2> 20714 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[26 (1430343939614834688)]} 0 12
[junit4:junit4]   2> 20715 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[26]} 0 16
[junit4:junit4]   2> 20724 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[27 (1430343939633709056)]} 0 0
[junit4:junit4]   2> 20724 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[27 (1430343939633709056)]} 0 0
[junit4:junit4]   2> 20724 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[27 (1430343939633709056)]} 0 4
[junit4:junit4]   2> 20725 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[27]} 0 7
[junit4:junit4]   2> 20734 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[28 (1430343939644194816)]} 0 1
[junit4:junit4]   2> 20734 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[28 (1430343939644194816)]} 0 1
[junit4:junit4]   2> 20735 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[28 (1430343939644194816)]} 0 6
[junit4:junit4]   2> 20736 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[28]} 0 9
[junit4:junit4]   2> 20744 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[29 (1430343939655729152)]} 0 1
[junit4:junit4]   2> 20745 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[29 (1430343939655729152)]} 0 1
[junit4:junit4]   2> 20746 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[29 (1430343939655729152)]} 0 6
[junit4:junit4]   2> 20746 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[29]} 0 8
[junit4:junit4]   2> 20755 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[30 (1430343939666214912)]} 0 1
[junit4:junit4]   2> 20755 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[30 (1430343939666214912)]} 0 1
[junit4:junit4]   2> 20755 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[30 (1430343939666214912)]} 0 4
[junit4:junit4]   2> 20756 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[30]} 0 7
[junit4:junit4]   2> 20764 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[31 (1430343939675652096)]} 0 1
[junit4:junit4]   2> 20764 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[31 (1430343939675652096)]} 0 1
[junit4:junit4]   2> 20765 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[31 (1430343939675652096)]} 0 5
[junit4:junit4]   2> 20768 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[31]} 0 10
[junit4:junit4]   2> 20778 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[32 (1430343939691380736)]} 0 1
[junit4:junit4]   2> 20778 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[32 (1430343939691380736)]} 0 1
[junit4:junit4]   2> 20779 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[32 (1430343939691380736)]} 0 4
[junit4:junit4]   2> 20780 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[32]} 0 7
[junit4:junit4]   2> 20788 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[33 (1430343939700817920)]} 0 1
[junit4:junit4]   2> 20788 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[33 (1430343939700817920)]} 0 1
[junit4:junit4]   2> 20789 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[33 (1430343939700817920)]} 0 5
[junit4:junit4]   2> 20790 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[33]} 0 8
[junit4:junit4]   2> 20802 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[34 (1430343939714449408)]} 0 2
[junit4:junit4]   2> 20803 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[34 (1430343939714449408)]} 0 2
[junit4:junit4]   2> 20803 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[34 (1430343939714449408)]} 0 6
[junit4:junit4]   2> 20804 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[34]} 0 9
[junit4:junit4]   2> 20812 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[35 (1430343939727032320)]} 0 1
[junit4:junit4]   2> 20815 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[35 (1430343939727032320)]} 0 1
[junit4:junit4]   2> 20815 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[35 (1430343939727032320)]} 0 7
[junit4:junit4]   2> 20816 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[35]} 0 10
[junit4:junit4]   2> 20823 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[36 (1430343939738566656)]} 0 0
[junit4:junit4]   2> 20823 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[36 (1430343939738566656)]} 0 0
[junit4:junit4]   2> 20824 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[36 (1430343939738566656)]} 0 4
[junit4:junit4]   2> 20824 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[36]} 0 6
[junit4:junit4]   2> 20833 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[37 (1430343939748003840)]} 0 1
[junit4:junit4]   2> 20833 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[37 (1430343939748003840)]} 0 1
[junit4:junit4]   2> 20834 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[37 (1430343939748003840)]} 0 5
[junit4:junit4]   2> 20834 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[37]} 0 7
[junit4:junit4]   2> 20842 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[38 (1430343939758489600)]} 0 1
[junit4:junit4]   2> 20842 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[38 (1430343939758489600)]} 0 1
[junit4:junit4]   2> 20843 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[38 (1430343939758489600)]} 0 5
[junit4:junit4]   2> 20844 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[38]} 0 8
[junit4:junit4]   2> 20851 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[39 (1430343939767926784)]} 0 1
[junit4:junit4]   2> 20851 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[39 (1430343939767926784)]} 0 1
[junit4:junit4]   2> 20852 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[39 (1430343939767926784)]} 0 4
[junit4:junit4]   2> 20852 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[39]} 0 6
[junit4:junit4]   2> 20861 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[40 (1430343939777363968)]} 0 2
[junit4:junit4]   2> 20861 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[40 (1430343939777363968)]} 0 2
[junit4:junit4]   2> 20862 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[40 (1430343939777363968)]} 0 6
[junit4:junit4]   2> 20863 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[40]} 0 8
[junit4:junit4]   2> 20870 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[41 (1430343939787849728)]} 0 1
[junit4:junit4]   2> 20870 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[41 (1430343939787849728)]} 0 1
[junit4:junit4]   2> 20871 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[41 (1430343939787849728)]} 0 4
[junit4:junit4]   2> 20871 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[41]} 0 6
[junit4:junit4]   2> 20879 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[42 (1430343939797286912)]} 0 1
[junit4:junit4]   2> 20879 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[42 (1430343939797286912)]} 0 1
[junit4:junit4]   2> 20880 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[42 (1430343939797286912)]} 0 4
[junit4:junit4]   2> 20880 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[42]} 0 6
[junit4:junit4]   2> 20888 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[43 (1430343939806724096)]} 0 1
[junit4:junit4]   2> 20888 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[43 (1430343939806724096)]} 0 1
[junit4:junit4]   2> 20889 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[43 (1430343939806724096)]} 0 4
[junit4:junit4]   2> 20889 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[43]} 0 6
[junit4:junit4]   2> 20897 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[44 (1430343939816161280)]} 0 1
[junit4:junit4]   2> 20897 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[44 (1430343939816161280)]} 0 1
[junit4:junit4]   2> 20897 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[44 (1430343939816161280)]} 0 4
[junit4:junit4]   2> 20898 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[44]} 0 7
[junit4:junit4]   2> 20905 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[45 (1430343939824549888)]} 0 1
[junit4:junit4]   2> 20905 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[45 (1430343939824549888)]} 0 1
[junit4:junit4]   2> 20906 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[45 (1430343939824549888)]} 0 4
[junit4:junit4]   2> 20906 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[45]} 0 6
[junit4:junit4]   2> 20914 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[46 (1430343939833987072)]} 0 1
[junit4:junit4]   2> 20914 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[46 (1430343939833987072)]} 0 1
[junit4:junit4]   2> 20915 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[46 (1430343939833987072)]} 0 4
[junit4:junit4]   2> 20916 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[46]} 0 7
[junit4:junit4]   2> 20924 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[47 (1430343939844472832)]} 0 1
[junit4:junit4]   2> 20924 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[47 (1430343939844472832)]} 0 1
[junit4:junit4]   2> 20925 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[47 (1430343939844472832)]} 0 5
[junit4:junit4]   2> 20925 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[47]} 0 7
[junit4:junit4]   2> 20935 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[48 (1430343939856007168)]} 0 1
[junit4:junit4]   2> 20936 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[48 (1430343939856007168)]} 0 1
[junit4:junit4]   2> 20937 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[48 (1430343939856007168)]} 0 6
[junit4:junit4]   2> 20937 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[48]} 0 9
[junit4:junit4]   2> 20945 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[49 (1430343939865444352)]} 0 1
[junit4:junit4]   2> 20945 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[49 (1430343939865444352)]} 0 1
[junit4:junit4]   2> 20946 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[49 (1430343939865444352)]} 0 5
[junit4:junit4]   2> 20947 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[49]} 0 8
[junit4:junit4]   2> 20954 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[50 (1430343939875930112)]} 0 1
[junit4:junit4]   2> 20954 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[50 (1430343939875930112)]} 0 1
[junit4:junit4]   2> 20955 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[50 (1430343939875930112)]} 0 4
[junit4:junit4]   2> 20955 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[50]} 0 6
[junit4:junit4]   2> 20963 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[51 (1430343939885367296)]} 0 0
[junit4:junit4]   2> 20963 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[51 (1430343939885367296)]} 0 0
[junit4:junit4]   2> 20964 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[51 (1430343939885367296)]} 0 4
[junit4:junit4]   2> 20965 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[51]} 0 7
[junit4:junit4]   2> 20973 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[52 (1430343939895853056)]} 0 1
[junit4:junit4]   2> 20973 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[52 (1430343939895853056)]} 0 1
[junit4:junit4]   2> 20974 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[52 (1430343939895853056)]} 0 5
[junit4:junit4]   2> 20974 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[52]} 0 7
[junit4:junit4]   2> 20982 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[53 (1430343939905290240)]} 0 1
[junit4:junit4]   2> 20982 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[53 (1430343939905290240)]} 0 1
[junit4:junit4]   2> 20983 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[53 (1430343939905290240)]} 0 4
[junit4:junit4]   2> 20984 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[53]} 0 7
[junit4:junit4]   2> 20995 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[54 (1430343939917873152)]} 0 1
[junit4:junit4]   2> 20995 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[54 (1430343939917873152)]} 0 1
[junit4:junit4]   2> 20996 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[54 (1430343939917873152)]} 0 5
[junit4:junit4]   2> 20997 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[54]} 0 8
[junit4:junit4]   2> 21005 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[55 (1430343939928358912)]} 0 1
[junit4:junit4]   2> 21005 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[55 (1430343939928358912)]} 0 1
[junit4:junit4]   2> 21006 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[55 (1430343939928358912)]} 0 5
[junit4:junit4]   2> 21007 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[55]} 0 8
[junit4:junit4]   2> 21015 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[56 (1430343939939893248)]} 0 1
[junit4:junit4]   2> 21016 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[56 (1430343939939893248)]} 0 1
[junit4:junit4]   2> 21017 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[56 (1430343939939893248)]} 0 5
[junit4:junit4]   2> 21017 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[56]} 0 8
[junit4:junit4]   2> 21028 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[57 (1430343939953524736)]} 0 1
[junit4:junit4]   2> 21028 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[57 (1430343939953524736)]} 0 1
[junit4:junit4]   2> 21029 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[57 (1430343939953524736)]} 0 4
[junit4:junit4]   2> 21029 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[57]} 0 6
[junit4:junit4]   2> 21038 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[58 (1430343939962961920)]} 0 1
[junit4:junit4]   2> 21038 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[58 (1430343939962961920)]} 0 1
[junit4:junit4]   2> 21039 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[58 (1430343939962961920)]} 0 5
[junit4:junit4]   2> 21043 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[58]} 0 12
[junit4:junit4]   2> 21053 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[59 (1430343939978690560)]} 0 1
[junit4:junit4]   2> 21053 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[59 (1430343939978690560)]} 0 1
[junit4:junit4]   2> 21053 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[59 (1430343939978690560)]} 0 4
[junit4:junit4]   2> 21054 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[59]} 0 7
[junit4:junit4]   2> 21062 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[60 (1430343939989176320)]} 0 1
[junit4:junit4]   2> 21062 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[60 (1430343939989176320)]} 0 1
[junit4:junit4]   2> 21063 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[60 (1430343939989176320)]} 0 5
[junit4:junit4]   2> 21064 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[60]} 0 8
[junit4:junit4]   2> 21073 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[61 (1430343939999662080)]} 0 1
[junit4:junit4]   2> 21075 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[61 (1430343939999662080)]} 0 1
[junit4:junit4]   2> 21076 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[61 (1430343939999662080)]} 0 7
[junit4:junit4]   2> 21076 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[61]} 0 10
[junit4:junit4]   2> 21085 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[62 (1430343940012244992)]} 0 1
[junit4:junit4]   2> 21087 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[62 (1430343940012244992)]} 0 1
[junit4:junit4]   2> 21088 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[62 (1430343940012244992)]} 0 7
[junit4:junit4]   2> 21088 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[62]} 0 9
[junit4:junit4]   2> 21096 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[63 (1430343940024827904)]} 0 1
[junit4:junit4]   2> 21096 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[63 (1430343940024827904)]} 0 1
[junit4:junit4]   2> 21097 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[63 (1430343940024827904)]} 0 5
[junit4:junit4]   2> 21097 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[63]} 0 7
[junit4:junit4]   2> 21105 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[64 (1430343940033216512)]} 0 1
[junit4:junit4]   2> 21106 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[64 (1430343940033216512)]} 0 1
[junit4:junit4]   2> 21106 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[64 (1430343940033216512)]} 0 5
[junit4:junit4]   2> 21107 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[64]} 0 8
[junit4:junit4]   2> 21115 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[65 (1430343940044750848)]} 0 1
[junit4:junit4]   2> 21115 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[65 (1430343940044750848)]} 0 1
[junit4:junit4]   2> 21115 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[65 (1430343940044750848)]} 0 4
[junit4:junit4]   2> 21116 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[65]} 0 7
[junit4:junit4]   2> 21124 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[66 (1430343940054188032)]} 0 1
[junit4:junit4]   2> 21124 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[66 (1430343940054188032)]} 0 1
[junit4:junit4]   2> 21125 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[66 (1430343940054188032)]} 0 5
[junit4:junit4]   2> 21126 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[66]} 0 8
[junit4:junit4]   2> 21135 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[67 (1430343940064673792)]} 0 1
[junit4:junit4]   2> 21135 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[67 (1430343940064673792)]} 0 1
[junit4:junit4]   2> 21135 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[67 (1430343940064673792)]} 0 4
[junit4:junit4]   2> 21136 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[67]} 0 8
[junit4:junit4]   2> 21143 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[68 (1430343940074110976)]} 0 1
[junit4:junit4]   2> 21143 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[68 (1430343940074110976)]} 0 1
[junit4:junit4]   2> 21144 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[68 (1430343940074110976)]} 0 4
[junit4:junit4]   2> 21145 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[68]} 0 7
[junit4:junit4]   2> 21153 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[69 (1430343940084596736)]} 0 1
[junit4:junit4]   2> 21153 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[69 (1430343940084596736)]} 0 1
[junit4:junit4]   2> 21154 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[69 (1430343940084596736)]} 0 5
[junit4:junit4]   2> 21154 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[69]} 0 7
[junit4:junit4]   2> 21162 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[70 (1430343940094033920)]} 0 1
[junit4:junit4]   2> 21162 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[70 (1430343940094033920)]} 0 1
[junit4:junit4]   2> 21163 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[70 (1430343940094033920)]} 0 4
[junit4:junit4]   2> 21164 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[70]} 0 7
[junit4:junit4]   2> 21171 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[71 (1430343940103471104)]} 0 1
[junit4:junit4]   2> 21171 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[71 (1430343940103471104)]} 0 1
[junit4:junit4]   2> 21172 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[71 (1430343940103471104)]} 0 4
[junit4:junit4]   2> 21172 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[71]} 0 6
[junit4:junit4]   2> 21180 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[72 (1430343940112908288)]} 0 1
[junit4:junit4]   2> 21180 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[72 (1430343940112908288)]} 0 1
[junit4:junit4]   2> 21181 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[72 (1430343940112908288)]} 0 5
[junit4:junit4]   2> 21181 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[72]} 0 7
[junit4:junit4]   2> 21189 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[73 (1430343940121296896)]} 0 1
[junit4:junit4]   2> 21189 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[73 (1430343940121296896)]} 0 1
[junit4:junit4]   2> 21190 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[73 (1430343940121296896)]} 0 5
[junit4:junit4]   2> 21190 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[73]} 0 7
[junit4:junit4]   2> 21198 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[74 (1430343940131782656)]} 0 1
[junit4:junit4]   2> 21198 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[74 (1430343940131782656)]} 0 1
[junit4:junit4]   2> 21199 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[74 (1430343940131782656)]} 0 4
[junit4:junit4]   2> 21199 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[74]} 0 6
[junit4:junit4]   2> 21207 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[75 (1430343940141219840)]} 0 1
[junit4:junit4]   2> 21207 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[75 (1430343940141219840)]} 0 1
[junit4:junit4]   2> 21208 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[75 (1430343940141219840)]} 0 4
[junit4:junit4]   2> 21209 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[75]} 0 7
[junit4:junit4]   2> 21216 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[76 (1430343940150657024)]} 0 1
[junit4:junit4]   2> 21216 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[76 (1430343940150657024)]} 0 1
[junit4:junit4]   2> 21217 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[76 (1430343940150657024)]} 0 4
[junit4:junit4]   2> 21218 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[76]} 0 7
[junit4:junit4]   2> 21226 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[77 (1430343940160094208)]} 0 1
[junit4:junit4]   2> 21226 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[77 (1430343940160094208)]} 0 1
[junit4:junit4]   2> 21227 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[77 (1430343940160094208)]} 0 5
[junit4:junit4]   2> 21227 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[77]} 0 7
[junit4:junit4]   2> 21237 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[78 (1430343940172677120)]} 0 1
[junit4:junit4]   2> 21237 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[78 (1430343940172677120)]} 0 1
[junit4:junit4]   2> 21238 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[78 (1430343940172677120)]} 0 4
[junit4:junit4]   2> 21238 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[78]} 0 8
[junit4:junit4]   2> 21250 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[79 (1430343940185260032)]} 0 1
[junit4:junit4]   2> 21250 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[79 (1430343940185260032)]} 0 1
[junit4:junit4]   2> 21251 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[79 (1430343940185260032)]} 0 5
[junit4:junit4]   2> 21252 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[79]} 0 11
[junit4:junit4]   2> 21260 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[80 (1430343940196794368)]} 0 1
[junit4:junit4]   2> 21260 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[80 (1430343940196794368)]} 0 1
[junit4:junit4]   2> 21260 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[80 (1430343940196794368)]} 0 3
[junit4:junit4]   2> 21261 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[80]} 0 6
[junit4:junit4]   2> 21268 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[81 (1430343940205182976)]} 0 1
[junit4:junit4]   2> 21268 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[81 (1430343940205182976)]} 0 1
[junit4:junit4]   2> 21275 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[81 (1430343940205182976)]} 0 10
[junit4:junit4]   2> 21276 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[81]} 0 13
[junit4:junit4]   2> 21287 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[82 (1430343940223008768)]} 0 1
[junit4:junit4]   2> 21287 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[82 (1430343940223008768)]} 0 2
[junit4:junit4]   2> 21288 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[82 (1430343940223008768)]} 0 6
[junit4:junit4]   2> 21289 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[82]} 0 10
[junit4:junit4]   2> 21298 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[83 (1430343940235591680)]} 0 1
[junit4:junit4]   2> 21299 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[83 (1430343940235591680)]} 0 0
[junit4:junit4]   2> 21300 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[83 (1430343940235591680)]} 0 6
[junit4:junit4]   2> 21301 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[83]} 0 10
[junit4:junit4]   2> 21309 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[84 (1430343940248174592)]} 0 1
[junit4:junit4]   2> 21309 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[84 (1430343940248174592)]} 0 1
[junit4:junit4]   2> 21310 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[84 (1430343940248174592)]} 0 4
[junit4:junit4]   2> 21310 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[84]} 0 6
[junit4:junit4]   2> 21318 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[85 (1430343940257611776)]} 0 1
[junit4:junit4]   2> 21318 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[85 (1430343940257611776)]} 0 1
[junit4:junit4]   2> 21326 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[85 (1430343940257611776)]} 0 12
[junit4:junit4]   2> 21327 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[85]} 0 14
[junit4:junit4]   2> 21335 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[86 (1430343940275437568)]} 0 0
[junit4:junit4]   2> 21335 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[86 (1430343940275437568)]} 0 0
[junit4:junit4]   2> 21336 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[86 (1430343940275437568)]} 0 4
[junit4:junit4]   2> 21337 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[86]} 0 7
[junit4:junit4]   2> 21345 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[87 (1430343940285923328)]} 0 1
[junit4:junit4]   2> 21345 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[87 (1430343940285923328)]} 0 1
[junit4:junit4]   2> 21346 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[87 (1430343940285923328)]} 0 5
[junit4:junit4]   2> 21346 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[87]} 0 7
[junit4:junit4]   2> 21354 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[88 (1430343940295360512)]} 0 0
[junit4:junit4]   2> 21355 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[88 (1430343940295360512)]} 0 0
[junit4:junit4]   2> 21355 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[88 (1430343940295360512)]} 0 4
[junit4:junit4]   2> 21362 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[88]} 0 13
[junit4:junit4]   2> 21371 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[89 (1430343940312137728)]} 0 1
[junit4:junit4]   2> 21371 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[89 (1430343940312137728)]} 0 0
[junit4:junit4]   2> 21372 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[89 (1430343940312137728)]} 0 5
[junit4:junit4]   2> 21372 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[89]} 0 7
[junit4:junit4]   2> 21380 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[90 (1430343940322623488)]} 0 1
[junit4:junit4]   2> 21380 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[90 (1430343940322623488)]} 0 1
[junit4:junit4]   2> 21381 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[90 (1430343940322623488)]} 0 5
[junit4:junit4]   2> 21381 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[90]} 0 7
[junit4:junit4]   2> 21390 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[91 (1430343940332060672)]} 0 1
[junit4:junit4]   2> 21390 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[91 (1430343940332060672)]} 0 1
[junit4:junit4]   2> 21392 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[91 (1430343940332060672)]} 0 6
[junit4:junit4]   2> 21393 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[91]} 0 9
[junit4:junit4]   2> 21404 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[92 (1430343940347789312)]} 0 1
[junit4:junit4]   2> 21404 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[92 (1430343940347789312)]} 0 0
[junit4:junit4]   2> 21405 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[92 (1430343940347789312)]} 0 5
[junit4:junit4]   2> 21406 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[92]} 0 11
[junit4:junit4]   2> 21414 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[93 (1430343940357226496)]} 0 1
[junit4:junit4]   2> 21414 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[93 (1430343940357226496)]} 0 1
[junit4:junit4]   2> 21415 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[93 (1430343940357226496)]} 0 5
[junit4:junit4]   2> 21415 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[93]} 0 7
[junit4:junit4]   2> 21423 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[94 (1430343940367712256)]} 0 1
[junit4:junit4]   2> 21423 T1799 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[94 (1430343940367712256)]} 0 0
[junit4:junit4]   2> 21424 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[94 (1430343940367712256)]} 0 4
[junit4:junit4]   2> 21425 T1797 C103 P37951 /update {wt=javabin&version=2} {add=[94]} 0 7
[junit4:junit4]   2> 21432 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[95 (1430343940377149440)]} 0 1
[junit4:junit4]   2> 21432 T1798 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[95 (1430343940377149440)]} 0 1
[junit4:junit4]   2> 21433 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[95 (1430343940377149440)]} 0 4
[junit4:junit4]   2> 21434 T1796 C103 P37951 /update {wt=javabin&version=2} {add=[95]} 0 7
[junit4:junit4]   2> 21441 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[96 (1430343940386586624)]} 0 1
[junit4:junit4]   2> 21441 T1782 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[96 (1430343940386586624)]} 0 1
[junit4:junit4]   2> 21442 T1771 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[96 (1430343940386586624)]} 0 4
[junit4:junit4]   2> 21442 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[96]} 0 6
[junit4:junit4]   2> 21450 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[97 (1430343940394975232)]} 0 1
[junit4:junit4]   2> 21450 T1784 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[97 (1430343940394975232)]} 0 1
[junit4:junit4]   2> 21450 T1768 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[97 (1430343940394975232)]} 0 4
[junit4:junit4]   2> 21451 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[97]} 0 7
[junit4:junit4]   2> 21459 T1796 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[98 (1430343940405460992)]} 0 1
[junit4:junit4]   2> 21459 T1785 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[98 (1430343940405460992)]} 0 1
[junit4:junit4]   2> 21460 T1769 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[98 (1430343940405460992)]} 0 5
[junit4:junit4]   2> 21460 T1799 C103 P37951 /update {wt=javabin&version=2} {add=[98]} 0 7
[junit4:junit4]   2> 21468 T1797 C103 P37951 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[99 (1430343940414898176)]} 0 1
[junit4:junit4]   2> 21468 T1783 C101 P59819 /update {distrib.from=http://127.0.0.1:48313/unloadcollection1/&wt=javabin&version=2&update.distrib=FROMLEADER} {add=[99 (1430343940414898176)]} 0 1
[junit4:junit4]   2> 21469 T1770 C102 P48313 /update {distrib.from=http://127.0.0.1:37951/unloadcollection3/&wt=javabin&version=2&update.distrib=TOLEADER} {add=[99 (1430343940414898176)]} 0 5
[junit4:junit4]   2> 21469 T1798 C103 P37951 /update {wt=javabin&version=2} {add=[99]} 0 7
[junit4:junit4]   2> 21470 T1735 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21474 T1768 oasha.CoreAdminHandler.handleUnloadAction Unregistering core unloadcollection1 from cloudstate.
[junit4:junit4]   2> 21508 T1768 oasc.SolrCore.close [unloadcollection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@daa54d
[junit4:junit4]   2> 21515 T1768 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=80,adds=80,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=80,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   2> 21515 T1768 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
[junit4:junit4]   2> 21515 T1768 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 21516 T1768 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 21517 T1768 oasc.SolrCore.closeSearcher [unloadcollection1] Closing main searcher on request.
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n
[junit4:junit4]   2> 21518 T1768 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 21519 T1768 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1364082258141/1364082263325unloadcollection1_1n/index
[junit4:junit4]   2> 21519 T1768 oasc.CoreContainer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 21526 T1768 oasc.SolrXMLSerializer.persistFile Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1364082258807/solr.xml
[junit4:junit4]   2> 21526 T1768 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {deleteIndex=false&wt=javabin&action=UNLOAD&indexInfo=true&version=2&core=unloadcollection1&deleteDataDir=false} status=0 QTime=52 
[junit4:junit4]   2> 21528 T1789 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 21529 T1740 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d99a370e00008 type:create cxid:0x57 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21568 T1789 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
[junit4:junit4]   2> 21568 T1789 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
[junit4:junit4]   2> 21569 T1789 oasc.ShardLeaderElectionContex

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

/127.0.0.1:48313_ (0)
[junit4:junit4]   1> 
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=UnloadDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=1942BB68A02246C8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Europe/Gibraltar -Dtests.file.encoding=ISO-8859-1
[junit4:junit4] FAILURE  139s J0 | UnloadDistributedZkTest.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([1942BB68A02246C8:98A43570D77D26F4]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
[junit4:junit4]    > 	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
[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> 138901 T1735 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 138909 T1734 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 140007 T1817 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140008 T1817 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 140008 T1817 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 140008 T1817 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=321), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=321)), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=da, timezone=Europe/Gibraltar
[junit4:junit4]   2> NOTE: Linux 3.2.0-39-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=243744072,total=469762048
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestJoin, TermVectorComponentTest, DistributedTermsComponentTest, LukeRequestHandlerTest, DocValuesTest, TestStressVersions, JsonLoaderTest, ReturnFieldsTest, SOLR749Test, PolyFieldTest, TestReversedWildcardFilterFactory, CoreAdminHandlerTest, TestQuerySenderListener, TestSweetSpotSimilarityFactory, TestSolrCoreProperties, AlternateDirectoryTest, FastVectorHighlighterTest, TestPluginEnable, MoreLikeThisHandlerTest, IndexSchemaTest, SynonymTokenizerTest, TestSolrDeletionPolicy1, WordBreakSolrSpellCheckerTest, ShardRoutingTest, TestRemoteStreaming, TestPseudoReturnFields, TestPropInjectDefaults, TestRandomDVFaceting, TestFaceting, TestStressRecovery, ExternalFileFieldSortTest, TestSolrIndexConfig, DirectUpdateHandlerOptimizeTest, ChaosMonkeyNothingIsSafeTest, TestDynamicFieldCollectionResource, TestSort, TestCharFilters, CachingDirectoryFactoryTest, TestSearchPerf, ZkCLITest, TestXIncludeConfig, PeerSyncTest, BinaryUpdateRequestHandlerTest, MBeansHandlerTest, DateFieldTest, LegacyHTMLStripCharFilterTest, SuggesterTest, CacheHeaderTest, TestPHPSerializedResponseWriter, SoftAutoCommitTest, RAMDirectoryFactoryTest, TestPerFieldSimilarity, TestExtendedDismaxParser, TestQueryUtils, SearchHandlerTest, BasicDistributedZkTest, TestLFUCache, ScriptEngineTest, TestConfig, SystemInfoHandlerTest, RegexBoostProcessorTest, SolrCoreTest, ZkControllerTest, TestValueSourceCache, ShowFileRequestHandlerTest, DistributedSpellCheckComponentTest, ResponseLogComponentTest, UnloadDistributedZkTest]
[junit4:junit4] Completed on J0 in 140.20s, 1 test, 1 failure <<< FAILURES!

[...truncated 414 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1209: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 272 suites, 1146 tests, 1 failure, 13 ignored (7 assumptions)

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