You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/17 21:31:22 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 624 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/624/

1 tests failed.
REGRESSION:  org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit

Error Message:
segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004

Stack Trace:
java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
	at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
	at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 495 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriter
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testCorruptFirstCommit -Dtests.seed=E8BF4178054F401B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=ko_KR -Dtests.timezone=ECT -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J0 | TestIndexWriter.testCorruptFirstCommit <<<
   [junit4]    > Throwable #1: java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
   [junit4]    > 	at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
   [junit4]    > 	at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
   [junit4]    > 	at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/./temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001
   [junit4]   2> NOTE: test params are: codec=Lucene410: {str3=PostingsFormat(name=Memory doPackFST= true), =FSTOrd41, id=MockVariableIntBlock(baseBlockSize=120), string=MockVariableIntBlock(baseBlockSize=120), foo=PostingsFormat(name=Memory doPackFST= true), binary=MockVariableIntBlock(baseBlockSize=120), content=PostingsFormat(name=MockRandom), field=PostingsFormat(name=Memory doPackFST= true), str2=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=MockRandom), tvtest=FSTOrd41, a=PostingsFormat(name=MockRandom), str=PostingsFormat(name=MockRandom), body=PostingsFormat(name=Memory doPackFST= true), myfield=PostingsFormat(name=Memory doPackFST= true), content1=FSTOrd41, c=MockVariableIntBlock(baseBlockSize=120)}, docValues:{numericdv=DocValuesFormat(name=Asserting), sortedsetdv=DocValuesFormat(name=Asserting), binarydv=DocValuesFormat(name=Asserting), sortednumericdv=DocValuesFormat(name=Lucene410), sorteddv=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene410)}, sim=DefaultSimilarity, locale=ko_KR, timezone=ECT
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=139730064,total=232259584
   [junit4]   2> NOTE: All tests run in this JVM: [TestExplanations, TestNormsFormat, TestIntBlockPool, TestOmitPositions, Before3, Before3, TestConjunctions, TestAutomaton, TestTermScorer, TestSimilarity2, TestConcurrentMergeScheduler, TestCloseableThreadLocal, Nested1, Nested2, Nested3, TestBackwardsCompatibility3x, TestFilteredQuery, TestNoMergePolicy, TestMockDirectoryWrapper, TestDocsAndPositions, TestPayloads, TestIndexWriterMerging, TestIndexWriterForceMerge, TestCodecHoldsOpenFiles, TestWindowsMMap, Nested, MultiCollectorTest, TestSameScoresWithThreads, TestOrdinalMap, TestIndexWriter]
   [junit4] Completed on J0 in 43.85s, 68 tests, 1 error <<< FAILURES!

[...truncated 1458 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:498: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1360: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:963: There were test failures: 420 suites, 3744 tests, 1 error, 124 ignored (112 assumptions)

Total time: 50 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-4.x #622
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 4867203 bytes
Compression is 0.0%
Took 1 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 627 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/627/

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_replica1] Caused by: Could not get shard id for core: halfcollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_replica1] Caused by: Could not get shard id for core: halfcollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([40F2C7458F866340:C114495DF8D9037C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12012 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/init-core-data-001
   [junit4]   2> 1019247 T4274 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1019247 T4274 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /n_cv/
   [junit4]   2> 1019251 T4274 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1019252 T4274 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1019252 T4275 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1019352 T4274 oasc.ZkTestServer.run start zk server on port:28804
   [junit4]   2> 1019353 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1019353 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019356 T4281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@509dd3ad name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019357 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019357 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1019357 T4274 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1019360 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1019361 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019361 T4283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e329a20 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019362 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019362 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1019362 T4274 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1019364 T4274 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1019365 T4274 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1019366 T4274 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1019367 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1019368 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1019370 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1019370 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1019472 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1019472 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1019474 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1019474 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1019476 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1019476 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1019478 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1019478 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1019480 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1019480 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1019482 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1019482 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1019483 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1019484 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1019485 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1019486 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1019487 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1019488 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1019490 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1019491 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019491 T4285 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e68ef8d name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019492 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019492 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 1019493 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1019494 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019495 T4287 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@670ec796 name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019495 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019495 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1019495 T4274 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1019497 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1019498 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019499 T4289 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bb16add name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019499 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019499 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1019500 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 1019500 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 1019502 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 1019503 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 1019605 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1019605 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1019607 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 1019607 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 1019609 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 1019609 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 1019611 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 1019612 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 1019614 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1019614 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1019616 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1019616 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1019618 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 1019619 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 1019620 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 1019621 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 1019622 T4274 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 1019623 T4274 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 1020746 T4274 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1020750 T4274 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1020752 T4274 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:28810
   [junit4]   2> 1020754 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1020755 T4274 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1020755 T4274 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002
   [junit4]   2> 1020755 T4274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/'
   [junit4]   2> 1020784 T4274 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solr.xml
   [junit4]   2> 1020837 T4274 oasc.CoreContainer.<init> New CoreContainer 886736901
   [junit4]   2> 1020838 T4274 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/]
   [junit4]   2> 1020838 T4274 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1020839 T4274 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1020839 T4274 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1020839 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1020840 T4274 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1020840 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1020840 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1020840 T4274 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1020840 T4274 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1020842 T4274 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1020844 T4274 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1020844 T4274 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1020844 T4274 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1020845 T4274 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28804/solr
   [junit4]   2> 1020845 T4274 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1020845 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020846 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020847 T4300 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@752453b name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020848 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020848 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020851 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020851 T4302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72d4ec66 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020852 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020853 T4274 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1020855 T4274 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1020857 T4274 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1020859 T4274 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1020861 T4274 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1020863 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1020864 T4274 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28810_n_cv
   [junit4]   2> 1020865 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28810_n_cv
   [junit4]   2> 1020866 T4274 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1020868 T4274 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1020869 T4274 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1020870 T4274 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:28810_n_cv
   [junit4]   2> 1020871 T4274 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1020872 T4274 oasc.Overseer.start Overseer (id=92489707554013190-127.0.0.1:28810_n_cv-n_0000000000) starting
   [junit4]   2> 1020874 T4274 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1020879 T4274 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1020880 T4304 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1020881 T4274 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1020882 T4274 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1020883 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020885 T4303 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1020889 T4274 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 1020889 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1020894 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020895 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020896 T4308 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58ebf869 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020896 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020897 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020898 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020900 T4274 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1020900 T4274 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1020900 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1020901 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020902 T4310 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@679e1175 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020902 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020903 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1020904 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1020906 T4303 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 1020906 T4303 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1020907 T4303 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 1020908 T4303 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1020909 T4311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1020909 T4312 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1022112 T4274 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1022113 T4274 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1022116 T4274 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1022117 T4274 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:28815
   [junit4]   2> 1022120 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1022120 T4274 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1022120 T4274 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003
   [junit4]   2> 1022120 T4274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/'
   [junit4]   2> 1022149 T4274 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solr.xml
   [junit4]   2> 1022202 T4274 oasc.CoreContainer.<init> New CoreContainer 101159946
   [junit4]   2> 1022202 T4274 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/]
   [junit4]   2> 1022203 T4274 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1022203 T4274 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1022204 T4274 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1022204 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1022204 T4274 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1022204 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1022204 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1022205 T4274 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1022205 T4274 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1022207 T4274 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1022208 T4274 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1022209 T4274 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1022209 T4274 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1022209 T4274 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28804/solr
   [junit4]   2> 1022209 T4274 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1022210 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1022210 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1022212 T4323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bccb144 name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1022213 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1022213 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1022214 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1022216 T4325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a1bd700 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1022216 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1022221 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1023225 T4274 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28815_n_cv
   [junit4]   2> 1023226 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28815_n_cv
   [junit4]   2> 1023229 T4274 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1023234 T4274 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 1023234 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1024319 T4274 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1024320 T4274 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1024323 T4274 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1024324 T4274 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:42130
   [junit4]   2> 1024326 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1024327 T4274 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1024327 T4274 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004
   [junit4]   2> 1024327 T4274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/'
   [junit4]   2> 1024356 T4274 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solr.xml
   [junit4]   2> 1024428 T4274 oasc.CoreContainer.<init> New CoreContainer 1907162540
   [junit4]   2> 1024428 T4274 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/]
   [junit4]   2> 1024429 T4274 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1024430 T4274 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1024430 T4274 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1024430 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1024431 T4274 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1024431 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1024431 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1024432 T4274 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1024432 T4274 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1024435 T4274 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1024437 T4274 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1024438 T4274 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1024438 T4274 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1024438 T4274 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28804/solr
   [junit4]   2> 1024439 T4274 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1024439 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1024440 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024441 T4338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5daad34d name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1024442 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1024443 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1024445 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024446 T4340 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146d1ba2 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1024446 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1024451 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1025456 T4274 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42130_n_cv
   [junit4]   2> 1025457 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42130_n_cv
   [junit4]   2> 1025460 T4274 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1025465 T4274 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 1025465 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1026789 T4274 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1026790 T4274 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1026799 T4274 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1026800 T4274 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:53363
   [junit4]   2> 1026803 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1026804 T4274 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1026804 T4274 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-005
   [junit4]   2> 1026804 T4274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-005/'
   [junit4]   2> 1026847 T4274 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-005/solr.xml
   [junit4]   2> 1026919 T4274 oasc.CoreContainer.<init> New CoreContainer 2088969660
   [junit4]   2> 1026919 T4274 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-005/]
   [junit4]   2> 1026920 T4274 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1026920 T4274 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1026921 T4274 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1026921 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1026921 T4274 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1026921 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1026921 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1026922 T4274 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1026922 T4274 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1026924 T4274 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1026926 T4274 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1026926 T4274 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1026926 T4274 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1026926 T4274 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28804/solr
   [junit4]   2> 1026927 T4274 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1026927 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1026928 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1026929 T4353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65e4963a name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1026930 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1026930 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1026932 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1026933 T4355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374f9ef9 name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1026933 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1026938 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1027942 T4274 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53363_n_cv
   [junit4]   2> 1027943 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53363_n_cv
   [junit4]   2> 1027946 T4274 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1027951 T4274 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 1027952 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1029676 T4274 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1029677 T4274 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1029681 T4274 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1029682 T4274 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:12414
   [junit4]   2> 1029684 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1029685 T4274 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1029685 T4274 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006
   [junit4]   2> 1029685 T4274 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/'
   [junit4]   2> 1029727 T4274 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solr.xml
   [junit4]   2> 1029801 T4274 oasc.CoreContainer.<init> New CoreContainer 1359361410
   [junit4]   2> 1029802 T4274 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/]
   [junit4]   2> 1029803 T4274 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1029803 T4274 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1029803 T4274 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1029803 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1029803 T4274 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1029804 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1029804 T4274 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1029804 T4274 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1029804 T4274 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1029806 T4274 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1029808 T4274 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1029808 T4274 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1029809 T4274 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1029809 T4274 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28804/solr
   [junit4]   2> 1029809 T4274 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1029809 T4274 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1029810 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1029811 T4368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@673defb name:ZooKeeperConnection Watcher:127.0.0.1:28804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1029812 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1029812 T4274 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1029814 T4274 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1029815 T4370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@583cebff name:ZooKeeperConnection Watcher:127.0.0.1:28804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1029815 T4274 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1029819 T4274 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1030822 T4274 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12414_n_cv
   [junit4]   2> 1030823 T4274 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12414_n_cv
   [junit4]   2> 1030826 T4274 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1030830 T4274 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0
   [junit4]   2> 1030830 T4274 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1030963 T4318 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&wt=javabin&router.field=myOwnField&name=solrj_collection&action=CREATE&numShards=2&version=2&collection.configName=conf1
   [junit4]   2> 1030964 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1030965 T4304 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 1030966 T4374 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 1030967 T4374 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 1030968 T4374 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 1030970 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1030972 T4303 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 1030972 T4303 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 1030973 T4303 oasc.Overseer$ClusterStateUpdater.createCollection state version solrj_collection 1
   [junit4]   2> 1030975 T4311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1030975 T4312 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1030975 T4356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1030975 T4326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1030975 T4341 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1030975 T4371 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031070 T4374 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection solrj_collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 1031071 T4374 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:28815_n_cv
   [junit4]   2> 1031072 T4374 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:42130_n_cv
   [junit4]   2> 1031073 T4374 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:28810_n_cv
   [junit4]   2> 1031074 T4374 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:12414_n_cv
   [junit4]   2> 1031194 T4330 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&shard=shard1&collection=solrj_collection&name=solrj_collection_shard1_replica2&action=CREATE&numShards=2&version=2&qt=/admin/cores&collection.configName=conf1
   [junit4]   2> 1031195 T4360 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&shard=shard2&collection=solrj_collection&name=solrj_collection_shard2_replica2&action=CREATE&numShards=2&version=2&qt=/admin/cores&collection.configName=conf1
   [junit4]   2> 1031197 T4330 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 1031198 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1031198 T4330 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1031199 T4360 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 1031199 T4296 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&shard=shard2&collection=solrj_collection&name=solrj_collection_shard2_replica1&action=CREATE&numShards=2&version=2&qt=/admin/cores&collection.configName=conf1
   [junit4]   2> 1031199 T4360 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1031201 T4320 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&shard=shard1&collection=solrj_collection&name=solrj_collection_shard1_replica1&action=CREATE&numShards=2&version=2&qt=/admin/cores&collection.configName=conf1
   [junit4]   2> 1031202 T4303 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42130/n_cv",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:42130_n_cv",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1031202 T4296 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 1031203 T4296 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1031204 T4303 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:12414/n_cv",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:12414_n_cv",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1031204 T4320 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 1031205 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1031205 T4320 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1031206 T4303 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:28810/n_cv",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:28810_n_cv",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1031208 T4311 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1031208 T4303 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:28815/n_cv",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "node_name":"127.0.0.1:28815_n_cv",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1031311 T4311 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031311 T4312 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031311 T4356 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031311 T4326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031311 T4371 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1031311 T4341 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1032199 T4330 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 1032200 T4330 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1032200 T4360 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 1032201 T4330 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1032201 T4360 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1032201 T4330 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1032203 T4360 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1032203 T4360 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1032203 T4296 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 1032203 T4330 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1032204 T4360 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1032204 T4296 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1032205 T4360 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/'
   [junit4]   2> 1032205 T4296 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1032204 T4330 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/'
   [junit4]   2> 1032206 T4296 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1032206 T4320 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 1032207 T4320 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1032207 T4296 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1032208 T4320 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1032208 T4296 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/'
   [junit4]   2> 1032208 T4320 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1032210 T4320 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1032210 T4320 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/'
   [junit4]   2> 1032282 T4330 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1032290 T4296 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1032293 T4360 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1032299 T4320 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1032343 T4330 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1032348 T4296 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1032349 T4296 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1032355 T4360 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1032358 T4320 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1032362 T4296 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1032445 T4330 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1032457 T4360 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1032460 T4320 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1032462 T4330 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1032470 T4360 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1032472 T4320 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1032806 T4296 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1032819 T4296 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1032823 T4296 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1032834 T4296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032839 T4296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032844 T4296 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032845 T4296 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032847 T4296 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032847 T4296 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032848 T4296 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032849 T4296 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032849 T4296 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1032850 T4296 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1032850 T4296 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/data/
   [junit4]   2> 1032851 T4296 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c63aa60
   [junit4]   2> 1032852 T4296 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/data
   [junit4]   2> 1032853 T4296 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/data/index/
   [junit4]   2> 1032854 T4296 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1032857 T4296 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-002/solrj_collection_shard2_replica1/data/index
   [junit4]   2> 1032858 T4296 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3605761091427102]
   [junit4]   2> 1032899 T4296 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-001 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-001),segFN=segments_1,generation=1}
   [junit4]   2> 1032900 T4296 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1032907 T4296 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1032908 T4296 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1032909 T4296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1032909 T4296 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1032909 T4296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1032910 T4296 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1032911 T4296 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1032911 T4296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1032911 T4330 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1032911 T4296 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1032913 T4296 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1032913 T4296 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1032914 T4296 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1032915 T4296 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1032916 T4296 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1032916 T4296 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1032916 T4320 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1032917 T4296 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1032918 T4296 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1032918 T4330 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1032918 T4296 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1032919 T4296 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1032919 T4360 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1032920 T4296 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1032922 T4330 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1032924 T4320 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1032927 T4360 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1032928 T4320 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1032930 T4360 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1032933 T4330 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032938 T4330 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032940 T4320 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032941 T4360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032943 T4330 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032943 T4296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1032944 T4330 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032944 T4330 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032945 T4330 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032945 T4320 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032946 T4330 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032946 T4296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1032946 T4360 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1032946 T4330 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032947 T4330 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1032947 T4330 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1032948 T4330 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/data/
   [junit4]   2> 1032948 T4330 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c63aa60
   [junit4]   2> 1032948 T4296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1032950 T4330 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/data
   [junit4]   2> 1032950 T4330 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/data/index/
   [junit4]   2> 1032950 T4320 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032950 T4330 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1032951 T4320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032951 T4296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1032951 T4360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032952 T4320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032953 T4320 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032953 T4360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032953 T4360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032954 T4320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032954 T4360 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1032953 T4330 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-004/solrj_collection_shard1_replica2/data/index
   [junit4]   2> 1032954 T4320 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032955 T4330 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3605761091427102]
   [junit4]   2> 1032955 T4360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1032955 T4320 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1032956 T4360 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1032957 T4320 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1032957 T4360 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1032957 T4320 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/data/
   [junit4]   2> 1032958 T4296 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1032958 T4360 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1032958 T4296 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1032958 T4320 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c63aa60
   [junit4]   2> 1032959 T4360 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/data/
   [junit4]   2> 1032959 T4296 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1032960 T4320 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/data
   [junit4]   2> 1032960 T4360 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1c63aa60
   [junit4]   2> 1032961 T4320 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 1032961 T4320 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1032962 T4360 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/data
   [junit4]   2> 1032962 T4360 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 1032962 T4330 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-002 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-002),segFN=segments_1,generation=1}
   [junit4]   2> 1032963 T4360 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1032963 T4296 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NIOFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-001 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/index-NIOFSDirectory-001),segFN=segments_1,generation=1}
   [junit4]   2> 1032963 T4330 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1032964 T4296 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1032964 T4320 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-003/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 1032965 T4296 oass.SolrIndexSearcher.<init> Opening Searcher@1cbfc71a[solrj_collection_shard2_replica1] main
   [junit4]   2> 1032965 T4320 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3605761091427102]
   [junit4]   2> 1032966 T4296 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1032966 T4360 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 1032967 T4360 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3605761091427102]
   [junit4]   2> 1032967 T4296 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1032968 T4296 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1032976 T4296 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1032976

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

ir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/awholynewcollection_2_shard1_replica1/data/index;done=false>>]
   [junit4]   2> 1784538 T4274 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/awholynewcollection_2_shard1_replica1/data/index
   [junit4]   2> 1784538 T4274 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/awholynewcollection_2_shard1_replica1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/awholynewcollection_2_shard1_replica1/data;done=false>>]
   [junit4]   2> 1784539 T4274 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001/tempDir-006/awholynewcollection_2_shard1_replica1/data
   [junit4]   2> 1784540 T4274 oasc.Overseer.close Overseer (id=92489707554013200-127.0.0.1:12414_n_cv-n_0000000004) closing
   [junit4]   2> 1784540 T6233 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:12414_n_cv
   [junit4]   2> 1784545 T6226 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1784546 T6236 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:383)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:126)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:333)
   [junit4]   2> 
   [junit4]   2> 1784548 T4274 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/n_cv,null}
   [junit4]   2> 1785978 T4274 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1785981 T4274 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:28804 28804
   [junit4]   2> 1786082 T4275 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:28804 28804
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=40F2C7458F866340 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=it -Dtests.timezone=Etc/GMT+11 -Dtests.file.encoding=UTF-8
   [junit4] ERROR    767s J0 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_replica1] Caused by: Could not get shard id for core: halfcollection_shard1_replica1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([40F2C7458F866340:C114495DF8D9037C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1786108 T4274 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest-40F2C7458F866340-001
   [junit4]   2> 766869 T4273 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene410: {a_i1=PostingsFormat(name=Direct), intDefault=FSTOrd41, a_t=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), _version_=FSTOrd41, text=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Direct), id=FST41, other_tl1=FSTOrd41}, docValues:{timestamp=DocValuesFormat(name=Lucene410)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=it, timezone=Etc/GMT+11
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=144138168,total=439353344
   [junit4]   2> NOTE: All tests run in this JVM: [MoreLikeThisHandlerTest, TestDynamicFieldCollectionResource, TestTrie, TestModifyConfFiles, CSVRequestHandlerTest, TestExtendedDismaxParser, TestSolrJ, TestSolrDeletionPolicy1, TestRangeQuery, TestRestManager, SimplePostToolTest, PrimUtilsTest, RecoveryZkTest, TestBinaryResponseWriter, AlternateDirectoryTest, TestFuzzyAnalyzedSuggestions, SSLMigrationTest, SchemaVersionSpecificBehaviorTest, TestFaceting, ZkSolrClientTest, TestLazyCores, HdfsCollectionsAPIDistributedZkTest, TestConfigSets, TestCloudPivotFacet, TestTolerantSearch, TestSolrDeletionPolicy2, DateRangeFieldTest, InfoHandlerTest, TestFieldTypeResource, DocValuesMissingTest, AsyncMigrateRouteKeyTest, ParsingFieldUpdateProcessorsTest, TestMiniSolrCloudCluster, TestFileDictionaryLookup, BJQParserTest, ConvertedLegacyTest, TestDefaultSimilarityFactory, DirectSolrConnectionTest, TestXIncludeConfig, TestRTGBase, BadComponentTest, DistributedSpellCheckComponentTest, SoftAutoCommitTest, TestStressUserVersions, VMParamsZkACLAndCredentialsProvidersTest, TermsComponentTest, TestFiltering, TestCollapseQParserPlugin, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, ReturnFieldsTest, SolrCmdDistributorTest, TestCopyFieldCollectionResource, QueryEqualityTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J0 in 767.15s, 1 test, 1 error <<< FAILURES!

[...truncated 697 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:498: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1359: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:962: There were test failures: 429 suites, 1772 tests, 1 error, 55 ignored (11 assumptions)

Total time: 169 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #622
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 454676279 bytes
Compression is 0.0%
Took 1 min 15 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 626 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/626/

3 tests failed.
REGRESSION:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch

Error Message:
Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_replica1] Caused by: null

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_replica1] Caused by: null
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:583)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:40357/_/xl, https://127.0.0.1:40424/_/xl, https://127.0.0.1:40441/_/xl, https://127.0.0.1:40415/_/xl, https://127.0.0.1:40394/_/xl]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40357/_/xl, https://127.0.0.1:40424/_/xl, https://127.0.0.1:40441/_/xl, https://127.0.0.1:40415/_/xl, https://127.0.0.1:40394/_/xl]
	at __randomizedtesting.SeedInfo.seed([9899253F643C486:886F1C4B811CA4BA]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:874)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:165)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:137)
	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : delLiveColl/shard2/core_node4
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
	... 47 more


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch

Error Message:
Error executing query

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Error executing query
	at __randomizedtesting.SeedInfo.seed([9899253F643C486:886F1C4B811CA4BA]:0)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:100)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.ParseException: Invalid content type: 
	at org.apache.http.entity.ContentType.parse(ContentType.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:496)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	... 46 more




Build Log:
[...truncated 11438 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/init-core-data-001
   [junit4]   2> 120594 T385 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 120594 T385 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /c_bf/
   [junit4]   2> 120599 T385 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 120600 T385 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 120601 T386 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 120700 T385 oasc.ZkTestServer.run start zk server on port:18712
   [junit4]   2> 120701 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 120702 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 120705 T392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f8e4d1 name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 120706 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 120706 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 120706 T385 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 120709 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 120710 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 120712 T394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef38e7a name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 120712 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 120712 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 120717 T385 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 120722 T385 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 120726 T385 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 120729 T385 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 120732 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 120733 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 120739 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 120740 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 120744 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 120744 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 120748 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 120749 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 120753 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 120753 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 120757 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 120757 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 120761 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 120762 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 120765 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 120766 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 120770 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 120770 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 120774 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 120774 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 120778 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 120778 T385 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 120793 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 120794 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 120796 T396 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b2012c5 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 120796 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 120797 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 120800 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 120801 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 120802 T398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f8c6a5 name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 120802 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 120803 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 120803 T385 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 120820 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 120821 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 120822 T400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74aead4b name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 120822 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 120823 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 120825 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 120825 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 120829 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 120830 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 120833 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 120834 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 120837 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 120838 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 120841 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 120841 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 120845 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 120845 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 120848 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 120849 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 120852 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 120853 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 120856 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 120856 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 120859 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 120860 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 120863 T385 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 120864 T385 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 121989 T385 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 122056 T385 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 122059 T385 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:18718
   [junit4]   2> 122062 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 122063 T385 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 122063 T385 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002
   [junit4]   2> 122063 T385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/'
   [junit4]   2> 122093 T385 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solr.xml
   [junit4]   2> 122146 T385 oasc.CoreContainer.<init> New CoreContainer 1181974338
   [junit4]   2> 122147 T385 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/]
   [junit4]   2> 122148 T385 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 122148 T385 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 122148 T385 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 122148 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 122149 T385 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 122149 T385 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 122149 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 122149 T385 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 122150 T385 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 122153 T385 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 122155 T385 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 122155 T385 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 122156 T385 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 122156 T385 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18712/solr
   [junit4]   2> 122185 T385 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 122185 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 122186 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 122188 T411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1edfa17c name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 122188 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 122189 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 122198 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 122200 T413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b270d33 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 122200 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 122220 T385 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 122232 T385 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 122242 T385 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 122247 T385 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 122251 T385 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 122276 T385 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 122279 T385 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18718_c_bf
   [junit4]   2> 122287 T385 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18718_c_bf
   [junit4]   2> 122291 T385 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 122295 T385 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 122298 T385 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 122319 T385 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:18718_c_bf
   [junit4]   2> 122320 T385 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 122322 T385 oasc.Overseer.start Overseer (id=92481004425379846-127.0.0.1:18718_c_bf-n_0000000000) starting
   [junit4]   2> 122351 T385 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 122388 T385 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 122409 T415 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 122410 T385 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 122413 T385 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 122415 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 122446 T414 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 122454 T385 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3
   [junit4]   2> 122455 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 122496 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 122497 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 122499 T419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c1469b3 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 122499 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 122499 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 122501 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 122508 T385 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 122508 T385 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 122509 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 122510 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 122511 T421 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bc6a19f name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 122511 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 122511 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 122530 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 122546 T414 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1
   [junit4]   2> 122547 T414 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 122573 T414 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
   [junit4]   2> 122582 T414 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json
   [junit4]   2> 122584 T422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 122584 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 123770 T385 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 123778 T385 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 123787 T385 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 123790 T385 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:18723
   [junit4]   2> 123794 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 123794 T385 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 123795 T385 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003
   [junit4]   2> 123795 T385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/'
   [junit4]   2> 123840 T385 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solr.xml
   [junit4]   2> 123906 T385 oasc.CoreContainer.<init> New CoreContainer 1622824495
   [junit4]   2> 123907 T385 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/]
   [junit4]   2> 123907 T385 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 123908 T385 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 123908 T385 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 123908 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 123909 T385 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 123909 T385 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 123909 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 123909 T385 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 123910 T385 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 123912 T385 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 123914 T385 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 123914 T385 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 123915 T385 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 123915 T385 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18712/solr
   [junit4]   2> 123915 T385 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 123916 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 123916 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 123919 T434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c2eca9 name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 123919 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 123920 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 123922 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 123924 T436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13444824 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 123924 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 123934 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 124942 T385 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18723_c_bf
   [junit4]   2> 124944 T385 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18723_c_bf
   [junit4]   2> 124950 T385 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 124961 T385 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3
   [junit4]   2> 124962 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 126289 T385 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 126290 T385 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 126299 T385 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 126302 T385 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:18726
   [junit4]   2> 126306 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 126307 T385 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 126307 T385 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-004
   [junit4]   2> 126307 T385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-004/'
   [junit4]   2> 126351 T385 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-004/solr.xml
   [junit4]   2> 126431 T385 oasc.CoreContainer.<init> New CoreContainer 335784909
   [junit4]   2> 126431 T385 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-004/]
   [junit4]   2> 126433 T385 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 126433 T385 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 126433 T385 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 126434 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 126434 T385 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 126435 T385 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 126435 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 126435 T385 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 126436 T385 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 126439 T385 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 126443 T385 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 126443 T385 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 126443 T385 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 126444 T385 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18712/solr
   [junit4]   2> 126444 T385 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 126445 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 126446 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 126447 T449 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a938278 name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 126448 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 126448 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 126452 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 126453 T451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32eea79d name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 126453 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 126464 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 127472 T385 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18726_c_bf
   [junit4]   2> 127474 T385 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18726_c_bf
   [junit4]   2> 127480 T385 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 127487 T385 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3
   [junit4]   2> 127488 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 128890 T385 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 128891 T385 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 128897 T385 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 128900 T385 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:18729
   [junit4]   2> 128902 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 128902 T385 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 128903 T385 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005
   [junit4]   2> 128903 T385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/'
   [junit4]   2> 128932 T385 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/solr.xml
   [junit4]   2> 128984 T385 oasc.CoreContainer.<init> New CoreContainer 588064669
   [junit4]   2> 128984 T385 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/]
   [junit4]   2> 128985 T385 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 128985 T385 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 128986 T385 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 128986 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 128986 T385 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 128986 T385 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 128987 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 128987 T385 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 128987 T385 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 128990 T385 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 128992 T385 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 128992 T385 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 128992 T385 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 128993 T385 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18712/solr
   [junit4]   2> 128993 T385 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 128993 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 128994 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 128996 T464 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb8f30f name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 128997 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 128997 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 129000 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 129001 T466 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29bf9224 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 129001 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 129010 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 130018 T385 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18729_c_bf
   [junit4]   2> 130020 T385 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18729_c_bf
   [junit4]   2> 130026 T385 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 130032 T385 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3
   [junit4]   2> 130033 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 131315 T385 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 131316 T385 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 131322 T385 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 131324 T385 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:18734
   [junit4]   2> 131327 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 131327 T385 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 131327 T385 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006
   [junit4]   2> 131328 T385 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/'
   [junit4]   2> 131359 T385 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/solr.xml
   [junit4]   2> 131418 T385 oasc.CoreContainer.<init> New CoreContainer 1169690021
   [junit4]   2> 131419 T385 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/]
   [junit4]   2> 131419 T385 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 131420 T385 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 131420 T385 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 131420 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 131421 T385 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 131421 T385 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 131421 T385 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 131421 T385 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 131422 T385 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 131424 T385 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 131426 T385 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 131427 T385 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 131427 T385 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 131427 T385 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:18712/solr
   [junit4]   2> 131428 T385 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 131428 T385 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 131429 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 131430 T479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef1bc73 name:ZooKeeperConnection Watcher:127.0.0.1:18712 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131431 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 131431 T385 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 131433 T385 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 131434 T481 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ba532c0 name:ZooKeeperConnection Watcher:127.0.0.1:18712/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 131434 T385 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 131441 T385 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 132448 T385 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:18734_c_bf
   [junit4]   2> 132450 T385 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:18734_c_bf
   [junit4]   2> 132456 T385 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 132463 T385 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3
   [junit4]   2> 132463 T385 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 132778 T426 oasha.CollectionsHandler.handleCreateAction Creating Collection : wt=javabin&router.field=myOwnField&numShards=2&version=2&replicationFactor=2&name=solrj_collection&collection.configName=conf1&action=CREATE
   [junit4]   2> 132781 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 132783 T415 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 132791 T485 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 132798 T485 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 132799 T485 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 132805 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 132811 T414 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 132811 T414 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 132812 T414 oasc.Overseer$ClusterStateUpdater.createCollection state version solrj_collection 1
   [junit4]   2> 132817 T482 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132817 T437 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132817 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132817 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132817 T422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132817 T467 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 132905 T485 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection solrj_collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 132906 T485 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:18718_c_bf
   [junit4]   2> 132917 T485 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:18729_c_bf
   [junit4]   2> 132919 T485 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:18723_c_bf
   [junit4]   2> 132922 T485 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:18734_c_bf
   [junit4]   2> 133073 T407 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&numShards=2&version=2&name=solrj_collection_shard1_replica1&qt=/admin/cores&shard=shard1&collection.configName=conf1&collection=solrj_collection&action=CREATE
   [junit4]   2> 133073 T456 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&numShards=2&version=2&name=solrj_collection_shard1_replica2&qt=/admin/cores&shard=shard1&collection.configName=conf1&collection=solrj_collection&action=CREATE
   [junit4]   2> 133073 T427 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&numShards=2&version=2&name=solrj_collection_shard2_replica1&qt=/admin/cores&shard=shard2&collection.configName=conf1&collection=solrj_collection&action=CREATE
   [junit4]   2> 133073 T471 oasha.CoreAdminHandler.handleCreateAction core create command wt=javabin&numShards=2&version=2&name=solrj_collection_shard2_replica2&qt=/admin/cores&shard=shard2&collection.configName=conf1&collection=solrj_collection&action=CREATE
   [junit4]   2> 133095 T427 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 133095 T407 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 133095 T471 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 133095 T456 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 133104 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 133105 T407 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 133105 T456 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 133105 T471 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 133105 T427 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 133137 T414 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18718_c_bf",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:18718/c_bf"}
   [junit4]   2> 133151 T414 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18734_c_bf",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:18734/c_bf"}
   [junit4]   2> 133155 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 133157 T414 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18729_c_bf",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:18729/c_bf"}
   [junit4]   2> 133162 T414 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:18723_c_bf",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:18723/c_bf"}
   [junit4]   2> 133165 T422 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 133168 T467 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 133168 T452 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 133168 T437 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 133168 T422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 133168 T423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 133168 T482 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 134106 T407 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 134106 T407 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 134106 T471 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 134106 T456 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 134107 T427 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 134107 T456 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 134107 T471 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 134109 T456 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 134107 T407 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 134109 T471 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 134109 T456 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 134108 T427 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 134110 T471 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 134110 T407 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 134111 T456 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 134111 T427 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 134112 T456 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/solrj_collection_shard1_replica2/'
   [junit4]   2> 134112 T471 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 134113 T407 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 134112 T427 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 134114 T407 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/'
   [junit4]   2> 134113 T471 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/solrj_collection_shard2_replica2/'
   [junit4]   2> 134115 T427 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 134115 T427 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/'
   [junit4]   2> 134270 T456 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 134270 T407 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 134271 T427 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 134271 T471 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 134348 T456 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 134349 T407 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 134349 T471 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 134349 T427 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 134350 T456 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 134351 T407 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 134351 T471 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 134352 T427 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 134363 T456 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 134364 T471 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 134364 T427 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 134365 T407 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 134869 T427 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 134884 T427 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 134889 T427 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 134896 T407 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 134901 T456 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 134907 T407 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 134907 T471 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 134912 T407 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 134912 T456 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 134917 T456 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 134922 T471 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 134928 T471 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 134961 T427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134969 T427 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134976 T427 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134977 T456 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134977 T407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134978 T427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134979 T427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134980 T427 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134981 T427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134982 T427 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134982 T427 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using configuration from collection solrj_collection
   [junit4]   2> 134983 T427 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 134983 T427 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/data/
   [junit4]   2> 134984 T456 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134984 T427 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d4cc64d
   [junit4]   2> 134985 T407 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134985 T471 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134989 T427 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/data
   [junit4]   2> 134990 T427 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/data/index/
   [junit4]   2> 134991 T456 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134991 T427 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 134992 T407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134992 T427 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-003/solrj_collection_shard2_replica1/data/index
   [junit4]   2> 134992 T456 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134993 T427 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=0.9306640625, floorSegmentMB=2.015625, forceMergeDeletesPctAllowed=14.642572363799598, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23251524909355148
   [junit4]   2> 134993 T471 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 134993 T407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134993 T456 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134994 T407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134994 T427 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory(id=lucene-717f0d2d)),segFN=segments_1,generation=1}
   [junit4]   2> 134995 T407 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134995 T456 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134996 T427 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 134997 T407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134998 T407 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 134998 T456 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 134999 T407 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 135000 T471 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 134999 T456 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 135000 T407 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 135001 T471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 135001 T456 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using configuration from collection solrj_collection
   [junit4]   2> 135002 T471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 135002 T407 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/data/
   [junit4]   2> 135003 T471 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 135002 T456 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 135003 T407 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d4cc64d
   [junit4]   2> 135004 T456 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/solrj_collection_shard1_replica2/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/solrj_collection_shard1_replica2/data/
   [junit4]   2> 135005 T427 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 135005 T471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 135005 T456 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d4cc64d
   [junit4]   2> 135006 T471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 135007 T471 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 135008 T407 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/data
   [junit4]   2> 135008 T471 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 135009 T471 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/solrj_collection_shard2_replica2/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-006/solrj_collection_shard2_replica2/data/
   [junit4]   2> 135010 T407 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 135010 T471 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d4cc64d
   [junit4]   2> 135010 T456 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-005/solrj_collection_shard1_replica2/data
   [junit4]   2> 135010 T407 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 135013 T407 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J3/temp/solr.cloud.CollectionsAPIDistributedZkTest-9899253F643C486-001/tempDir-002/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 135013 T456 oasc.SolrCore.getNewIndexDir New index dire

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

86-001/tempDir-006/delLiveColl_shard1_replica2/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-9899253F643C486-001/tempDir-006/delLiveColl_shard1_replica2/data;done=false>>]
   [junit4]   2> 2166465 T772909 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-9899253F643C486-001/tempDir-006/delLiveColl_shard1_replica2/data
   [junit4]   2> 2166466 T772909 oasc.Overseer.close Overseer (id=92481123640082446-127.0.0.1:40441__%2Fxl-n_0000000004) closing
   [junit4]   2> 2166467 T773077 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:40441__%2Fxl
   [junit4]   2> 2166470 T773080 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:383)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:126)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:333)
   [junit4]   2> 
   [junit4]   2> 2166470 T773002 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2166472 T772909 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_/xl,null}
   [junit4]   2> 2171468 T772909 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2171471 T772909 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40351 40351
   [junit4]   2> 2171615 T772910 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40351 40351
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=9899253F643C486 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=hu -Dtests.timezone=US/Alaska -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    229s J1 | DeleteReplicaTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:40357/_/xl, https://127.0.0.1:40424/_/xl, https://127.0.0.1:40441/_/xl, https://127.0.0.1:40415/_/xl, https://127.0.0.1:40394/_/xl]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9899253F643C486:886F1C4B811CA4BA]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:874)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:165)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:137)
   [junit4]    > 	at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not  remove replica : delLiveColl/shard2/core_node4
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304)
   [junit4]    > 	... 47 more
   [junit4]   2> 2171640 T772909 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-9899253F643C486-001
   [junit4]   2> 228551 T772908 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, sim=DefaultSimilarity, locale=hu, timezone=US/Alaska
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=259134392,total=442499072
   [junit4]   2> NOTE: All tests run in this JVM: [SignatureUpdateProcessorFactoryTest, CurrencyFieldOpenExchangeTest, TestDistributedMissingSort, SolrRequestParserTest, TestRawResponseWriter, DistributedSuggestComponentTest, DistributedQueryComponentCustomSortTest, PathHierarchyTokenizerFactoryTest, TestDefaultSearchFieldResource, TestZkChroot, SpatialFilterTest, TestStressVersions, TestCodecSupport, SampleTest, ZkControllerTest, RemoteQueryErrorTest, SolrIndexConfigTest, FastVectorHighlighterTest, NotRequiredUniqueKeyTest, TestGroupingSearch, BasicZkTest, RankQueryTest, TestSweetSpotSimilarityFactory, TestReloadAndDeleteDocs, LukeRequestHandlerTest, OpenCloseCoreStressTest, TestLeaderElectionZkExpiry, DistribCursorPagingTest, RequiredFieldsTest, TestSystemIdResolver, TestFastOutputStream, ChangedSchemaMergeTest, DistributedFacetPivotLargeTest, ExternalFileFieldSortTest, HdfsBasicDistributedZkTest, SortByFunctionTest, DirectUpdateHandlerOptimizeTest, MigrateRouteKeyTest, DirectSolrSpellCheckerTest, TestCloudSchemaless, CursorMarkTest, TestComponentsName, SolrCoreCheckLockOnStartupTest, ExternalCollectionsTest, TestSolrXmlPersistor, CoreAdminRequestStatusTest, TestBM25SimilarityFactory, OverseerStatusTest, TestDocumentBuilder, DateFieldTest, TestReload, TestFiltering, BasicFunctionalityTest, OverseerCollectionProcessorTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, TestFoldingMultitermQuery, SuggesterTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, StandardRequestHandlerTest, TestQueryTypes, TermsComponentTest, TestIndexingPerformance, TestSolrQueryParser, LoggingHandlerTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest, PingRequestHandlerTest, HighlighterConfigTest, UpdateParamsTest, CopyFieldTest, TestStressRecovery, PrimUtilsTest, DOMUtilTest, ClusterStateTest, ZkNodePropsTest, UUIDFieldTest, CircularListTest, CursorPagingTest, AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest]
   [junit4] Completed on J1 in 229.34s, 1 test, 1 error <<< FAILURES!

[...truncated 394 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:498: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1358: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:961: There were test failures: 429 suites, 1772 tests, 3 errors, 55 ignored (11 assumptions)

Total time: 173 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #622
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 458222560 bytes
Compression is 0.0%
Took 1 min 15 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 625 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/625/

3 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch

Error Message:
The Monkey ran for over 20 seconds and no jetties were stopped - this is worth investigating!

Stack Trace:
java.lang.AssertionError: The Monkey ran for over 20 seconds and no jetties were stopped - this is worth investigating!
	at __randomizedtesting.SeedInfo.seed([D267934FD1DA99BD:53811D57A685F981]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:535)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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.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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=5871, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)    2) Thread[id=5870, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=5871, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   2) Thread[id=5870, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
	at __randomizedtesting.SeedInfo.seed([D267934FD1DA99BD]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5870, name=StopableIndexingThread, state=BLOCKED, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.io.PrintStream.println(PrintStream.java:806)         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)    2) Thread[id=5871, name=StopableIndexingThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.security.AccessController.getStackAccessControlContext(Native Method)         at java.security.AccessController.checkPermission(AccessController.java:533)         at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)         at java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:95)         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:104)         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:65)         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)         at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$4.write(SlaveMain.java:410)         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)         at java.io.PrintStream.flush(PrintStream.java:338)         at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)         at java.io.PrintStream.write(PrintStream.java:482)         at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)         at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)         at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)         at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)         at java.io.PrintStream.newLine(PrintStream.java:546)         at java.io.PrintStream.println(PrintStream.java:824)         at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)         at java.lang.Throwable.printStackTrace(Throwable.java:658)         at java.lang.Throwable.printStackTrace(Throwable.java:643)         at java.lang.Throwable.printStackTrace(Throwable.java:634)         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5870, name=StopableIndexingThread, state=BLOCKED, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.io.PrintStream.println(PrintStream.java:806)
        at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)
   2) Thread[id=5871, name=StopableIndexingThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.security.AccessController.getStackAccessControlContext(Native Method)
        at java.security.AccessController.checkPermission(AccessController.java:533)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:95)
        at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:104)
        at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:65)
        at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)
        at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)
        at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)
        at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain$4.write(SlaveMain.java:410)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at java.io.PrintStream.flush(PrintStream.java:338)
        at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
        at java.io.PrintStream.write(PrintStream.java:482)
        at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
        at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
        at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
        at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
        at java.io.PrintStream.newLine(PrintStream.java:546)
        at java.io.PrintStream.println(PrintStream.java:824)
        at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
        at java.lang.Throwable.printStackTrace(Throwable.java:658)
        at java.lang.Throwable.printStackTrace(Throwable.java:643)
        at java.lang.Throwable.printStackTrace(Throwable.java:634)
        at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)
	at __randomizedtesting.SeedInfo.seed([D267934FD1DA99BD]:0)




Build Log:
[...truncated 21524 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/init-core-data-001
   [junit4]   2> 825501 T5749 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 825501 T5749 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 825506 T5749 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 825507 T5749 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 825507 T5750 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 825607 T5749 oasc.ZkTestServer.run start zk server on port:44340
   [junit4]   2> 825608 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 825609 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 825611 T5756 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15c6300c name:ZooKeeperConnection Watcher:127.0.0.1:44340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 825612 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 825612 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 825612 T5749 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 825615 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 825616 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 825617 T5758 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@476e8d4a name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 825617 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 825617 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 825618 T5749 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 825619 T5749 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 825621 T5749 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 825622 T5749 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 825624 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 825625 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 825627 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 825628 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 825630 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 825631 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 825632 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 825633 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 825635 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 825635 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 825637 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 825638 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 825640 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 825640 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 825642 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 825643 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 825645 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 825645 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 825647 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 825648 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 825649 T5749 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 825650 T5749 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 825652 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 825653 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 825654 T5760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62a1f6a8 name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 825655 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 825655 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 826780 T5749 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 826785 T5749 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 826787 T5749 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:44363
   [junit4]   2> 826789 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 826790 T5749 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 826790 T5749 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002
   [junit4]   2> 826790 T5749 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/'
   [junit4]   2> 826819 T5749 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/solr.xml
   [junit4]   2> 826872 T5749 oasc.CoreContainer.<init> New CoreContainer 526530499
   [junit4]   2> 826872 T5749 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/]
   [junit4]   2> 826873 T5749 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 826873 T5749 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 826873 T5749 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 826874 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 826874 T5749 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 826874 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 826874 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 826874 T5749 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 826875 T5749 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 826877 T5749 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 826878 T5749 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 826878 T5749 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 826879 T5749 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 826879 T5749 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44340/solr
   [junit4]   2> 826879 T5749 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 826879 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 826880 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826882 T5771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ec8143d name:ZooKeeperConnection Watcher:127.0.0.1:44340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826882 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826883 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 826884 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826885 T5773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d059691 name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826886 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826887 T5749 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 826888 T5749 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 826890 T5749 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 826891 T5749 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 826893 T5749 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 826895 T5749 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 826896 T5749 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44363_
   [junit4]   2> 826897 T5749 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44363_
   [junit4]   2> 826898 T5749 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 826899 T5749 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 826900 T5749 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 826901 T5749 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:44363_
   [junit4]   2> 826902 T5749 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 826903 T5749 oasc.Overseer.start Overseer (id=92476560418144260-127.0.0.1:44363_-n_0000000000) starting
   [junit4]   2> 826904 T5749 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 826909 T5749 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 826910 T5775 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 826910 T5749 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 826911 T5749 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 826912 T5749 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 826914 T5774 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 826918 T5777 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 826918 T5777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 826919 T5777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 826919 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 826921 T5774 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:44363_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44363",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 826921 T5774 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 826922 T5774 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 826922 T5774 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 826924 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 827919 T5777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 827920 T5777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 827920 T5777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 827921 T5777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 827921 T5777 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 827922 T5777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/collection1/'
   [junit4]   2> 827923 T5777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 827924 T5777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 827925 T5777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 828017 T5777 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 828063 T5777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 828064 T5777 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 828073 T5777 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 828425 T5777 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 828428 T5777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 828429 T5777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 828434 T5777 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 828450 T5777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 828450 T5777 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 828517 T5777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-002/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/
   [junit4]   2> 828517 T5777 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@521effe1
   [junit4]   2> 828520 T5777 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data
   [junit4]   2> 828521 T5777 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/index/
   [junit4]   2> 828522 T5777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 828523 T5777 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/index
   [junit4]   2> 828524 T5777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2056628873693942]
   [junit4]   2> 828528 T5777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 828529 T5777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828534 T5777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 828534 T5777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 828535 T5777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 828535 T5777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828535 T5777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 828535 T5777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 828536 T5777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828536 T5777 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 828536 T5777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 828537 T5777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828537 T5777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828538 T5777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 828538 T5777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 828539 T5777 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 828539 T5777 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 828539 T5777 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 828540 T5777 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 828540 T5777 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 828541 T5777 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 828541 T5777 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 828559 T5777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828561 T5777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828563 T5777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828565 T5777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 828568 T5777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 828569 T5777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 828570 T5777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=8, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=16.4013671875, floorSegmentMB=1.3994140625, forceMergeDeletesPctAllowed=16.73211751621567, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 828571 T5777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 828572 T5777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 828572 T5777 oass.SolrIndexSearcher.<init> Opening Searcher@70518a55[collection1] main
   [junit4]   2> 828572 T5777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 828573 T5777 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 828573 T5777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 828574 T5777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 828574 T5777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 828574 T5777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828575 T5777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 828575 T5777 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828576 T5777 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 828577 T5777 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 828578 T5777 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 828578 T5777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 828581 T5779 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70518a55[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 828583 T5777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 828584 T5782 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:44363 collection:control_collection shard:shard1
   [junit4]   2> 828585 T5749 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 828585 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 828585 T5782 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 828589 T5782 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 828590 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 828590 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828591 T5782 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 828591 T5782 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 828591 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C1895 name=collection1 org.apache.solr.core.SolrCore@4631b40f url=https://127.0.0.1:44363/collection1 node=127.0.0.1:44363_ C1895_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:44363_, base_url=https://127.0.0.1:44363, state=down, core=collection1}
   [junit4]   2> 828591 T5782 C1895 P44363 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:44363/collection1/
   [junit4]   2> 828592 T5782 C1895 P44363 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 828592 T5782 C1895 P44363 oasc.SyncStrategy.syncToMe https://127.0.0.1:44363/collection1/ has no replicas
   [junit4]   2> 828592 T5784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6be56214 name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828593 T5782 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:44363/collection1/ shard1
   [junit4]   2> 828593 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828593 T5782 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 828593 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 828595 T5749 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 828596 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828596 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 828598 T5749 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 828602 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828602 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828602 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828649 T5782 oasc.ZkController.register We are https://127.0.0.1:44363/collection1/ and leader is https://127.0.0.1:44363/collection1/
   [junit4]   2> 828650 T5782 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:44363
   [junit4]   2> 828650 T5782 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 828650 T5782 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 828650 T5782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 828651 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 828654 T5774 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:44363_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44363",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 828757 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 828757 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 829736 T5749 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 829737 T5749 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 829741 T5749 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 829742 T5749 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:44371
   [junit4]   2> 829744 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 829744 T5749 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 829745 T5749 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003
   [junit4]   2> 829745 T5749 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/'
   [junit4]   2> 829773 T5749 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/solr.xml
   [junit4]   2> 829825 T5749 oasc.CoreContainer.<init> New CoreContainer 202063279
   [junit4]   2> 829825 T5749 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/]
   [junit4]   2> 829826 T5749 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 829826 T5749 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 829826 T5749 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 829827 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 829827 T5749 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 829827 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 829827 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 829828 T5749 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 829828 T5749 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 829830 T5749 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 829831 T5749 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829832 T5749 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829832 T5749 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 829832 T5749 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44340/solr
   [junit4]   2> 829832 T5749 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 829833 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 829833 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829835 T5796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77b71234 name:ZooKeeperConnection Watcher:127.0.0.1:44340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829835 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829835 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 829837 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829838 T5798 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6bd26e name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829838 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829842 T5749 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 830845 T5749 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44371_
   [junit4]   2> 830846 T5749 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44371_
   [junit4]   2> 830849 T5749 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 830855 T5800 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 830856 T5800 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 830857 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 830857 T5800 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 830858 T5774 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:44371_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44371",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 830859 T5774 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 830859 T5774 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 830859 T5774 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 830861 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 830861 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 830861 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 831857 T5800 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 831858 T5800 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 831858 T5800 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 831858 T5800 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 831859 T5800 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 831859 T5800 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/collection1/'
   [junit4]   2> 831861 T5800 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 831861 T5800 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 831862 T5800 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 831923 T5800 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 831971 T5800 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 831972 T5800 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 831981 T5800 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 832313 T5800 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 832316 T5800 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 832317 T5800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 832322 T5800 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 832338 T5800 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 832338 T5800 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 832338 T5800 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-003/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/
   [junit4]   2> 832338 T5800 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@521effe1
   [junit4]   2> 832340 T5800 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1
   [junit4]   2> 832341 T5800 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/index/
   [junit4]   2> 832342 T5800 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 832343 T5800 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/index
   [junit4]   2> 832343 T5800 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2056628873693942]
   [junit4]   2> 832348 T5800 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 832348 T5800 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 832354 T5800 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 832354 T5800 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 832355 T5800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 832355 T5800 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 832355 T5800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 832355 T5800 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 832356 T5800 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 832356 T5800 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 832356 T5800 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 832357 T5800 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832358 T5800 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832358 T5800 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 832359 T5800 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 832359 T5800 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 832360 T5800 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 832360 T5800 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 832360 T5800 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 832361 T5800 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 832361 T5800 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 832362 T5800 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 832380 T5800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832382 T5800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832384 T5800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832386 T5800 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 832389 T5800 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 832389 T5800 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 832390 T5800 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=8, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=16.4013671875, floorSegmentMB=1.3994140625, forceMergeDeletesPctAllowed=16.73211751621567, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 832392 T5800 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 832392 T5800 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 832392 T5800 oass.SolrIndexSearcher.<init> Opening Searcher@3b48f37f[collection1] main
   [junit4]   2> 832393 T5800 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 832393 T5800 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 832393 T5800 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 832394 T5800 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 832394 T5800 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 832394 T5800 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 832395 T5800 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 832395 T5800 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 832396 T5800 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 832396 T5800 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 832400 T5801 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b48f37f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 832404 T5800 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 832405 T5804 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:44371 collection:collection1 shard:shard3
   [junit4]   2> 832405 T5749 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 832405 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 832405 T5804 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 832410 T5804 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 832411 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832411 T5804 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 832412 T5804 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1896 name=collection1 org.apache.solr.core.SolrCore@4ef727b9 url=https://127.0.0.1:44371/collection1 node=127.0.0.1:44371_ C1896_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:44371_, base_url=https://127.0.0.1:44371, state=down, core=collection1}
   [junit4]   2> 832412 T5804 C1896 P44371 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:44371/collection1/
   [junit4]   2> 832412 T5804 C1896 P44371 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 832412 T5804 C1896 P44371 oasc.SyncStrategy.syncToMe https://127.0.0.1:44371/collection1/ has no replicas
   [junit4]   2> 832412 T5804 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:44371/collection1/ shard3
   [junit4]   2> 832413 T5804 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 832415 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832415 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832415 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832420 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832421 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832421 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832421 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832467 T5804 oasc.ZkController.register We are https://127.0.0.1:44371/collection1/ and leader is https://127.0.0.1:44371/collection1/
   [junit4]   2> 832468 T5804 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:44371
   [junit4]   2> 832468 T5804 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 832468 T5804 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 832468 T5804 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 832470 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 832472 T5774 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:44371_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44371",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 832575 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832575 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 832575 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 833784 T5749 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 833785 T5749 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 833790 T5749 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 833792 T5749 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:44385
   [junit4]   2> 833795 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 833796 T5749 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 833796 T5749 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004
   [junit4]   2> 833796 T5749 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/'
   [junit4]   2> 833841 T5749 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/solr.xml
   [junit4]   2> 833935 T5749 oasc.CoreContainer.<init> New CoreContainer 487252384
   [junit4]   2> 833936 T5749 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/]
   [junit4]   2> 833937 T5749 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 833938 T5749 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 833938 T5749 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 833938 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 833939 T5749 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 833939 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 833939 T5749 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 833940 T5749 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 833940 T5749 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 833943 T5749 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 833945 T5749 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 833946 T5749 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 833946 T5749 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 833946 T5749 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44340/solr
   [junit4]   2> 833947 T5749 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 833947 T5749 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 833948 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 833949 T5815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45e902ea name:ZooKeeperConnection Watcher:127.0.0.1:44340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 833950 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 833951 T5749 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 833953 T5749 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 833954 T5817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34b4cfe1 name:ZooKeeperConnection Watcher:127.0.0.1:44340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 833954 T5749 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 833959 T5749 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 834963 T5749 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44385_
   [junit4]   2> 834965 T5749 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44385_
   [junit4]   2> 834971 T5749 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 834987 T5819 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 834988 T5819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 834989 T5819 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 834989 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 834994 T5774 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:44385_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44385",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 834994 T5774 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 834995 T5774 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 834998 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 834998 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 834998 T5818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 834998 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 835990 T5819 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 835991 T5819 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 835993 T5819 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 835993 T5819 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 835994 T5819 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 835995 T5819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/collection1/'
   [junit4]   2> 835999 T5819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 836001 T5819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 836003 T5819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 836089 T5819 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 836137 T5819 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 836138 T5819 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 836148 T5819 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 836542 T5819 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 836545 T5819 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 836547 T5819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 836551 T5819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 836567 T5819 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 836568 T5819 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 836568 T5819 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-004/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/
   [junit4]   2> 836568 T5819 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@521effe1
   [junit4]   2> 836570 T5819 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2
   [junit4]   2> 836571 T5819 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/index/
   [junit4]   2> 836571 T5819 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 836573 T5819 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/index
   [junit4]   2> 836573 T5819 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2056628873693942]
   [junit4]   2> 836593 T5819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 836594 T5819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 836599 T5819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 836600 T5819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 836600 T5819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 836600 T5819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 836600 T5819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 836601 T5819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 836601 T5819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 836601 T5819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 836602 T5819 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 836602 T5819 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 836603 T5819 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 836604 T5819 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 836604 T5819 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 836605 T5819 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 836605 T5819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 836605 T5819 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 836606 T5819 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 836606 T5819 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 836607 T5819 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 836607 T5819 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 836626 T5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 836627 T5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 836629 T5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 836631 T5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 836634 T5819 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 836635 T5819 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 836636 T5819 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=8, maxMergeAtOnceExplicit=2, maxMergedSegmentMB=16.4013671875, floorSegmentMB=1.3994140625, forceMergeDeletesPctAllowed=16.73211751621567, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 836637 T5819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-D267934FD1DA99BD-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 836638 T5819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 836638 T5819 oass.SolrIndexSearcher.<init> Opening Searcher@716ba9c4[collection1] main
   [junit4]   2> 836638 T5819 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 836639 T5819 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 836639 T5819 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 836640 T5819 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 836640 T5819 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 836640 T5819 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 836641 T5819 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 836641 T5819 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 836641 T5819 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 836642 T5819 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 836647 T5820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@716ba9c4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 836650 T5819 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 836651 T5823 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:44385 collection:collection1 shard:shard1
   [junit4]   2> 836651 T5749 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 836652 T5749 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 836652 T5823 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 836656 T5823 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 836657 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 836657 T5823 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 836658 T5823 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1897 name=collection1 org.apache.solr.core.SolrCore@280eef69 url=https://127.0.0.1:44385/collection1 node=127.0.0.1:44385_ C1897_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:44385_, base_url=https://127.0.0.1:44385, state=down, core=collection1}
   [junit4]   2> 836658 T5823 C1897 P44385 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:44385/collection1/
   [junit4]   2> 836658 T5823 C1897 P44385 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 836658 T5823 C1897 P44385 oasc.SyncStrategy.syncToMe https://127.0.0.1:44385/collection1/ has no replicas
   [junit4]   2> 836658 T5823 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:44385/collection1/ shard1
   [junit4]   2> 836659 T5823 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 836661 T5785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 836661 T5799 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 836661 T5818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 836661 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 836667 T5778 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 836668 T5778 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 836668 T5818 oascc.ZkStateReader$2

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

> 	at org.apache.solr.cloud.StopableIndexingThread.indexr(StopableIndexingThread.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:103)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=D267934FD1DA99BD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=es_US -Dtests.timezone=Asia/Bishkek -Dtests.file.encoding=ISO-8859-1
   [junit4]   2> REQUEST FAILED for id=1-2074
   [junit4]   2> java.lang.IllegalStateException: Connection pool shut down
   [junit4]   2> 	at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]   2> 	at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:169)
   [junit4]   2> 	at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:202)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingClientConnectionManager.requestConnection(PoolingClientConnectionManager.java:184)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:414)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.indexDoc(StopableIndexingThread.java:168)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.indexr(StopableIndexingThread.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:103)
   [junit4]   2> REQUEST FAILED for id=0-2052
   [junit4]   2> java.lang.IllegalStateException: Connection pool shut down
   [junit4]   2> 	at org.apache.http.util.Asserts.check(Asserts.java:34)
   [junit4]   2> 	at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:169)
   [junit4]   2> 	at org.apache.http.pool.AbstractConnPool.lease(AbstractConnPool.java:202)
   [junit4]   2> 	at org.apache.http.impl.conn.PoolingClientConnectionManager.requestConnection(PoolingClientConnectionManager.java:184)
   [junit4]   2> 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:414)
   [junit4]   2> 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.indexDoc(StopableIndexingThread.java:168)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.indexr(StopableIndexingThread.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:103)
   [junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   [junit4]    >    1) Thread[id=5871, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   [junit4]    >    2) Thread[id=5870, name=StopableIndexingThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:121)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D267934FD1DA99BD]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5870, name=StopableIndexingThread, state=BLOCKED, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.io.PrintStream.println(PrintStream.java:806)
   [junit4]    >         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:107)
   [junit4]    >    2) Thread[id=5871, name=StopableIndexingThread, state=RUNNABLE, group=TGRP-ChaosMonkeySafeLeaderTest]
   [junit4]    >         at java.security.AccessController.getStackAccessControlContext(Native Method)
   [junit4]    >         at java.security.AccessController.checkPermission(AccessController.java:533)
   [junit4]    >         at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >         at java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:95)
   [junit4]    >         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:104)
   [junit4]    >         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:65)
   [junit4]    >         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.MiniGson.getAdapter(MiniGson.java:92)
   [junit4]    >         at com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.toJson(Gson.java:504)
   [junit4]    >         at com.carrotsearch.ant.tasks.junit4.events.Serializer.serialize(Serializer.java:87)
   [junit4]    >         at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
   [junit4]    >         at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.flush(PrintStream.java:338)
   [junit4]    >         at java.io.FilterOutputStream.flush(FilterOutputStream.java:140)
   [junit4]    >         at java.io.PrintStream.write(PrintStream.java:482)
   [junit4]    >         at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   [junit4]    >         at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   [junit4]    >         at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:104)
   [junit4]    >         at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:185)
   [junit4]    >         at java.io.PrintStream.newLine(PrintStream.java:546)
   [junit4]    >         at java.io.PrintStream.println(PrintStream.java:824)
   [junit4]    >         at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
   [junit4]    >         at java.lang.Throwable.printStackTrace(Throwable.java:658)
   [junit4]    >         at java.lang.Throwable.printStackTrace(Throwable.java:643)
   [junit4]    >         at java.lang.Throwable.printStackTrace(Throwable.java:634)
   [junit4]    >         at org.apache.solr.cloud.StopableIndexingThread.run(StopableIndexingThread.java:108)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D267934FD1DA99BD]:0)
   [junit4] Completed on J1 in 97.82s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 904 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:498: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:471: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:60: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1358: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:961: There were test failures: 429 suites, 1772 tests, 2 suite-level errors, 1 failure, 980 ignored (9 assumptions)

