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/02/07 13:41:09 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1305 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1305/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=3689, name=Overseer-91211344989454346-127.0.0.1:50303_sjxq%2Fwo-n_0000000003, state=RUNNABLE, group=Overseer collection creation process.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3689, name=Overseer-91211344989454346-127.0.0.1:50303_sjxq%2Fwo-n_0000000003, state=RUNNABLE, group=Overseer collection creation process.]
Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
	at __randomizedtesting.SeedInfo.seed([7854A3E0EBB34C0E]:0)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:209)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qn-0000000004
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1151)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:271)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:271)
	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:192)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:200)
	... 1 more


FAILED:  org.apache.solr.TestDistributedSearch.testDistribSearch

Error Message:
Expected the partialResults header to be null

Stack Trace:
java.lang.AssertionError: Expected the partialResults header to be null
	at __randomizedtesting.SeedInfo.seed([7854A3E0EBB34C0E:F9B22DF89CEC2C32]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.TestDistributedSearch.validateControlData(TestDistributedSearch.java:525)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:445)
	at org.apache.solr.TestDistributedSearch.doTest(TestDistributedSearch.java:379)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:873)
	at sun.reflect.GeneratedMethodAccessor52.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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10174 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 1037080 T3532 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /sjxq/wo
   [junit4]   2> 1037087 T3532 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-OverseerRolesTest-1391774673295
   [junit4]   2> 1037088 T3532 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1037089 T3533 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1037190 T3532 oasc.ZkTestServer.run start zk server on port:50290
   [junit4]   2> 1037192 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1037200 T3539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75992057 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1037200 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1037201 T3532 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1037214 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1037218 T3541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28c5e0a6 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1037219 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1037219 T3532 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1037226 T3532 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1037233 T3532 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1037239 T3532 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1037248 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1037249 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1037260 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1037260 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1037268 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1037268 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1037276 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1037277 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1037284 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1037285 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1037292 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1037293 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1037300 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1037301 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1037308 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1037309 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1037316 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1037316 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1037326 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1037327 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1037334 T3532 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1037335 T3532 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1037758 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1037766 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50293
   [junit4]   2> 1037768 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1037768 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1037769 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553
   [junit4]   2> 1037770 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/'
   [junit4]   2> 1037807 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/solr.xml
   [junit4]   2> 1037886 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1037886 T3532 oasc.CoreContainer.<init> New CoreContainer 690040786
   [junit4]   2> 1037887 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/]
   [junit4]   2> 1037889 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1037889 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1037889 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1037889 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1037890 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1037890 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1037890 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1037890 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1037891 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1037900 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1037901 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1037901 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1037901 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1037901 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1037903 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1037907 T3552 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41ca9916 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1037908 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1037914 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1037918 T3554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67bd8247 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1037919 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1037923 T3532 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1037933 T3532 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1037943 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1037948 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50293_sjxq%2Fwo
   [junit4]   2> 1037950 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50293_sjxq%2Fwo
   [junit4]   2> 1037960 T3532 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1037966 T3532 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1037977 T3532 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50293_sjxq%2Fwo
   [junit4]   2> 1037977 T3532 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1037983 T3532 oasc.Overseer.start Overseer (id=91211344989454339-127.0.0.1:50293_sjxq%2Fwo-n_0000000000) starting
   [junit4]   2> 1037991 T3532 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1037998 T3556 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1037999 T3532 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1038000 T3556 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1038004 T3532 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1038009 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1038018 T3555 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1038025 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553
   [junit4]   2> 1038182 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/conf/
   [junit4]   2> 1038189 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1038191 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1038191 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1038193 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1038199 T3559 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b5ae732 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1038200 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1038203 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1038210 T3532 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1038617 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1038619 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1038623 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50297
   [junit4]   2> 1038627 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1038627 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1038628 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418
   [junit4]   2> 1038628 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/'
   [junit4]   2> 1038679 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/solr.xml
   [junit4]   2> 1038788 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1038788 T3532 oasc.CoreContainer.<init> New CoreContainer 526522129
   [junit4]   2> 1038789 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/]
   [junit4]   2> 1038791 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1038792 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1038792 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1038792 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1038793 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1038793 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1038794 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1038794 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1038795 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1038809 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1038809 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1038810 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1038810 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1038811 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1038812 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1038818 T3570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60d86d2f name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1038819 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1038825 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1038831 T3572 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@695cafc0 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1038832 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1038843 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1039855 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50297_sjxq%2Fwo
   [junit4]   2> 1039858 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50297_sjxq%2Fwo
   [junit4]   2> 1039865 T3559 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1039865 T3572 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1039865 T3554 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1039879 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418
   [junit4]   2> 1040085 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/conf/
   [junit4]   2> 1040093 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1040094 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1040094 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1040438 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1040439 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1040445 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50300
   [junit4]   2> 1040447 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1040447 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1040447 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301
   [junit4]   2> 1040448 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/'
   [junit4]   2> 1040495 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/solr.xml
   [junit4]   2> 1040606 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1040606 T3532 oasc.CoreContainer.<init> New CoreContainer 228251631
   [junit4]   2> 1040606 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/]
   [junit4]   2> 1040608 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1040608 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1040608 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1040609 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1040609 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1040609 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1040609 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1040610 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1040610 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1040619 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1040619 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1040619 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1040620 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1040620 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1040622 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1040626 T3584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30d692e3 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1040627 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1040632 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1040636 T3586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4846469d name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1040637 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1040648 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1041660 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50300_sjxq%2Fwo
   [junit4]   2> 1041663 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50300_sjxq%2Fwo
   [junit4]   2> 1041670 T3559 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1041670 T3554 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1041670 T3572 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1041670 T3586 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1041681 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301
   [junit4]   2> 1041784 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/conf/
   [junit4]   2> 1041788 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1041789 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1041790 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1042106 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1042106 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1042110 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50303
   [junit4]   2> 1042112 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1042112 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1042113 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997
   [junit4]   2> 1042113 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/'
   [junit4]   2> 1042148 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/solr.xml
   [junit4]   2> 1042235 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1042235 T3532 oasc.CoreContainer.<init> New CoreContainer 391686502
   [junit4]   2> 1042236 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/]
   [junit4]   2> 1042237 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1042238 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1042238 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1042238 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1042238 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1042239 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1042239 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1042240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1042240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1042250 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1042250 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1042250 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1042251 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1042251 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1042252 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042256 T3598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dd97383 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042257 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1042262 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1042266 T3600 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fbfc73 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1042267 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1042279 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1043291 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50303_sjxq%2Fwo
   [junit4]   2> 1043293 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50303_sjxq%2Fwo
   [junit4]   2> 1043301 T3572 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1043302 T3554 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1043303 T3559 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1043303 T3586 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1043303 T3600 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1043320 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997
   [junit4]   2> 1043428 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/conf/
   [junit4]   2> 1043433 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1043434 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1043435 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1043735 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1043737 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1043740 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50306
   [junit4]   2> 1043742 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1043742 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1043742 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642
   [junit4]   2> 1043743 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/'
   [junit4]   2> 1043769 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/solr.xml
   [junit4]   2> 1043852 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1043853 T3532 oasc.CoreContainer.<init> New CoreContainer 1886305442
   [junit4]   2> 1043853 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/]
   [junit4]   2> 1043855 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1043855 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1043856 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1043856 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1043856 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1043856 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1043857 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1043857 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1043857 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1043867 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1043867 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1043868 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1043868 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1043868 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1043870 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043874 T3612 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76226958 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043875 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1043880 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1043884 T3614 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c31ee1 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1043885 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1043895 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1044905 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50306_sjxq%2Fwo
   [junit4]   2> 1044908 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50306_sjxq%2Fwo
   [junit4]   2> 1044918 T3559 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044919 T3600 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044919 T3586 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044918 T3614 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044920 T3554 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044919 T3572 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1044934 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642
   [junit4]   2> 1045111 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/conf/
   [junit4]   2> 1045119 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1045120 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1045120 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1045460 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 5
   [junit4]   2> 1045461 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1045466 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50309
   [junit4]   2> 1045468 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1045469 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1045469 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327
   [junit4]   2> 1045469 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/'
   [junit4]   2> 1045496 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/solr.xml
   [junit4]   2> 1045566 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1045567 T3532 oasc.CoreContainer.<init> New CoreContainer 437159419
   [junit4]   2> 1045567 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/]
   [junit4]   2> 1045568 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1045569 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1045569 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1045569 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1045570 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1045570 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1045570 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1045570 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1045571 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1045580 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1045581 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1045581 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1045581 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1045582 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1045583 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1045587 T3626 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f7e2f1a name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1045588 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1045592 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1045596 T3628 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d5a68e7 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1045596 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1045607 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1046616 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50309_sjxq%2Fwo
   [junit4]   2> 1046618 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50309_sjxq%2Fwo
   [junit4]   2> 1046626 T3559 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3614 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3628 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3572 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3554 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3600 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046627 T3586 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1046639 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327
   [junit4]   2> 1046790 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/conf/
   [junit4]   2> 1046798 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1046799 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1046799 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1047123 T3532 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 6
   [junit4]   2> 1047125 T3532 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1047129 T3532 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50312
   [junit4]   2> 1047131 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1047131 T3532 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1047132 T3532 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007
   [junit4]   2> 1047132 T3532 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/'
   [junit4]   2> 1047164 T3532 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/solr.xml
   [junit4]   2> 1047237 T3532 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1047237 T3532 oasc.CoreContainer.<init> New CoreContainer 1054472524
   [junit4]   2> 1047238 T3532 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/]
   [junit4]   2> 1047239 T3532 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1047240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1047240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1047240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1047240 T3532 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1047242 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1047242 T3532 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1047242 T3532 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1047242 T3532 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1047251 T3532 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1047252 T3532 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1047252 T3532 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1047252 T3532 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50290/solr
   [junit4]   2> 1047252 T3532 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1047254 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1047258 T3640 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@587e0cd0 name:ZooKeeperConnection Watcher:127.0.0.1:50290 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1047259 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1047264 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1047268 T3642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4da70f67 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1047269 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1047281 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1048291 T3532 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50312_sjxq%2Fwo
   [junit4]   2> 1048293 T3532 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50312_sjxq%2Fwo
   [junit4]   2> 1048300 T3614 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3572 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3642 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3559 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3554 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3586 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3628 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048301 T3600 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1048312 T3532 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007
   [junit4]   2> 1048457 T3532 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/conf/
   [junit4]   2> 1048465 T3532 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1048467 T3532 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1048467 T3532 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1048469 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1048473 T3645 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@356379b7 name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1048474 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1048477 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1048485 T3532 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1048489 T3647 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54886dfe name:ZooKeeperConnection Watcher:127.0.0.1:50290/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1048489 T3532 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1048493 T3532 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1048502 T3568 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=4&maxShardsPerNode=2&name=testOverseerCol&action=CREATE&wt=javabin&version=2&replicationFactor=2
   [junit4]   2> 1048504 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048507 T3556 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":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1048507 T3556 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1048508 T3556 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1048508 T3556 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 1048509 T3556 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 1048520 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048525 T3555 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1048527 T3555 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 1048527 T3555 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1048533 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048535 T3642 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> 1048536 T3586 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> 1048536 T3645 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> 1048536 T3647 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> 1048536 T3559 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> 1048536 T3600 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> 1048536 T3572 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> 1048536 T3554 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> 1048536 T3628 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> 1048536 T3614 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> 1048621 T3556 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 1048622 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:50297_sjxq%2Fwo
   [junit4]   2> 1048623 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:50309_sjxq%2Fwo
   [junit4]   2> 1048623 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:50312_sjxq%2Fwo
   [junit4]   2> 1048624 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:50306_sjxq%2Fwo
   [junit4]   2> 1048626 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:50293_sjxq%2Fwo
   [junit4]   2> 1048628 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:50303_sjxq%2Fwo
   [junit4]   2> 1048630 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:50300_sjxq%2Fwo
   [junit4]   2> 1048631 T3556 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:50297_sjxq%2Fwo
   [junit4]   2> 1048634 T3605 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 1048648 T3620 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 1048648 T3564 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 1048650 T3605 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048650 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048651 T3563 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 1048650 T3595 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 1048652 T3636 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 1048651 T3578 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 1048654 T3620 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048653 T3548 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 1048655 T3564 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048656 T3636 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048657 T3563 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048657 T3595 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048659 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048659 T3578 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048660 T3548 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1048660 T3555 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1048663 T3555 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:50306/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50306_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048673 T3555 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:50309/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50309_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048681 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048685 T3555 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:50297/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50297_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048693 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048696 T3555 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:50297/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50297_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048704 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048710 T3555 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:50312/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50312_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048719 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048727 T3555 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:50303/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50303_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048736 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048739 T3555 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:50300/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50300_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048748 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048751 T3555 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:50293/sjxq/wo",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50293_sjxq%2Fwo",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1048758 T3554 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1048865 T3559 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> 1048865 T3600 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> 1048865 T3572 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> 1048865 T3642 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> 1048865 T3614 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> 1048866 T3628 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> 1048866 T3586 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> 1048865 T3645 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> 1048865 T3554 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> 1048865 T3647 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> 1049654 T3605 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 1049656 T3620 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 1049657 T3564 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 1049658 T3605 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2
   [junit4]   2> 1049659 T3605 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049659 T3563 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 1049660 T3564 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/testOverseerCol_shard4_replica2
   [junit4]   2> 1049660 T3564 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049661 T3620 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/testOverseerCol_shard1_replica2
   [junit4]   2> 1049661 T3620 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049662 T3636 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 1049662 T3563 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/testOverseerCol_shard1_replica1
   [junit4]   2> 1049663 T3563 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049663 T3578 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 1049664 T3595 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 1049665 T3548 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 1049666 T3595 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/testOverseerCol_shard3_replica2
   [junit4]   2> 1049666 T3595 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049663 T3636 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/testOverseerCol_shard2_replica1
   [junit4]   2> 1049667 T3636 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049669 T3578 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/testOverseerCol_shard4_replica1
   [junit4]   2> 1049669 T3578 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049671 T3564 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049671 T3564 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049672 T3636 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049672 T3636 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049672 T3595 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049672 T3595 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049676 T3564 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049677 T3564 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/testOverseerCol_shard4_replica2/'
   [junit4]   2> 1049668 T3548 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/testOverseerCol_shard3_replica1
   [junit4]   2> 1049679 T3548 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1049680 T3605 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049680 T3605 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049681 T3563 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049681 T3563 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049686 T3595 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049687 T3595 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty3-1391774677997/testOverseerCol_shard3_replica2/'
   [junit4]   2> 1049687 T3636 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049688 T3636 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391774683007/testOverseerCol_shard2_replica1/'
   [junit4]   2> 1049689 T3620 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049689 T3620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049707 T3548 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049708 T3548 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049709 T3578 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1049709 T3578 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1049710 T3605 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049711 T3563 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049711 T3563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391774674418/testOverseerCol_shard1_replica1/'
   [junit4]   2> 1049711 T3605 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/'
   [junit4]   2> 1049718 T3620 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049719 T3620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391774681327/testOverseerCol_shard1_replica2/'
   [junit4]   2> 1049724 T3578 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049725 T3578 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391774676301/testOverseerCol_shard4_replica1/'
   [junit4]   2> 1049728 T3548 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1049729 T3548 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-controljetty-1391774673553/testOverseerCol_shard3_replica1/'
   [junit4]   2> 1049955 T3636 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1049973 T3578 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1049978 T3620 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050005 T3595 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050060 T3605 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050078 T3563 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050121 T3564 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050219 T3548 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1050247 T3595 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050266 T3595 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050274 T3595 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 1050284 T3605 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050291 T3605 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050299 T3605 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 1050309 T3578 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050310 T3620 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050315 T3620 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050315 T3578 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050332 T3564 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050348 T3620 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 1050353 T3578 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 1050355 T3636 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050358 T3636 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050359 T3563 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050361 T3564 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050366 T3563 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050372 T3636 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 1050373 T3563 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 1050410 T3564 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 1050534 T3548 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1050548 T3548 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1050561 T3548 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 1052458 T3605 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1052470 T3605 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1052475 T3605 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1052583 T3605 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1052596 T3605 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1052619 T3605 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1052630 T3605 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1052630 T3605 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1052631 T3605 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1052647 T3578 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1052647 T3605 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1052659 T3605 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1052659 T3605 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1052659 T3605 oasc.SolrCore.<init> [testOverseerCol_shard2_replica2] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/data/
   [junit4]   2> 1052660 T3605 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5db6b313
   [junit4]   2> 1052661 T3605 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/data
   [junit4]   2> 1052661 T3605 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/data/index/
   [junit4]   2> 1052661 T3605 oasc.SolrCore.initIndex WARN [testOverseerCol_shard2_replica2] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1052662 T3605 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391774679642/testOverseerCol_shard2_replica2/data/index
   [junit4]   2> 1052662 T3605 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit

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

apache.solr.TestDistributedSearch-1391775603447/shard1/data;done=false>>]
   [junit4]   2> 1980539 T7661 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.TestDistributedSearch-1391775603447/shard1/data
   [junit4]   2> 1980539 T7661 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.TestDistributedSearch-1391775603447/shard1/data/index [CachedDir<<refCount=0;path=./org.apache.solr.TestDistributedSearch-1391775603447/shard1/data/index;done=false>>]
   [junit4]   2> 1980539 T7661 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.TestDistributedSearch-1391775603447/shard1/data/index
   [junit4]   2> 1980541 T7661 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1980627 T7661 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistributedSearch -Dtests.method=testDistribSearch -Dtests.seed=7854A3E0EBB34C0E -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=Africa/Ouagadougou -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 13.4s | TestDistributedSearch.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected the partialResults header to be null
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7854A3E0EBB34C0E:F9B22DF89CEC2C32]:0)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.validateControlData(TestDistributedSearch.java:525)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:445)
   [junit4]    > 	at org.apache.solr.TestDistributedSearch.doTest(TestDistributedSearch.java:379)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:873)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1980634 T7661 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {n_dt1=PostingsFormat(name=Memory doPackFST= true), n_tf1=PostingsFormat(name=Memory doPackFST= false), range_facet_sl=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), id=PostingsFormat(name=NestedPulsing), lowerfilt=PostingsFormat(name=Memory doPackFST= true), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false), n_td1=PostingsFormat(name=Memory doPackFST= true), lowerfilt1and2=PostingsFormat(name=Memory doPackFST= true), n_tl1=PostingsFormat(name=Memory doPackFST= true), range_facet_si=PostingsFormat(name=Memory doPackFST= true), oddField_s=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), rnd_b=PostingsFormat(name=NestedPulsing), n_f1=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Memory doPackFST= false), a_si=PostingsFormat(name=Memory doPackFST= true), text=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), foo_b=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), foo_f=TestBloomFilteredLucene41Postings(BloomFilteringPostingsFormat(Lucene41(blocksize=128))), a_t=PostingsFormat(name=Memory doPackFST= false), n_tdt1=PostingsFormat(name=Memory doPackFST= false), n_d1=PostingsFormat(name=Memory doPackFST= false), foo_d=PostingsFormat(name=NestedPulsing), n_ti1=PostingsFormat(name=NestedPulsing), n_l1=PostingsFormat(name=Memory doPackFST= false), b_n_tdt=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= false), a_n_tdt=PostingsFormat(name=NestedPulsing), other_tl1=PostingsFormat(name=Memory doPackFST= false)}, docValues:{timestamp=DocValuesFormat(name=Lucene45)}, sim=DefaultSimilarity, locale=no, timezone=Africa/Ouagadougou
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=2,free=166805648,total=411041792
   [junit4]   2> NOTE: All tests run in this JVM: [TestMaxScoreQueryParser, TestDefaultSimilarityFactory, CoreMergeIndexesAdminHandlerTest, ResourceLoaderTest, ZkCLITest, TestNoOpRegenerator, ShardRoutingTest, AddBlockUpdateTest, SolrCmdDistributorTest, ClusterStateTest, SOLR749Test, DocValuesTest, AnalysisAfterCoreReloadTest, SuggestComponentTest, StressHdfsTest, StatelessScriptUpdateProcessorFactoryTest, BadCopyFieldTest, SolrIndexSplitterTest, PolyFieldTest, TestRecovery, RequestHandlersTest, MultiTermTest, SpellingQueryConverterTest, TestShardHandlerFactory, SolrInfoMBeanTest, HdfsBasicDistributedZkTest, TestFieldCollectionResource, SyncSliceTest, BlockDirectoryTest, PreAnalyzedFieldTest, BinaryUpdateRequestHandlerTest, SpellCheckComponentTest, TestIBSimilarityFactory, FastVectorHighlighterTest, TestSolrXml, PreAnalyzedUpdateProcessorTest, TestBadConfig, IndexBasedSpellCheckerTest, PrimitiveFieldTypeTest, TestStressLucene, PathHierarchyTokenizerFactoryTest, TestPseudoReturnFields, BadIndexSchemaTest, TestReversedWildcardFilterFactory, SolrTestCaseJ4Test, ShardRoutingCustomTest, AnalysisErrorHandlingTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestRecoveryHdfs, CoreAdminCreateDiscoverTest, SystemInfoHandlerTest, TestAnalyzeInfixSuggestions, TestCloudManagedSchema, QueryResultKeyTest, UpdateRequestProcessorFactoryTest, TestImplicitCoreProperties, TestXIncludeConfig, TestZkChroot, HardAutoCommitTest, SuggesterWFSTTest, TestUniqueKeyFieldResource, SolrIndexConfigTest, TestAtomicUpdateErrorCases, SpellPossibilityIteratorTest, TestMultiCoreConfBootstrap, TestSolrQueryParser, TestRealTimeGet, BadComponentTest, NumericFieldsTest, NotRequiredUniqueKeyTest, TermVectorComponentTest, AliasIntegrationTest, ShowFileRequestHandlerTest, BasicDistributedZkTest, TestRemoteStreaming, TestFaceting, TestCollapseQParserPlugin, TestRandomDVFaceting, TestIndexSearcher, StatsComponentTest, DocumentBuilderTest, QueryEqualityTest, FileBasedSpellCheckerTest, FieldAnalysisRequestHandlerTest, TestRandomFaceting, OverseerTest, TestSolrCoreProperties, TestPhraseSuggestions, TestSolrQueryParserDefaultOperatorResource, TestAddFieldRealTimeGet, TestFieldResource, TestUtils, CopyFieldTest, SolrPluginUtilsTest, RegexBoostProcessorTest, TestManagedSchema, TestComponentsName, FieldMutatingUpdateProcessorTest, LukeRequestHandlerTest, TestDocSet, XmlUpdateRequestHandlerTest, ZkSolrClientTest, TestFreeTextSuggestions, TestCharFilters, TestFunctionQuery, JsonLoaderTest, SpellCheckCollatorTest, DefaultValueUpdateProcessorTest, UUIDFieldTest, TestCopyFieldCollectionResource, ShardSplitTest, LegacyHTMLStripCharFilterTest, TestSolr4Spatial, EnumFieldTest, HighlighterTest, TestSolrIndexConfig, PingRequestHandlerTest, DistributedQueryElevationComponentTest, TestIndexingPerformance, TestSolrXmlPersistor, TestCloudManagedSchemaAddField, CustomCollectionTest, UniqFieldsUpdateProcessorFactoryTest, TestBinaryResponseWriter, SolrCoreTest, TestQueryTypes, OverseerRolesTest, TestBM25SimilarityFactory, TestFileDictionaryLookup, ConnectionManagerTest, OverseerCollectionProcessorTest, CacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestDynamicFieldCollectionResource, RAMDirectoryFactoryTest, SampleTest, ResponseLogComponentTest, CurrencyFieldOpenExchangeTest, TestFastWriter, QueryParsingTest, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, TestAnalyzedSuggestions, TestReload, HdfsChaosMonkeySafeLeaderTest, TestDynamicFieldResource, TestStressUserVersions, ExternalFileFieldSortTest, SuggesterFSTTest, TestHighFrequencyDictionaryFactory, TestStressReorder, TestSerializedLuceneMatchVersion, TestNumberUtils, InfoHandlerTest, TestRandomMergePolicy, TestQuerySenderNoQuery, TestOverriddenPrefixQueryForCustomFieldType, TestLMJelinekMercerSimilarityFactory, ChaosMonkeySafeLeaderTest, BasicZkTest, ParsingFieldUpdateProcessorsTest, TestPerFieldSimilarity, CircularListTest, TestSchemaVersionResource, TestDistribDocBasedVersion, SuggesterTest, TestDistributedMissingSort, TestReplicationHandler, AlternateDirectoryTest, TestPartialUpdateDeduplication, TestCSVResponseWriter, URLClassifyProcessorTest, LeaderElectionIntegrationTest, DeleteShardTest, TestValueSourceCache, TestLazyCores, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, SliceStateUpdateTest, TestDistributedSearch]
   [junit4] Completed in 13.45s, 1 test, 1 failure <<< FAILURES!

[...truncated 539 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:453: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:433: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:491: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1268: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:901: There were test failures: 368 suites, 1595 tests, 1 error, 1 failure, 40 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1306 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1306/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=5068, name=Overseer-91212918286254083-127.0.0.1:50665_-n_0000000017, state=RUNNABLE, group=Overseer collection creation process.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5068, name=Overseer-91212918286254083-127.0.0.1:50665_-n_0000000017, state=RUNNABLE, group=Overseer collection creation process.]
	at __randomizedtesting.SeedInfo.seed([8A10CBEC16CA7B51:BF645F461951B6D]:0)
Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
	at __randomizedtesting.SeedInfo.seed([8A10CBEC16CA7B51]:0)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:209)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qn-0000000004
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:174)
	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:171)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:171)
	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:193)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:200)
	... 1 more




Build Log:
[...truncated 10249 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 1382142 T4901 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1382147 T4901 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-OverseerRolesTest-1391798679897
   [junit4]   2> 1382149 T4901 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1382150 T4902 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1382252 T4901 oasc.ZkTestServer.run start zk server on port:50662
   [junit4]   2> 1382253 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382261 T4908 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14559dd6 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382262 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1382262 T4901 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1382272 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382275 T4910 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ba371f6 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382276 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1382276 T4901 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1382285 T4901 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1382291 T4901 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1382298 T4901 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1382307 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1382307 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1382319 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1382320 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1382329 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1382329 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1382337 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1382338 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1382346 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1382346 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1382354 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1382355 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1382362 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1382363 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1382370 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1382370 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1382378 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1382379 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1382387 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1382388 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1382395 T4901 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1382396 T4901 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1382706 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1382710 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50665
   [junit4]   2> 1382711 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1382712 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1382712 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153
   [junit4]   2> 1382712 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/'
   [junit4]   2> 1382740 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/solr.xml
   [junit4]   2> 1382810 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1382812 T4901 oasc.CoreContainer.<init> New CoreContainer 362486067
   [junit4]   2> 1382812 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/]
   [junit4]   2> 1382814 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1382814 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1382814 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1382814 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1382815 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1382815 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1382815 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1382815 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1382816 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1382825 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1382826 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1382826 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1382826 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1382827 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1382828 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382832 T4921 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79936e59 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382834 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1382839 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1382843 T4923 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59e94136 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1382843 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1382848 T4901 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1382858 T4901 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1382869 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1382874 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50665_
   [junit4]   2> 1382876 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50665_
   [junit4]   2> 1382887 T4901 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1382893 T4901 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1382905 T4901 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50665_
   [junit4]   2> 1382905 T4901 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1382910 T4901 oasc.Overseer.start Overseer (id=91212918286254083-127.0.0.1:50665_-n_0000000000) starting
   [junit4]   2> 1382919 T4901 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1382929 T4925 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1382932 T4925 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1382932 T4901 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1382939 T4901 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1382944 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1382953 T4924 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1382956 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153
   [junit4]   2> 1383058 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/conf/
   [junit4]   2> 1383063 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1383064 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1383064 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1383066 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383069 T4928 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46c1e608 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383070 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1383073 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1383080 T4901 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1383374 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1383375 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1383389 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50669
   [junit4]   2> 1383389 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1383389 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1383390 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829
   [junit4]   2> 1383390 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/'
   [junit4]   2> 1383422 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/solr.xml
   [junit4]   2> 1383498 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1383499 T4901 oasc.CoreContainer.<init> New CoreContainer 1073964641
   [junit4]   2> 1383499 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/]
   [junit4]   2> 1383500 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1383501 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1383501 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1383501 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1383501 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1383501 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1383502 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1383502 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1383502 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1383513 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1383513 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1383513 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1383514 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1383514 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1383515 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383520 T4939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f368b1c name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383521 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1383526 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383530 T4941 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37987edd name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383530 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1383541 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1384552 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50669_
   [junit4]   2> 1384554 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50669_
   [junit4]   2> 1384564 T4941 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1384564 T4923 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1384564 T4928 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1384576 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829
   [junit4]   2> 1384679 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/conf/
   [junit4]   2> 1384684 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1384685 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1384685 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1385019 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1385020 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1385024 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50672
   [junit4]   2> 1385025 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1385026 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1385026 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433
   [junit4]   2> 1385026 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/'
   [junit4]   2> 1385054 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/solr.xml
   [junit4]   2> 1385131 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1385131 T4901 oasc.CoreContainer.<init> New CoreContainer 627179761
   [junit4]   2> 1385132 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/]
   [junit4]   2> 1385133 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1385133 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1385134 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1385134 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1385134 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1385134 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1385135 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1385135 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1385135 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1385145 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1385146 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1385146 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1385146 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1385147 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1385148 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1385836 T4953 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@452be163 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1385838 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1385844 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1385849 T4955 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26cbc4dd name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1385850 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1385861 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1386872 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50672_
   [junit4]   2> 1386874 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50672_
   [junit4]   2> 1386883 T4941 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1386883 T4928 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1386884 T4955 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1386884 T4923 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1386899 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433
   [junit4]   2> 1387004 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/conf/
   [junit4]   2> 1387008 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1387010 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1387010 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1387347 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1387348 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1387353 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50675
   [junit4]   2> 1387356 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1387356 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1387357 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758
   [junit4]   2> 1387357 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/'
   [junit4]   2> 1387387 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/solr.xml
   [junit4]   2> 1387464 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1387464 T4901 oasc.CoreContainer.<init> New CoreContainer 780794899
   [junit4]   2> 1387465 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/]
   [junit4]   2> 1387466 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1387466 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1387466 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1387468 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1387468 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1387468 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1387468 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1387468 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1387469 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1387479 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1387479 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1387479 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1387480 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1387480 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1387482 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387486 T4967 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65045b43 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1387488 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1387494 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387498 T4969 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@241d086c name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1387499 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1387512 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1388522 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50675_
   [junit4]   2> 1388525 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50675_
   [junit4]   2> 1388532 T4928 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1388534 T4923 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1388534 T4941 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1388534 T4955 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1388535 T4969 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1388546 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758
   [junit4]   2> 1388645 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/conf/
   [junit4]   2> 1388650 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1388651 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1388651 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1388953 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1388955 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1388959 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50678
   [junit4]   2> 1388961 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1388961 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1388962 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400
   [junit4]   2> 1388962 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/'
   [junit4]   2> 1389004 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/solr.xml
   [junit4]   2> 1389098 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1389099 T4901 oasc.CoreContainer.<init> New CoreContainer 1848321285
   [junit4]   2> 1389099 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/]
   [junit4]   2> 1389101 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1389101 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1389101 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1389102 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1389103 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1389103 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1389103 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1389103 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1389104 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1389113 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1389113 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1389114 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1389114 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1389114 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1389116 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1389119 T4981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@528ba3c4 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1389121 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1389126 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1389129 T4983 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40bb7de7 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1389130 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1389140 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1390153 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50678_
   [junit4]   2> 1390156 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50678_
   [junit4]   2> 1390164 T4923 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390165 T4983 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390166 T4928 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390166 T4969 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390165 T4955 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390166 T4941 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1390178 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400
   [junit4]   2> 1390277 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/conf/
   [junit4]   2> 1390282 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1390283 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1390284 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1390570 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 5
   [junit4]   2> 1390571 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1390574 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50681
   [junit4]   2> 1390576 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1390576 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1390576 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032
   [junit4]   2> 1390577 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/'
   [junit4]   2> 1390605 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/solr.xml
   [junit4]   2> 1390673 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1390674 T4901 oasc.CoreContainer.<init> New CoreContainer 1637888208
   [junit4]   2> 1390674 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/]
   [junit4]   2> 1390675 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1390676 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1390676 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1390676 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1390676 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1390677 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1390677 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1390677 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1390677 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1390688 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1390689 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1390690 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1390690 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1390691 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1390692 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390696 T4995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5be4d9c2 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1390697 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1390704 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1390708 T4997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e71f478 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1390709 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1390720 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1391729 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50681_
   [junit4]   2> 1391732 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50681_
   [junit4]   2> 1391740 T4955 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391740 T4923 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391741 T4941 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391741 T4983 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391742 T4997 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391742 T4969 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391742 T4928 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1391752 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032
   [junit4]   2> 1391901 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/conf/
   [junit4]   2> 1391909 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1391910 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1391911 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1392215 T4901 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 6
   [junit4]   2> 1392216 T4901 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1392220 T4901 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50684
   [junit4]   2> 1392222 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1392222 T4901 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1392223 T4901 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659
   [junit4]   2> 1392223 T4901 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/'
   [junit4]   2> 1392250 T4901 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/solr.xml
   [junit4]   2> 1392323 T4901 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1392323 T4901 oasc.CoreContainer.<init> New CoreContainer 1966335565
   [junit4]   2> 1392324 T4901 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/]
   [junit4]   2> 1392325 T4901 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1392325 T4901 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1392325 T4901 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1392326 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1392326 T4901 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1392326 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1392326 T4901 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1392327 T4901 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1392327 T4901 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1392336 T4901 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1392337 T4901 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1392337 T4901 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1392337 T4901 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50662/solr
   [junit4]   2> 1392338 T4901 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1392339 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1392343 T5009 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22550558 name:ZooKeeperConnection Watcher:127.0.0.1:50662 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1392345 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1392350 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1392354 T5011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5215e7b4 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1392355 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1392366 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1393377 T4901 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50684_
   [junit4]   2> 1393380 T4901 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50684_
   [junit4]   2> 1393391 T5011 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4941 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4928 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4997 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4983 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4923 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4969 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393392 T4955 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1393409 T4901 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659
   [junit4]   2> 1393525 T4901 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/conf/
   [junit4]   2> 1393529 T4901 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1393530 T4901 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1393531 T4901 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1393532 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1393536 T5014 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@475407a3 name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1393537 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1393540 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1393549 T4901 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1393552 T5016 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34ca132e name:ZooKeeperConnection Watcher:127.0.0.1:50662/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1393553 T4901 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1393555 T4901 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1393565 T4933 oasha.CollectionsHandler.handleCreateAction Creating Collection : version=2&name=testOverseerCol&wt=javabin&maxShardsPerNode=2&action=CREATE&numShards=4&replicationFactor=2
   [junit4]   2> 1393568 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393571 T4925 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":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1393571 T4925 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"testOverseerCol",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "maxShardsPerNode":"2"}
   [junit4]   2> 1393573 T4925 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1393573 T4925 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 1393573 T4925 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 1393584 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393588 T4924 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1393590 T4924 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 1393590 T4924 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1393596 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393599 T4941 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> 1393599 T4928 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> 1393599 T4955 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> 1393600 T5014 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> 1393599 T4923 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> 1393600 T4969 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> 1393599 T5016 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> 1393599 T4983 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> 1393599 T5011 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> 1393599 T4997 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> 1393686 T4925 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 1393687 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:50681_
   [junit4]   2> 1393688 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:50675_
   [junit4]   2> 1393688 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:50678_
   [junit4]   2> 1393689 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:50684_
   [junit4]   2> 1393692 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:50669_
   [junit4]   2> 1393693 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:50672_
   [junit4]   2> 1393697 T4963 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 1393700 T4989 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 1393700 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:50665_
   [junit4]   2> 1393702 T4934 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 1393702 T4978 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 1393703 T4925 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:50681_
   [junit4]   2> 1393705 T5005 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 1393706 T4963 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393707 T4949 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 1393707 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393710 T5005 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393707 T4989 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393713 T4917 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 1393712 T4934 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393712 T4949 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393712 T4978 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393711 T4990 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 1393715 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393716 T4917 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393716 T4924 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1393717 T4990 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1393718 T4924 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:50675",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50675_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393728 T4924 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:50681",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50681_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393735 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393738 T4924 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:50684",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50684_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393745 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393747 T4924 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:50678",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50678_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393754 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393757 T4924 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:50672",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50672_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393764 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393766 T4924 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:50669",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50669_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393772 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393774 T4924 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:50665",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50665_",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393781 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393784 T4924 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:50681",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50681_",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"testOverseerCol",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1393790 T4923 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1393897 T5011 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> 1393898 T4997 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> 1393898 T5016 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> 1393898 T5014 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> 1393899 T4928 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> 1393899 T4941 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> 1393898 T4969 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> 1393900 T4923 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> 1393899 T4983 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> 1393899 T4955 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> 1394708 T4963 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 1394710 T4963 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/testOverseerCol_shard1_replica2
   [junit4]   2> 1394710 T4963 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394712 T4963 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394712 T4963 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394714 T5005 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 1394714 T4989 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 1394715 T5005 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/testOverseerCol_shard2_replica2
   [junit4]   2> 1394716 T5005 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394716 T4978 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 1394716 T4934 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 1394718 T4978 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/testOverseerCol_shard2_replica1
   [junit4]   2> 1394718 T4978 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394718 T4949 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 1394716 T4989 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1
   [junit4]   2> 1394719 T4989 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394720 T4917 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 1394721 T4990 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 1394722 T4917 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/testOverseerCol_shard4_replica1
   [junit4]   2> 1394722 T4917 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394718 T4934 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/testOverseerCol_shard3_replica1
   [junit4]   2> 1394723 T4934 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394723 T4990 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2
   [junit4]   2> 1394724 T4990 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394720 T4949 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: ./org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/testOverseerCol_shard3_replica2
   [junit4]   2> 1394725 T4949 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1394725 T4963 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394725 T5005 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394726 T5005 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394725 T4989 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394726 T4989 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394726 T4934 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394727 T4934 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394726 T4917 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394729 T4917 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394730 T4989 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394726 T4978 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394730 T4978 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394726 T4963 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty3-1391798684758/testOverseerCol_shard1_replica2/'
   [junit4]   2> 1394730 T4989 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/'
   [junit4]   2> 1394734 T4917 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394734 T4917 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-controljetty-1391798680153/testOverseerCol_shard4_replica1/'
   [junit4]   2> 1394735 T5005 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394736 T5005 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty6-1391798689659/testOverseerCol_shard2_replica2/'
   [junit4]   2> 1394730 T4949 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394737 T4949 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394727 T4990 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1394737 T4990 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1394778 T4934 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394779 T4934 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty1-1391798680829/testOverseerCol_shard3_replica1/'
   [junit4]   2> 1394780 T4949 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394781 T4949 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty2-1391798682433/testOverseerCol_shard3_replica2/'
   [junit4]   2> 1394783 T4978 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394784 T4978 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.OverseerRolesTest-jetty4-1391798686400/testOverseerCol_shard2_replica1/'
   [junit4]   2> 1394789 T4990 oascc.ZkStateReader.readConfigName path=/collections/testOverseerCol configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1394790 T4990 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/'
   [junit4]   2> 1394867 T4917 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1394956 T4989 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1394989 T4949 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395004 T4934 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395039 T4990 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395070 T4978 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395080 T4963 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395111 T5005 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1395140 T4917 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395145 T4917 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395192 T4917 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 1395287 T4978 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395305 T4978 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395312 T4989 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395313 T4949 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395317 T4949 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395321 T4989 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395326 T4934 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395329 T4949 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 1395338 T4989 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 1395342 T4934 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395349 T4990 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395351 T4934 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 1395359 T4990 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395390 T4978 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 1395422 T4990 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 1395445 T4963 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395453 T4963 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395482 T4963 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 1395557 T5005 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395561 T5005 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1395581 T5005 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 1397661 T4989 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1397717 T4989 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1397721 T4989 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1397809 T4990 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1397816 T4990 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1397860 T4990 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1397906 T4989 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1397916 T4989 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1397957 T4917 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1397974 T4989 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1397990 T4989 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1397994 T4989 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1397994 T4989 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1398003 T4934 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1398007 T4989 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1398008 T4989 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1398008 T4989 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1398008 T4989 oasc.SolrCore.<init> [testOverseerCol_shard1_replica1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/data/
   [junit4]   2> 1398009 T4989 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@102e1bbd
   [junit4]   2> 1398010 T4989 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/data
   [junit4]   2> 1398010 T4989 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/data/index/
   [junit4]   2> 1398010 T4989 oasc.SolrCore.initIndex WARN [testOverseerCol_shard1_replica1] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1398012 T4989 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard1_replica1/data/index
   [junit4]   2> 1398012 T4989 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1398014 T4989 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@345d5bb5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32b48164),segFN=segments_1,generation=1}
   [junit4]   2> 1398014 T4989 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1398017 T4934 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1398019 T4989 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1398020 T4934 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1398012 T4949 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1398020 T4989 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1398027 T4989 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1398027 T4989 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1398027 T4989 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1398028 T4989 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1398028 T4989 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1398029 T4989 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1398029 T4989 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1398029 T4989 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1398030 T4989 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1398030 T4989 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1398031 T4989 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1398031 T4989 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1398032 T4989 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1398031 T4990 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1398045 T4989 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1398047 T4989 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1398058 T4990 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1398064 T4917 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1398067 T4990 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1398072 T4990 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1398085 T4990 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1398086 T4990 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1398079 T4949 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1398090 T4990 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1398090 T4990 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1398090 T4990 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1398091 T4990 oasc.SolrCore.<init> [testOverseerCol_shard4_replica2] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/, dataDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/data/
   [junit4]   2> 1398091 T4990 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@102e1bbd
   [junit4]   2> 1398096 T4989 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1398098 T4990 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/data
   [junit4]   2> 1398100 T4917 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1398104 T4990 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/data/index/
   [junit4]   2> 1398105 T4990 oasc.SolrCore.initIndex WARN [testOverseerCol_shard4_replica2] Solr index directory '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1398106 T4989 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1398106 T4989 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1398106 T4990 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.OverseerRolesTest-jetty5-1391798688032/testOverseerCol_shard4_replica2/data/index
   [junit4]   2> 1398108 T4989 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=92233720368

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

read.processEvent(ClientCnxn.java:519)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 	
   [junit4]   2> 1407005 T5011 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testOverseerCol/leader_elect/shard2/election/91212918286254096-core_node3-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:174)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:293)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1407006 T5011 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1407006 T5011 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1407007 T5011 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=457), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=457)), sim=DefaultSimilarity, locale=fr_LU, timezone=Africa/Asmara
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=2,free=81084528,total=382730240
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, SuggesterFSTTest, EnumFieldTest, TestValueSourceCache, TestQueryTypes, ConnectionManagerTest, TestSystemIdResolver, CSVRequestHandlerTest, QueryParsingTest, QueryResultKeyTest, TestFunctionQuery, TestManagedSchemaFieldResource, TestHighFrequencyDictionaryFactory, AnalysisAfterCoreReloadTest, DocumentAnalysisRequestHandlerTest, TestSolrXmlPersistence, TestNoOpRegenerator, CacheHeaderTest, TestRangeQuery, ConvertedLegacyTest, LukeRequestHandlerTest, DocValuesMissingTest, PrimitiveFieldTypeTest, BadCopyFieldTest, SystemInfoHandlerTest, TestStressUserVersions, SuggesterWFSTTest, AliasIntegrationTest, TestClassNameShortening, DistanceFunctionTest, SolrRequestParserTest, HighlighterTest, DocumentBuilderTest, TestRecoveryHdfs, AddBlockUpdateTest, EchoParamsTest, DistributedQueryComponentCustomSortTest, StandardRequestHandlerTest, DateFieldTest, ChaosMonkeySafeLeaderTest, SpatialFilterTest, SolrCoreTest, TestFieldResource, HdfsBasicDistributedZk2Test, PolyFieldTest, TestCursorMarkWithoutUniqueKey, TestWordDelimiterFilterFactory, PathHierarchyTokenizerFactoryTest, TestSchemaResource, TestCloudManagedSchema, DistributedDebugComponentTest, TestIBSimilarityFactory, ShardRoutingCustomTest, TestLazyCores, CopyFieldTest, TestRecovery, TestFuzzyAnalyzedSuggestions, ExpressionTest, FullSolrCloudDistribCmdsTest, SliceStateTest, SuggesterTest, TestSolr4Spatial, SuggesterTSTTest, FileUtilsTest, CurrencyFieldXmlFileTest, DistributedSpellCheckComponentTest, UniqFieldsUpdateProcessorFactoryTest, ModifyConfFileTest, QueryEqualityTest, TestBinaryField, CoreAdminHandlerTest, StatsComponentTest, TestDocSet, OutputWriterTest, ResponseLogComponentTest, TestPartialUpdateDeduplication, TestQueryUtils, AlternateDirectoryTest, AbstractAnalyticsStatsTest, ChaosMonkeyNothingIsSafeTest, TestRandomMergePolicy, TestReversedWildcardFilterFactory, MinimalSchemaTest, AutoCommitTest, FieldAnalysisRequestHandlerTest, TestCodecSupport, DistributedSuggestComponentTest, CoreAdminCreateDiscoverTest, TestAnalyzedSuggestions, UpdateParamsTest, HdfsLockFactoryTest, TestSolrJ, TestDynamicFieldCollectionResource, TestSolrQueryParserResource, TestFreeTextSuggestions, TestQuerySenderNoQuery, DocValuesTest, SliceStateUpdateTest, TestSimpleQParserPlugin, TestSchemaNameResource, TestFaceting, TestStandardQParsers, TestDistributedGrouping, SolrPluginUtilsTest, TestSchemaSimilarityResource, DocValuesMultiTest, DeleteShardTest, TestImplicitCoreProperties, TestDistributedSearch, PrimUtilsTest, TestCloudManagedSchemaAddField, TestHashPartitioner, ZkControllerTest, TestSolrDeletionPolicy1, TestXIncludeConfig, BasicDistributedZk2Test, QueryFacetTest, BlockDirectoryTest, JSONWriterTest, TestSolrQueryParser, TermsComponentTest, TestSolrDeletionPolicy2, SearchHandlerTest, CollectionsAPIDistributedZkTest, TestSort, CoreContainerCoreInitFailuresTest, FastVectorHighlighterTest, StressHdfsTest, TestReload, SolrIndexSplitterTest, ZkCLITest, SuggestComponentTest, TestDocBasedVersionConstraints, RequiredFieldsTest, TestBadConfig, TestSolrQueryParserDefaultOperatorResource, DirectSolrConnectionTest, HdfsDirectoryTest, TestInitQParser, TestConfig, DirectSolrSpellCheckerTest, BinaryUpdateRequestHandlerTest, CursorPagingTest, TestBinaryResponseWriter, TestFieldTypeCollectionResource, TermVectorComponentTest, TestJmxIntegration, TestTrie, TestCoreContainer, UUIDFieldTest, TestFieldTypeResource, TestCustomSort, OverseerRolesTest]
   [junit4] Completed in 25.71s, 1 test, 1 error <<< FAILURES!

[...truncated 649 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:453: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:433: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:491: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1268: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:901: There were test failures: 368 suites, 1595 tests, 1 error, 40 ignored (6 assumptions)

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