You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/05/30 03:30:29 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_55) - Build # 10423 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10423/
Java: 32bit/jdk1.7.0_55 -server -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.MultiThreadedOCPTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest:     1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest: 
   1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([29530C00F099FE68]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([29530C00F099FE68]:0)


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

Error Message:
could not set the new overseer . expected 127.0.0.1:51521_ current order : [127.0.0.1:51521_, 127.0.0.1:51358_, 127.0.0.1:60853_, 127.0.0.1:37727_, 127.0.0.1:58328_, 127.0.0.1:53827_, 127.0.0.1:46793_] ldr :null

Stack Trace:
java.lang.AssertionError: could not set the new overseer . expected 127.0.0.1:51521_ current order : [127.0.0.1:51521_, 127.0.0.1:51358_, 127.0.0.1:60853_, 127.0.0.1:37727_, 127.0.0.1:58328_, 127.0.0.1:53827_, 127.0.0.1:46793_] ldr :null
	at __randomizedtesting.SeedInfo.seed([29530C00F099FE68:A8B5821887C69E54]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:158)
	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:94)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
	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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	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:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11677 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/init-core-data-001
   [junit4]   2> 1575323 T5830 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1575327 T5830 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1575328 T5830 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1575329 T5831 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1575428 T5830 oasc.ZkTestServer.run start zk server on port:45280
   [junit4]   2> 1575430 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1584730 T5834 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 9298ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 1584733 T5837 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aff568 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1584734 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1584734 T5830 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1584740 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1584743 T5839 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a2d038 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1584744 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1584744 T5830 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1584748 T5830 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1584751 T5830 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1584753 T5830 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1584756 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1584756 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1584761 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1584762 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1584768 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1584769 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1584773 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1584773 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1584777 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1584778 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1584782 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1584783 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1584786 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1584787 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1584791 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1584792 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1584795 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1584796 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1584798 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1584798 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1584799 T5830 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1584800 T5830 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1585015 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1585018 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51358
   [junit4]   2> 1585019 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1585019 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1585019 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002
   [junit4]   2> 1585020 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002/'
   [junit4]   2> 1585033 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002/solr.xml
   [junit4]   2> 1585069 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002
   [junit4]   2> 1585070 T5830 oasc.CoreContainer.<init> New CoreContainer 32264446
   [junit4]   2> 1585070 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002/]
   [junit4]   2> 1585071 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1585071 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1585071 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1585072 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1585072 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1585072 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1585073 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1585073 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1585073 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1585074 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1585074 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1585074 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1585075 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1585075 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1585076 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1585077 T5850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b96204 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1585077 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1585079 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1585080 T5852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c9a7d5 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1585080 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1585081 T5830 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1585083 T5830 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1585084 T5830 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1585086 T5830 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1585088 T5830 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1585089 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1585091 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51358_
   [junit4]   2> 1585091 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51358_
   [junit4]   2> 1585093 T5830 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1585100 T5830 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1585103 T5830 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51358_
   [junit4]   2> 1585104 T5830 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1585105 T5830 oasc.Overseer.start Overseer (id=91843023676899331-127.0.0.1:51358_-n_0000000000) starting
   [junit4]   2> 1585107 T5830 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1585113 T5854 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1585113 T5830 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1585114 T5830 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1585115 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1585117 T5853 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1585119 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002
   [junit4]   2> 1585123 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002/conf/
   [junit4]   2> 1585212 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1585213 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1585214 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1585215 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1585217 T5857 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1101e7b name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1585217 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1585218 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1585220 T5830 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1585454 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1585455 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1585458 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53827
   [junit4]   2> 1585459 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1585460 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1585460 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003
   [junit4]   2> 1585461 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003/'
   [junit4]   2> 1585481 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003/solr.xml
   [junit4]   2> 1585545 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003
   [junit4]   2> 1585546 T5830 oasc.CoreContainer.<init> New CoreContainer 16507706
   [junit4]   2> 1585547 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003/]
   [junit4]   2> 1585548 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1585548 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1585549 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1585549 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1585550 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1585550 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1585551 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1585551 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1585551 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1585552 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1585553 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1585553 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1585554 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1585554 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1585577 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1585579 T5868 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1031f66 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1585579 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1585582 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1585583 T5870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11103ae name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1585583 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1585589 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1586591 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53827_
   [junit4]   2> 1586593 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53827_
   [junit4]   2> 1586605 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003
   [junit4]   2> 1586619 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003/conf/
   [junit4]   2> 1586807 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1586808 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1586809 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1587142 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1587143 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1587147 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60853
   [junit4]   2> 1587148 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1587148 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1587149 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004
   [junit4]   2> 1587149 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/'
   [junit4]   2> 1587178 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/solr.xml
   [junit4]   2> 1587234 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004
   [junit4]   2> 1587234 T5830 oasc.CoreContainer.<init> New CoreContainer 10466131
   [junit4]   2> 1587235 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/]
   [junit4]   2> 1587237 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1587237 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1587238 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1587238 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1587239 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1587239 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1587240 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1587240 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1587241 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1587242 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1587242 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1587242 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1587243 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1587243 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1587244 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1587247 T5884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b6325e name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1587248 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1587260 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1587260 T5886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17aa577 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1587260 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1587265 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1588267 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60853_
   [junit4]   2> 1588268 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60853_
   [junit4]   2> 1588274 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004
   [junit4]   2> 1588283 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/conf/
   [junit4]   2> 1588483 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1588485 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1588486 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1588811 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1588812 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1588815 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46793
   [junit4]   2> 1588816 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1588816 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1588817 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005
   [junit4]   2> 1588817 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005/'
   [junit4]   2> 1588834 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005/solr.xml
   [junit4]   2> 1588900 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005
   [junit4]   2> 1588901 T5830 oasc.CoreContainer.<init> New CoreContainer 23061414
   [junit4]   2> 1588901 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005/]
   [junit4]   2> 1588903 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1588903 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1588903 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1588904 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1588904 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1588905 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1588905 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1588905 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1588906 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1588906 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1588907 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1588907 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1588907 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1588908 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1588909 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1588911 T5898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ad314 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1588911 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1588913 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1588915 T5900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@174aef6 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1588915 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1588921 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1589923 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46793_
   [junit4]   2> 1589926 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46793_
   [junit4]   2> 1589937 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005
   [junit4]   2> 1589952 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005/conf/
   [junit4]   2> 1590072 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1590074 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1590074 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1590290 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1590291 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1590293 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:37727
   [junit4]   2> 1590294 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1590295 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1590295 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006
   [junit4]   2> 1590295 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006/'
   [junit4]   2> 1590308 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006/solr.xml
   [junit4]   2> 1590341 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006
   [junit4]   2> 1590342 T5830 oasc.CoreContainer.<init> New CoreContainer 6846697
   [junit4]   2> 1590342 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006/]
   [junit4]   2> 1590343 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1590343 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1590344 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1590344 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1590344 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1590345 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1590345 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1590345 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1590346 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1590346 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1590346 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1590347 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1590347 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1590347 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1590348 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1590350 T5912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da3b78 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1590350 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1590353 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1590355 T5914 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18e93e3 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1590355 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1590364 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1591367 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37727_
   [junit4]   2> 1591368 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37727_
   [junit4]   2> 1591375 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006
   [junit4]   2> 1591383 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006/conf/
   [junit4]   2> 1591518 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1591519 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1591520 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1591759 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 5
   [junit4]   2> 1591760 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1591763 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58328
   [junit4]   2> 1591765 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1591765 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1591765 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007
   [junit4]   2> 1591766 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007/'
   [junit4]   2> 1591780 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007/solr.xml
   [junit4]   2> 1591844 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007
   [junit4]   2> 1591845 T5830 oasc.CoreContainer.<init> New CoreContainer 7459590
   [junit4]   2> 1591846 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007/]
   [junit4]   2> 1591847 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1591848 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1591849 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1591849 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1591849 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1591850 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1591850 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1591851 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1591851 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1591852 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1591853 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1591853 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1591854 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1591854 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1591855 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591857 T5926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d55d4d name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591858 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591860 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1591862 T5928 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aaa3d6 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1591862 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1591866 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1592868 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58328_
   [junit4]   2> 1592869 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58328_
   [junit4]   2> 1592875 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007
   [junit4]   2> 1592880 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007/conf/
   [junit4]   2> 1592982 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1592984 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1592984 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1593205 T5830 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 6
   [junit4]   2> 1593207 T5830 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1593209 T5830 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51521
   [junit4]   2> 1593209 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1593210 T5830 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1593210 T5830 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008
   [junit4]   2> 1593210 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008/'
   [junit4]   2> 1593224 T5830 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008/solr.xml
   [junit4]   2> 1593261 T5830 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008
   [junit4]   2> 1593262 T5830 oasc.CoreContainer.<init> New CoreContainer 25466536
   [junit4]   2> 1593262 T5830 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008/]
   [junit4]   2> 1593263 T5830 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1593264 T5830 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1593264 T5830 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1593264 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1593264 T5830 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1593265 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1593265 T5830 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1593265 T5830 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1593266 T5830 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1593266 T5830 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1593267 T5830 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1593267 T5830 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1593267 T5830 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45280/solr
   [junit4]   2> 1593268 T5830 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1593268 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593270 T5940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bf0a04 name:ZooKeeperConnection Watcher:127.0.0.1:45280 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1593270 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1593271 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1593272 T5942 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d33bec name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1593272 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1593276 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1594278 T5830 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51521_
   [junit4]   2> 1594281 T5830 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51521_
   [junit4]   2> 1594291 T5830 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008
   [junit4]   2> 1594302 T5830 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008/conf/
   [junit4]   2> 1594395 T5830 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1594396 T5830 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1594396 T5830 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1594397 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1594398 T5945 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bdc934 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1594398 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1594399 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1594401 T5830 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1594401 T5947 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16399b0 name:ZooKeeperConnection Watcher:127.0.0.1:45280/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1594402 T5830 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1594402 T5830 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1594405 T5890 oasha.CollectionsHandler.handleCreateAction Creating Collection : maxShardsPerNode=2&numShards=4&wt=javabin&version=2&replicationFactor=2&action=CREATE&name=testOverseerQuit
   [junit4]   2> 1594406 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594406 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594407 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594408 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594408 T5854 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerQuit",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1594408 T5948 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerQuit",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1594409 T5948 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1594409 T5948 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerQuit 
   [junit4]   2> 1594409 T5948 oascc.SolrZkClient.makePath makePath: /collections/testOverseerQuit
   [junit4]   2> 1594411 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594412 T5853 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1594412 T5853 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerQuit
   [junit4]   2> 1594412 T5853 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerQuit with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1594414 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594414 T5900 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5928 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5942 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5945 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594414 T5857 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594511 T5948 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection testOverseerQuit, shardNames [shard1, shard2, shard3, shard4] , replicationFactor : 2
   [junit4]   2> 1594512 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard1_replica1 as part of slice shard1 of collection testOverseerQuit on 127.0.0.1:60853_
   [junit4]   2> 1594513 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard1_replica2 as part of slice shard1 of collection testOverseerQuit on 127.0.0.1:53827_
   [junit4]   2> 1594516 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard2_replica1 as part of slice shard2 of collection testOverseerQuit on 127.0.0.1:37727_
   [junit4]   2> 1594517 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard2_replica2 as part of slice shard2 of collection testOverseerQuit on 127.0.0.1:51358_
   [junit4]   2> 1594519 T5866 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard1&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard1_replica2
   [junit4]   2> 1594520 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard3_replica1 as part of slice shard3 of collection testOverseerQuit on 127.0.0.1:58328_
   [junit4]   2> 1594517 T5881 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard1&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard1_replica1
   [junit4]   2> 1594521 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard3_replica2 as part of slice shard3 of collection testOverseerQuit on 127.0.0.1:46793_
   [junit4]   2> 1594520 T5908 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard2&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard2_replica1
   [junit4]   2> 1594521 T5866 oasc.ZkController.publish publishing core=testOverseerQuit_shard1_replica2 state=down collection=testOverseerQuit
   [junit4]   2> 1594523 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard4_replica1 as part of slice shard4 of collection testOverseerQuit on 127.0.0.1:51521_
   [junit4]   2> 1594523 T5845 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard2&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard2_replica2
   [junit4]   2> 1594524 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594524 T5948 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerQuit_shard4_replica2 as part of slice shard4 of collection testOverseerQuit on 127.0.0.1:60853_
   [junit4]   2> 1594523 T5881 oasc.ZkController.publish publishing core=testOverseerQuit_shard1_replica1 state=down collection=testOverseerQuit
   [junit4]   2> 1594523 T5924 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard3&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard3_replica1
   [junit4]   2> 1594527 T5853 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1594526 T5938 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard4&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard4_replica1
   [junit4]   2> 1594526 T5845 oasc.ZkController.publish publishing core=testOverseerQuit_shard2_replica2 state=down collection=testOverseerQuit
   [junit4]   2> 1594529 T5881 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594529 T5879 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard4&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard4_replica2
   [junit4]   2> 1594525 T5894 oasha.CoreAdminHandler.handleCreateAction core create command collection.configName=conf1&numShards=4&shard=shard3&collection=testOverseerQuit&wt=javabin&version=2&action=CREATE&qt=/admin/cores&name=testOverseerQuit_shard3_replica2
   [junit4]   2> 1594525 T5866 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594524 T5908 oasc.ZkController.publish publishing core=testOverseerQuit_shard2_replica1 state=down collection=testOverseerQuit
   [junit4]   2> 1594531 T5879 oasc.ZkController.publish publishing core=testOverseerQuit_shard4_replica2 state=down collection=testOverseerQuit
   [junit4]   2> 1594530 T5938 oasc.ZkController.publish publishing core=testOverseerQuit_shard4_replica1 state=down collection=testOverseerQuit
   [junit4]   2> 1594530 T5845 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594528 T5924 oasc.ZkController.publish publishing core=testOverseerQuit_shard3_replica1 state=down collection=testOverseerQuit
   [junit4]   2> 1594528 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53827",
   [junit4]   2> 	  "core":"testOverseerQuit_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53827_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594528 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594535 T5924 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594534 T5938 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594533 T5879 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594533 T5908 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594532 T5894 oasc.ZkController.publish publishing core=testOverseerQuit_shard3_replica2 state=down collection=testOverseerQuit
   [junit4]   2> 1594538 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60853",
   [junit4]   2> 	  "core":"testOverseerQuit_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60853_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594539 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594539 T5894 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1594544 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51358",
   [junit4]   2> 	  "core":"testOverseerQuit_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51358_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594547 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594548 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37727",
   [junit4]   2> 	  "core":"testOverseerQuit_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:37727_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594550 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594551 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:60853",
   [junit4]   2> 	  "core":"testOverseerQuit_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60853_",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594553 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594554 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51521",
   [junit4]   2> 	  "core":"testOverseerQuit_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51521_",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594557 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594558 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58328",
   [junit4]   2> 	  "core":"testOverseerQuit_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58328_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594560 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594561 T5853 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46793",
   [junit4]   2> 	  "core":"testOverseerQuit_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46793_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"testOverseerQuit",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1594564 T5852 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1594666 T5947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5928 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5852 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5942 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5870 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5945 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594667 T5857 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1594666 T5900 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 7)
   [junit4]   2> 1595529 T5881 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard1_replica1
   [junit4]   2> 1595531 T5866 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard1_replica2
   [junit4]   2> 1595532 T5881 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595533 T5866 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595533 T5881 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595534 T5866 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595535 T5866 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595534 T5845 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard2_replica2
   [junit4]   2> 1595536 T5924 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard3_replica1
   [junit4]   2> 1595534 T5881 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595537 T5879 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard4_replica2
   [junit4]   2> 1595537 T5845 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595537 T5938 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard4_replica1
   [junit4]   2> 1595536 T5866 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595540 T5938 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595540 T5866 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-003/testOverseerQuit_shard1_replica2/'
   [junit4]   2> 1595540 T5894 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard3_replica2
   [junit4]   2> 1595539 T5879 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595539 T5845 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595538 T5881 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595538 T5908 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerQuit_shard2_replica1
   [junit4]   2> 1595538 T5924 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595544 T5881 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/testOverseerQuit_shard1_replica1/'
   [junit4]   2> 1595544 T5845 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595544 T5879 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595548 T5879 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595543 T5894 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595541 T5938 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595549 T5894 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595550 T5894 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595549 T5879 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595552 T5894 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595552 T5894 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-005/testOverseerQuit_shard3_replica2/'
   [junit4]   2> 1595548 T5845 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595546 T5924 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595546 T5908 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerQuit
   [junit4]   2> 1595556 T5924 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595557 T5908 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1595558 T5908 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595555 T5845 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-002/testOverseerQuit_shard2_replica2/'
   [junit4]   2> 1595552 T5879 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-004/testOverseerQuit_shard4_replica2/'
   [junit4]   2> 1595550 T5938 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerQuit
   [junit4]   2> 1595558 T5924 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595561 T5924 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-007/testOverseerQuit_shard3_replica1/'
   [junit4]   2> 1595561 T5908 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595566 T5938 oascc.ZkStateReader.readConfigName path=/collections/testOverseerQuit configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1595567 T5908 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-006/testOverseerQuit_shard2_replica1/'
   [junit4]   2> 1595568 T5938 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerRolesTest-29530C00F099FE68-001/tempDir-008/testOverseerQuit_shard4_replica1/'
   [junit4]   2> 1595629 T5866 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595630 T5881 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595654 T5894 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595657 T5924 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595662 T5845 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595674 T5908 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595676 T5938 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595705 T5879 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 1595706 T5881 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595711 T5881 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595733 T5881 oass.IndexSchema.readSchema [testOverseerQuit_shard1_replica1] Schema name=test
   [junit4]   2> 1595734 T5866 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595735 T5866 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595752 T5845 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595752 T5924 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595753 T5866 oass.IndexSchema.readSchema [testOverseerQuit_shard1_replica2] Schema name=test
   [junit4]   2> 1595753 T5845 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595755 T5924 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595760 T5894 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595761 T5894 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595766 T5908 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595766 T5924 oass.IndexSchema.readSchema [testOverseerQuit_shard3_replica1] Schema name=test
   [junit4]   2> 1595766 T5845 oass.IndexSchema.readSchema [testOverseerQuit_shard2_replica2] Schema name=test
   [junit4]   2> 1595767 T5908 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595769 T5938 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595770 T5938 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595773 T5894 oass.IndexSchema.readSchema [testOverseerQuit_shard3_replica2] Schema name=test
   [junit4]   2> 1595777 T5908 oass.IndexSchema.readSchema [testOverseerQuit_shard2_replica1] Schema name=test
   [junit4]   2> 1595808 T5938 oass.IndexSchema.readSchema [testOverseerQuit_shard4_replica1] Schema name=test
   [junit4]   2> 1595811 T5879 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1595813 T5879 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1595823 T5879 oass.IndexSchema.readSchema [testOverseerQuit_shard4_replica2] Schema name=test
   [junit4]   2> 1596502 T5908 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1596511 T5908 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1596512 T5938 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1596515 T5908 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1596517 T5938 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1596519 T5938 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1596530 T5908 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1596531 T5938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1596534 T5908 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1596536 T5938 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1596539 T5908 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1596540 T5938 oass.OpenExchangeRatesOrgProvide

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