Total time: 199 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #622
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 293656392 bytes
Compression is 0.0%
Took 51 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 624 - Still Failing

Posted by Michael McCandless <lu...@mikemccandless.com>.
I committed a fix ... test bug.

Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 17, 2014 at 4:05 PM, Michael McCandless
<lu...@mikemccandless.com> wrote:
> I'll dig.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Sep 17, 2014 at 3:31 PM, Apache Jenkins Server
> <je...@builds.apache.org> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/624/
>>
>> 1 tests failed.
>> REGRESSION:  org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit
>>
>> Error Message:
>> segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>>
>> Stack Trace:
>> java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>>         at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
>>         at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
>>         at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
>>         at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
>>         at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
>>         at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
>>         at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
>>         at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
>>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
>>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
>>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
>>         at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
>>         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:606)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>>         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:65)
>>         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:365)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>>         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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         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:65)
>>         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:365)
>>         at java.lang.Thread.run(Thread.java:745)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 495 lines...]
>>    [junit4] Suite: org.apache.lucene.index.TestIndexWriter
>>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
>>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testCorruptFirstCommit -Dtests.seed=E8BF4178054F401B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=ko_KR -Dtests.timezone=ECT -Dtests.file.encoding=US-ASCII
>>    [junit4] ERROR   0.03s J0 | TestIndexWriter.testCorruptFirstCommit <<<
>>    [junit4]    > Throwable #1: java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
>>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
>>    [junit4]    >        at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
>>    [junit4]    >        at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
>>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
>>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
>>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
>>    [junit4]    >        at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
>>    [junit4]    >        at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
>>    [junit4]    >        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
>>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
>>    [junit4]    >        at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
>>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>>    [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/./temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001
>>    [junit4]   2> NOTE: test params are: codec=Lucene410: {str3=PostingsFormat(name=Memory doPackFST= true), =FSTOrd41, id=MockVariableIntBlock(baseBlockSize=120), string=MockVariableIntBlock(baseBlockSize=120), foo=PostingsFormat(name=Memory doPackFST= true), binary=MockVariableIntBlock(baseBlockSize=120), content=PostingsFormat(name=MockRandom), field=PostingsFormat(name=Memory doPackFST= true), str2=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=MockRandom), tvtest=FSTOrd41, a=PostingsFormat(name=MockRandom), str=PostingsFormat(name=MockRandom), body=PostingsFormat(name=Memory doPackFST= true), myfield=PostingsFormat(name=Memory doPackFST= true), content1=FSTOrd41, c=MockVariableIntBlock(baseBlockSize=120)}, docValues:{numericdv=DocValuesFormat(name=Asserting), sortedsetdv=DocValuesFormat(name=Asserting), binarydv=DocValuesFormat(name=Asserting), sortednumericdv=DocValuesFormat(name=Lucene410), sorteddv=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene410)}, sim=DefaultSimilarity, locale=ko_KR, timezone=ECT
>>    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=139730064,total=232259584
>>    [junit4]   2> NOTE: All tests run in this JVM: [TestExplanations, TestNormsFormat, TestIntBlockPool, TestOmitPositions, Before3, Before3, TestConjunctions, TestAutomaton, TestTermScorer, TestSimilarity2, TestConcurrentMergeScheduler, TestCloseableThreadLocal, Nested1, Nested2, Nested3, TestBackwardsCompatibility3x, TestFilteredQuery, TestNoMergePolicy, TestMockDirectoryWrapper, TestDocsAndPositions, TestPayloads, TestIndexWriterMerging, TestIndexWriterForceMerge, TestCodecHoldsOpenFiles, TestWindowsMMap, Nested, MultiCollectorTest, TestSameScoresWithThreads, TestOrdinalMap, TestIndexWriter]
>>    [junit4] Completed on J0 in 43.85s, 68 tests, 1 error <<< FAILURES!
>>
>> [...truncated 1458 lines...]
>> BUILD FAILED
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:498: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:471: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:60: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:39: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1360: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:963: There were test failures: 420 suites, 3744 tests, 1 error, 124 ignored (112 assumptions)
>>
>> Total time: 50 minutes 41 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Sending artifact delta relative to Lucene-Solr-NightlyTests-4.x #622
>> Archived 5 artifacts
>> Archive block size is 32768
>> Received 0 blocks and 4867203 bytes
>> Compression is 0.0%
>> Took 1 sec
>> Recording test results
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 624 - Still Failing

Posted by Michael McCandless <lu...@mikemccandless.com>.
I'll dig.

Mike McCandless

http://blog.mikemccandless.com


On Wed, Sep 17, 2014 at 3:31 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/624/
>
> 1 tests failed.
> REGRESSION:  org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit
>
> Error Message:
> segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>
> Stack Trace:
> java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>         at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
>         at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
>         at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
>         at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
>         at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
>         at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
>         at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
>         at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
>         at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
>         at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
>         at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
>         at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
>         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:606)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
>         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:65)
>         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:365)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
>         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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         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:65)
>         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:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 495 lines...]
>    [junit4] Suite: org.apache.lucene.index.TestIndexWriter
>    [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriter -Dtests.method=testCorruptFirstCommit -Dtests.seed=E8BF4178054F401B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=ko_KR -Dtests.timezone=ECT -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR   0.03s J0 | TestIndexWriter.testCorruptFirstCommit <<<
>    [junit4]    > Throwable #1: java.nio.file.NoSuchFileException: segments in dir=SimpleFSDirectory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004 lockFactory=NativeFSLockFactory@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001/index-SimpleFSDirectory-004
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([E8BF4178054F401B:C25464E24B290D43]:0)
>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:644)
>    [junit4]    >        at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:125)
>    [junit4]    >        at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:303)
>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$1.doBody(SegmentInfos.java:419)
>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:746)
>    [junit4]    >        at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:698)
>    [junit4]    >        at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:415)
>    [junit4]    >        at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:415)
>    [junit4]    >        at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:236)
>    [junit4]    >        at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:765)
>    [junit4]    >        at org.apache.lucene.index.TestIndexWriter.testCorruptFirstCommit(TestIndexWriter.java:2424)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/J0/./temp/lucene.index.TestIndexWriter-E8BF4178054F401B-001
>    [junit4]   2> NOTE: test params are: codec=Lucene410: {str3=PostingsFormat(name=Memory doPackFST= true), =FSTOrd41, id=MockVariableIntBlock(baseBlockSize=120), string=MockVariableIntBlock(baseBlockSize=120), foo=PostingsFormat(name=Memory doPackFST= true), binary=MockVariableIntBlock(baseBlockSize=120), content=PostingsFormat(name=MockRandom), field=PostingsFormat(name=Memory doPackFST= true), str2=PostingsFormat(name=MockRandom), content4=PostingsFormat(name=MockRandom), tvtest=FSTOrd41, a=PostingsFormat(name=MockRandom), str=PostingsFormat(name=MockRandom), body=PostingsFormat(name=Memory doPackFST= true), myfield=PostingsFormat(name=Memory doPackFST= true), content1=FSTOrd41, c=MockVariableIntBlock(baseBlockSize=120)}, docValues:{numericdv=DocValuesFormat(name=Asserting), sortedsetdv=DocValuesFormat(name=Asserting), binarydv=DocValuesFormat(name=Asserting), sortednumericdv=DocValuesFormat(name=Lucene410), sorteddv=DocValuesFormat(name=Asserting), dv=DocValuesFormat(name=Lucene410)}, sim=DefaultSimilarity, locale=ko_KR, timezone=ECT
>    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=139730064,total=232259584
>    [junit4]   2> NOTE: All tests run in this JVM: [TestExplanations, TestNormsFormat, TestIntBlockPool, TestOmitPositions, Before3, Before3, TestConjunctions, TestAutomaton, TestTermScorer, TestSimilarity2, TestConcurrentMergeScheduler, TestCloseableThreadLocal, Nested1, Nested2, Nested3, TestBackwardsCompatibility3x, TestFilteredQuery, TestNoMergePolicy, TestMockDirectoryWrapper, TestDocsAndPositions, TestPayloads, TestIndexWriterMerging, TestIndexWriterForceMerge, TestCodecHoldsOpenFiles, TestWindowsMMap, Nested, MultiCollectorTest, TestSameScoresWithThreads, TestOrdinalMap, TestIndexWriter]
>    [junit4] Completed on J0 in 43.85s, 68 tests, 1 error <<< FAILURES!
>
> [...truncated 1458 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:498: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:471: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:60: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:39: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1360: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:963: There were test failures: 420 suites, 3744 tests, 1 error, 124 ignored (112 assumptions)
>
> Total time: 50 minutes 41 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Sending artifact delta relative to Lucene-Solr-NightlyTests-4.x #622
> Archived 5 artifacts
> Archive block size is 32768
> Received 0 blocks and 4867203 bytes
> Compression is 0.0%
> Took 1 sec
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org