Queue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 86795 T6224 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
   [junit4]   2> 89800 T6224 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {timestamp=FST41, id=PostingsFormat(name=MockRandom), range_facet_l=FST41, multiDefault=PostingsFormat(name=NestedPulsing), intDefault=FST41, _version_=FST41}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_EG, timezone=Asia/Phnom_Penh
   [junit4]   2> NOTE: Linux 3.8.0-41-generic i386/Oracle Corporation 1.7.0_55 (32-bit)/cpus=8,threads=2,free=239855808,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionsAPIDistributedZkTest, DocValuesMissingTest, LeaderElectionIntegrationTest, FileUtilsTest, SortByFunctionTest, CachingDirectoryFactoryTest, FieldFacetExtrasTest, DistanceFunctionTest, ResourceLoaderTest, SignatureUpdateProcessorFactoryTest, TestRecoveryHdfs, TestUpdate, CoreContainerCoreInitFailuresTest, OutputWriterTest, CurrencyFieldXmlFileTest, TriLevelCompositeIdRoutingTest, TestDFRSimilarityFactory, TestRTGBase, HighlighterConfigTest, TestOmitPositions, QueryResultKeyTest, PrimUtilsTest, NoCacheHeaderTest, BlockCacheTest, TestStressRecovery, TestDistributedGrouping, SuggesterWFSTTest, TestRandomFaceting, AbstractAnalyticsStatsTest, TestFiltering, TestLazyCores, TestPartialUpdateDeduplication, SolrRequestParserTest, SuggestComponentTest, TestFuzzyAnalyzedSuggestions, TestFieldTypeCollectionResource, HdfsWriteToMultipleCollectionsTest, HdfsUnloadDistributedZkTest, TestMultiCoreConfBootstrap, SolrCmdDistributorTest, TestDocBasedVersionConstraints, TestSolrXml, DateFieldTest, HdfsLockFactoryTest, TestConfigSets, TestBinaryResponseWriter, RangeFacetTest, TestLMDirichletSimilarityFactory, LegacyHTMLStripCharFilterTest, FieldAnalysisRequestHandlerTest, RequiredFieldsTest, HdfsSyncSliceTest, TestManagedStopFilterFactory, SpellCheckCollatorTest, HttpPartitionTest, StatsComponentTest, TestHashPartitioner, TestSerializedLuceneMatchVersion, TestNoOpRegenerator, DocumentAnalysisRequestHandlerTest, TestLRUCache, ZkSolrClientTest, ChaosMonkeySafeLeaderTest, AtomicUpdatesTest, OpenExchangeRatesOrgProviderTest, SolrCoreCheckLockOnStartupTest, TestStressReorder, TestFoldingMultitermQuery, CoreMergeIndexesAdminHandlerTest, TestRecovery, NoFacetTest, DeleteInactiveReplicaTest, FullSolrCloudDistribCmdsTest, TestSolrCoreProperties, TestSolrQueryParserResource, TestShardHandlerFactory, RequestHandlersTest, SolrPluginUtilsTest, ResponseHeaderTest, TestManagedSchema, TestSolrXMLSerializer, TestStressUserVersions, MinimalSchemaTest, HdfsBasicDistributedZkTest, XsltUpdateRequestHandlerTest, TestAddFieldRealTimeGet, SystemInfoHandlerTest, TestStandardQParsers, TestQuerySenderNoQuery, PluginInfoTest, NotRequiredUniqueKeyTest, TestCodecSupport, TestOverriddenPrefixQueryForCustomFieldType, CursorMarkTest, TestCloudInspectUtil, PathHierarchyTokenizerFactoryTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, TestReplicationHandler, AutoCommitTest, TermVectorComponentDistributedTest, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, SuggesterTSTTest, TestStressLucene, TestCSVLoader, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DebugComponentTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TermsComponentTest, XmlUpdateRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, JSONWriterTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, TestComponentsName, SOLR749Test, AlternateDirectoryTest, CopyFieldTest, ResponseLogComponentTest, TestSolrDeletionPolicy2, SampleTest, NumericFieldsTest, TestConfig, SpellPossibilityIteratorTest, TestXIncludeConfig, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, URLClassifyProcessorTest, DateMathParserTest, DOMUtilTest, ClusterStateTest, TestUtils, ZkNodePropsTest, UUIDFieldTest, CursorPagingTest, AliasIntegrationTest, CustomCollectionTest, MultiThreadedOCPTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MultiThreadedOCPTest -Dtests.seed=29530C00F099FE68 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_EG -Dtests.timezone=Asia/Phnom_Penh -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | MultiThreadedOCPTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MultiThreadedOCPTest: 
   [junit4]    >    1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([29530C00F099FE68]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6361, name=parallelCoreAdminExecutor-3988-thread-1, state=WAITING, group=TGRP-MultiThreadedOCPTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([29530C00F099FE68]:0)
   [junit4] Completed on J1 in 89.85s, 1 test, 2 errors <<< FAILURES!

[...truncated 194 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 2 suite-level errors, 1 failure, 218 ignored (15 assumptions)

Total time: 65 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_55 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure