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/01/17 03:58:53 UTC

[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.8.0-ea-b123) - Build # 3605 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3605/
Java: 64bit/jdk1.8.0-ea-b123 -XX:+UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 30883 lines...]
-check-forbidden-base:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.6
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.6
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.1
[forbidden-apis] Reading API signatures: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\tools\forbiddenApis\base.txt
[forbidden-apis] Reading API signatures: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\tools\forbiddenApis\servlet-api.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning for API signatures and dependencies...
[forbidden-apis] Forbidden method invocation: java.lang.String#toLowerCase() [Uses default locale]
[forbidden-apis]   in org.apache.solr.cloud.OverseerRolesTest (OverseerRolesTest.java:161)
[forbidden-apis] Scanned 1906 (and 1316 related) class file(s) for forbidden API invocations (in 2.42s), 1 error(s).

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:64: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:271: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:474: Check for forbidden API calls failed, see log.

Total time: 74 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0-ea-b123 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_45) - Build # 3611 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3611/
Java: 64bit/jdk1.6.0_45 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 49582 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:398: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:87: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:187: Source checkout is dirty after running tests!!! Offending files:
* ./solr/licenses/jackson-core-asl-1.7.4.jar.sha1
* ./solr/licenses/jackson-mapper-asl-1.7.4.jar.sha1
* ./solr/licenses/jersey-core-1.16.jar.sha1

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



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_51) - Build # 3610 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3610/
Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
could not set the new overseer

Stack Trace:
java.lang.AssertionError: could not set the new overseer
	at __randomizedtesting.SeedInfo.seed([3F5F41922DBA5A05:BEB9CF8A5AE53A39]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.GeneratedMethodAccessor34.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 10971 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 3129562 T9891 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3129569 T9891 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-OverseerRolesTest-1390044591975
   [junit4]   2> 3129571 T9891 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3129573 T9892 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3129661 T9891 oasc.ZkTestServer.run start zk server on port:65520
   [junit4]   2> 3129665 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3129678 T9898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6328b140 name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3129679 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3129679 T9891 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3129691 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d37700000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3129698 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3129704 T9900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48f13ce name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3129705 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3129705 T9891 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3129717 T9891 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3129727 T9891 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3129736 T9891 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3129748 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3129749 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3129754 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3129754 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3129758 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3129758 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3129762 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3129762 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3129765 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3129765 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3129769 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3129769 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3129772 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3129773 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3129777 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3129777 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3129781 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3129782 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3129787 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3129787 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3129791 T9891 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3129791 T9891 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3129797 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d37700001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3130258 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3130267 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65527
   [junit4]   2> 3130267 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3130267 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3130267 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202
   [junit4]   2> 3130267 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\'
   [junit4]   2> 3130305 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\solr.xml
   [junit4]   2> 3130387 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3130387 T9891 oasc.CoreContainer.<init> New CoreContainer 2139757301
   [junit4]   2> 3130388 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\]
   [junit4]   2> 3130390 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3130390 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3130390 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3130390 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3130391 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3130391 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3130391 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3130392 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3130392 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3130396 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3130397 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3130397 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3130397 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3130398 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3130400 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3130409 T9911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43f00c3d name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3130410 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3130414 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3130418 T9913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@774a2282 name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3130418 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3130420 T9891 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3130425 T9891 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3130430 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3130432 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65527_
   [junit4]   2> 3130434 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65527_
   [junit4]   2> 3130438 T9891 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3130441 T9891 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3130447 T9891 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3130450 T9891 oasc.Overseer.start Overseer (id=91097962380263427-127.0.0.1:65527_-n_0000000000) starting
   [junit4]   2> 3130455 T9891 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3130461 T9915 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3130462 T9891 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3130463 T9915 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 3130465 T9891 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3130468 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3130471 T9914 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3130477 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202
   [junit4]   2> 3130685 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\conf\
   [junit4]   2> 3130696 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3130697 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3130698 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3130699 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3130703 T9918 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a438e5d name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3130703 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3130705 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3130709 T9891 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3131160 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3131165 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49161
   [junit4]   2> 3131166 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3131166 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3131166 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114
   [junit4]   2> 3131166 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\'
   [junit4]   2> 3131197 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\solr.xml
   [junit4]   2> 3131276 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3131276 T9891 oasc.CoreContainer.<init> New CoreContainer 274295899
   [junit4]   2> 3131276 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\]
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3131278 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3131280 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3131280 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3131283 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3131283 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3131283 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3131283 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3131283 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3131287 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3131296 T9929 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ed8d2bf name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3131297 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3131300 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d37700005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3131303 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3131306 T9931 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29c8356b name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3131306 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3131314 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3132207 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49161_
   [junit4]   2> 3132209 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49161_
   [junit4]   2> 3132213 T9918 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3132214 T9913 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3132214 T9931 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3132223 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114
   [junit4]   2> 3132428 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\conf\
   [junit4]   2> 3132440 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3132441 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3132441 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3132874 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3132877 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49170
   [junit4]   2> 3132877 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3132877 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3132877 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846
   [junit4]   2> 3132879 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\'
   [junit4]   2> 3132911 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\solr.xml
   [junit4]   2> 3132984 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3132984 T9891 oasc.CoreContainer.<init> New CoreContainer 2045407342
   [junit4]   2> 3132984 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\]
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3132988 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3132993 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3132993 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3132994 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3132994 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3132994 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3132995 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3133004 T9943 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e7b844a name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3133005 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3133008 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d37700007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3133009 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3133013 T9945 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@723ac269 name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3133013 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3133020 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3133913 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49170_
   [junit4]   2> 3133917 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49170_
   [junit4]   2> 3133925 T9918 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3133927 T9931 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3133927 T9945 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3133927 T9913 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3133945 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846
   [junit4]   2> 3134179 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\conf\
   [junit4]   2> 3134189 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3134190 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3134191 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3134720 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3134724 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49179
   [junit4]   2> 3134724 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3134724 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3134724 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596
   [junit4]   2> 3134724 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\'
   [junit4]   2> 3134760 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\solr.xml
   [junit4]   2> 3134868 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3134868 T9891 oasc.CoreContainer.<init> New CoreContainer 233250959
   [junit4]   2> 3134869 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\]
   [junit4]   2> 3134871 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3134871 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3134871 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3134872 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3134872 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3134872 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3134873 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3134873 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3134873 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3134877 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3134877 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3134877 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3134878 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3134878 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3134880 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3134890 T9957 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@410a936a name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3134890 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3134894 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d37700009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3134895 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3134897 T9959 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@da67a37 name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3134897 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3134907 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3135888 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49179_
   [junit4]   2> 3135890 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49179_
   [junit4]   2> 3135895 T9945 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3135895 T9959 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3135896 T9918 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3135896 T9931 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3135897 T9913 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3135910 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596
   [junit4]   2> 3136163 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\conf\
   [junit4]   2> 3136173 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3136175 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3136175 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3136694 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3136697 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49188
   [junit4]   2> 3136697 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3136697 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3136697 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580
   [junit4]   2> 3136697 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\'
   [junit4]   2> 3136732 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\solr.xml
   [junit4]   2> 3136823 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3136824 T9891 oasc.CoreContainer.<init> New CoreContainer 338814954
   [junit4]   2> 3136824 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\]
   [junit4]   2> 3136826 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3136827 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3136827 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3136827 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3136828 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3136828 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3136828 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3136829 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3136829 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3136832 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3136833 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3136833 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3136834 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3136834 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3136836 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3136849 T9971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5870be01 name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3136849 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3136854 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d3770000b, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3136857 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3136863 T9973 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@456aaf9c name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3136864 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3136881 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3137868 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49188_
   [junit4]   2> 3137873 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49188_
   [junit4]   2> 3137883 T9931 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137884 T9913 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137885 T9945 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137885 T9973 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137885 T9959 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137886 T9918 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 3137909 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580
   [junit4]   2> 3138144 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\conf\
   [junit4]   2> 3138155 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3138157 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3138158 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3138634 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3138641 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49197
   [junit4]   2> 3138641 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3138641 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3138641 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563
   [junit4]   2> 3138641 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\'
   [junit4]   2> 3138677 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\solr.xml
   [junit4]   2> 3138761 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3138762 T9891 oasc.CoreContainer.<init> New CoreContainer 1600925788
   [junit4]   2> 3138762 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\]
   [junit4]   2> 3138762 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3138763 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3138763 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3138763 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3138765 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3138765 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3138767 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3138767 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3138767 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3138773 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3138773 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3138773 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3138773 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3138773 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3138777 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3138788 T9985 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37db18f5 name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3138788 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3138791 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d3770000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3138792 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3138796 T9987 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c6cd674 name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3138796 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3138801 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3139781 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49197_
   [junit4]   2> 3139783 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49197_
   [junit4]   2> 3139790 T9913 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139791 T9973 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139792 T9959 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139792 T9987 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139792 T9931 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139793 T9918 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139793 T9945 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 3139802 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563
   [junit4]   2> 3140042 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\conf\
   [junit4]   2> 3140052 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3140054 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3140054 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3140516 T9891 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3140520 T9891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49206
   [junit4]   2> 3140520 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3140520 T9891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3140520 T9891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459
   [junit4]   2> 3140520 T9891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\'
   [junit4]   2> 3140555 T9891 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\solr.xml
   [junit4]   2> 3140634 T9891 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 3140634 T9891 oasc.CoreContainer.<init> New CoreContainer 1663338784
   [junit4]   2> 3140634 T9891 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\]
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3140637 T9891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3140639 T9891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3140639 T9891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3140644 T9891 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3140644 T9891 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3140644 T9891 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3140644 T9891 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65520/solr
   [junit4]   2> 3140644 T9891 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3140647 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3140659 T9999 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73a6c6b9 name:ZooKeeperConnection Watcher:127.0.0.1:65520 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3140659 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3140709 T9893 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a51d3770000f, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 3140710 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3140714 T10001 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5475ab79 name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3140714 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3140721 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3141700 T9891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49206_
   [junit4]   2> 3141703 T9891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49206_
   [junit4]   2> 3141710 T9945 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141710 T9973 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141710 T9959 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141710 T9931 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141710 T9987 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141710 T10001 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141711 T9913 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141711 T9918 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 3141722 T9891 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459
   [junit4]   2> 3141969 T9891 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\conf\
   [junit4]   2> 3141982 T9891 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3141983 T9891 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3141983 T9891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3141988 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3141993 T10004 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7789658c name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3141993 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3141995 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3142003 T9891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3142007 T10006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41bf1e1e name:ZooKeeperConnection Watcher:127.0.0.1:65520/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3142008 T9891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3142009 T9891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3142015 T9953 oasha.CollectionsHandler.handleCreateAction Creating Collection : version=2&maxShardsPerNode=2&replicationFactor=2&numShards=4&name=testOverseerCol&action=CREATE&wt=javabin
   [junit4]   2> 3142019 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142022 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142023 T9915 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> 3142023 T9915 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> 3142025 T9915 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 3142026 T9915 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 3142026 T9915 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 3142037 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142040 T9914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3142041 T9914 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 3142041 T9914 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 3142048 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142049 T10004 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> 3142050 T9913 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> 3142050 T9918 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> 3142051 T10006 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> 3142051 T10001 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> 3142052 T9959 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> 3142052 T9973 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> 3142052 T9987 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> 3142053 T9931 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> 3142053 T9945 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> 3142135 T9915 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 3142135 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:49170_
   [junit4]   2> 3142137 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:49179_
   [junit4]   2> 3142142 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:65527_
   [junit4]   2> 3142145 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:49188_
   [junit4]   2> 3142150 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:49206_
   [junit4]   2> 3142151 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:49161_
   [junit4]   2> 3142162 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:49197_
   [junit4]   2> 3142163 T9915 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:49170_
   [junit4]   2> 3142164 T9908 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 3142157 T9954 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 3142156 T9938 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 3142168 T9994 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 3142164 T9964 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 3142170 T9938 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142170 T9908 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142171 T9994 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142172 T9954 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142172 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142176 T9981 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 3142174 T9964 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142177 T9926 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 3142178 T9940 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 3142179 T9981 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142180 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142180 T9926 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142181 T9940 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3142182 T9914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3142183 T9914 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:65527",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65527_",
   [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> 3142190 T9914 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:49170",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49170_",
   [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> 3142196 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142198 T9914 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:49206",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49206_",
   [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> 3142203 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142205 T9914 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:49179",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49179_",
   [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> 3142210 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142212 T9914 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:49188",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49188_",
   [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> 3142218 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142220 T9914 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:49197",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49197_",
   [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> 3142226 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142228 T9914 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:49161",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49161_",
   [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> 3142235 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142237 T9914 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:49170",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49170_",
   [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> 3142242 T9913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3142347 T9973 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> 3142347 T9959 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> 3142349 T9913 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> 3142349 T10001 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> 3142350 T10006 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> 3142349 T9918 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> 3142351 T9987 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> 3142351 T9931 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> 3142350 T9945 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> 3142350 T10004 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> 3143145 T9938 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 3143146 T9994 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 3143150 T9908 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 3143152 T9938 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\testOverseerCol_shard1_replica1
   [junit4]   2> 3143152 T9938 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143151 T9954 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 3143157 T9981 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 3143160 T9938 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143161 T9938 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143161 T9954 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\testOverseerCol_shard1_replica2
   [junit4]   2> 3143161 T9954 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143162 T9940 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 3143162 T9926 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 3143164 T9981 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\testOverseerCol_shard4_replica1
   [junit4]   2> 3143164 T9981 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143165 T9954 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143165 T9954 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143165 T9940 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\testOverseerCol_shard4_replica2
   [junit4]   2> 3143166 T9940 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143162 T9964 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 3143166 T9981 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143167 T9981 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143168 T9940 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143168 T9940 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143169 T9964 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\testOverseerCol_shard2_replica2
   [junit4]   2> 3143169 T9964 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143165 T9926 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\testOverseerCol_shard3_replica2
   [junit4]   2> 3143165 T9938 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\testOverseerCol_shard1_replica1\'
   [junit4]   2> 3143170 T9926 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143169 T9908 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\testOverseerCol_shard2_replica1
   [junit4]   2> 3143172 T9908 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143169 T9954 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1390044596596\testOverseerCol_shard1_replica2\'
   [junit4]   2> 3143193 T9981 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1390044600563\testOverseerCol_shard4_replica1\'
   [junit4]   2> 3143196 T9964 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143196 T9964 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143204 T9926 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143205 T9926 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143205 T9908 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143233 T9908 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143205 T9940 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1390044594846\testOverseerCol_shard4_replica2\'
   [junit4]   2> 3143235 T9994 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\testOverseerCol_shard3_replica1
   [junit4]   2> 3143235 T9994 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 3143247 T9994 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3143247 T9994 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 3143252 T9964 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1390044598580\testOverseerCol_shard2_replica2\'
   [junit4]   2> 3143264 T9926 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1390044593114\testOverseerCol_shard3_replica2\'
   [junit4]   2> 3143264 T9908 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1390044592202\testOverseerCol_shard2_replica1\'
   [junit4]   2> 3143317 T9938 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143325 T9994 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1390044602459\testOverseerCol_shard3_replica1\'
   [junit4]   2> 3143400 T9938 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3143422 T9981 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143456 T9954 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143506 T9981 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3143512 T9938 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3143558 T9981 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3143568 T9981 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 3143594 T9940 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143655 T9908 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143727 T9926 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143739 T9994 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3143762 T9954 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3143831 T9908 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3143839 T9938 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 3143842 T9954 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3143843 T9908 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3143867 T9954 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 3143869 T9908 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 3143917 T9964 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 3144042 T9926 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3144045 T9926 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3144128 T9994 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3144142 T9994 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3144150 T9926 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 3144164 T9994 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 3144225 T9940 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3144232 T9940 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3144256 T9940 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 3144582 T9964 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3144588 T9964 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3144614 T9964 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 3145588 T9981 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 3145589 T9981 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 3145590 T9981 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3145601 T9981 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3145607 T9981 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3145857 T9954 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 3145859 T9954 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 3145860 T9954 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3145868 T9954 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3145872 T9954 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3146135 T9981 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3146148 T9981 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3146152 T9954 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3146164 T9981 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3146169 T9981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3146169 T9981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3146169 T9981 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3146172 T9981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3146173 T9981 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3146173 T9981 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3146174 T9981 oasc.SolrCore.<init> [testOverseerCol_shard4_replica1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Sol

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

ected type:None path:null path:null type:None
   [junit4]   2> 3166253 T10006 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=testDistribSearch -Dtests.seed=3F5F41922DBA5A05 -Dtests.slow=true -Dtests.locale=hu_HU -Dtests.timezone=Asia/Dili -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 36.7s | OverseerRolesTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: could not set the new overseer
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3F5F41922DBA5A05:BEB9CF8A5AE53A39]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 3166276 T9891 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 36725 T9890 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=hu_HU, timezone=Asia/Dili
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=1,free=94164368,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [ConnectionManagerTest, EnumFieldTest, TestAtomicUpdateErrorCases, TestFoldingMultitermQuery, BasicDistributedZk2Test, PathHierarchyTokenizerFactoryTest, DOMUtilTest, IndexSchemaRuntimeFieldTest, TestSolrCoreProperties, TestCloudManagedSchema, TestManagedSchemaFieldResource, TestNonNRTOpen, MinimalSchemaTest, TestCoreContainer, TestDistributedMissingSort, RecoveryZkTest, TestWordDelimiterFilterFactory, TestSolrJ, TestWriterPerf, QueryResultKeyTest, TestFiltering, TestMultiCoreConfBootstrap, TestRandomDVFaceting, SynonymTokenizerTest, IndexBasedSpellCheckerTest, SimpleFacetsTest, TestIBSimilarityFactory, TestSurroundQueryParser, TestInfoStreamLogging, HdfsSyncSliceTest, DocValuesMultiTest, TestAnalyzeInfixSuggestions, TestStressUserVersions, JsonLoaderTest, BadIndexSchemaTest, TestRTGBase, TestDocBasedVersionConstraints, TestStressRecovery, BJQParserTest, URLClassifyProcessorTest, TestSolrXMLSerializer, SortByFunctionTest, AliasIntegrationTest, SystemInfoHandlerTest, TestPostingsSolrHighlighter, TestCollationFieldDocValues, TestPhraseSuggestions, TestDistribDocBasedVersion, TestCopyFieldCollectionResource, ShardRoutingCustomTest, HdfsDirectoryTest, BlockDirectoryTest, SliceStateTest, DateFieldTest, HighlighterConfigTest, TestSuggestSpellingConverter, TestFaceting, TestFastLRUCache, DistributedTermsComponentTest, TestSchemaSimilarityResource, TestHashPartitioner, LeaderElectionTest, BadCopyFieldTest, CSVRequestHandlerTest, BasicDistributedZkTest, SolrCmdDistributorTest, OutputWriterTest, TestManagedSchema, TestSerializedLuceneMatchVersion, TestBinaryResponseWriter, TestGroupingSearch, LoggingHandlerTest, TestClassNameShortening, AutoCommitTest, TestLRUCache, HardAutoCommitTest, TimeZoneUtilsTest, TestFileDictionaryLookup, ShardRoutingTest, TestRecoveryHdfs, HdfsChaosMonkeySafeLeaderTest, SuggesterWFSTTest, ScriptEngineTest, AddBlockUpdateTest, TestSchemaVersionResource, ZkSolrClientTest, SolrIndexSplitterTest, SolrCoreCheckLockOnStartupTest, DistributedQueryElevationComponentTest, CircularListTest, QueryElevationComponentTest, XsltUpdateRequestHandlerTest, TestConfig, TestPerFieldSimilarity, TestDistributedGrouping, ChaosMonkeySafeLeaderTest, TestCSVLoader, TestStressLucene, HdfsRecoveryZkTest, SyncSliceTest, TestReplicationHandler, TestCharFilters, TestLFUCache, ZkCLITest, TestMergePolicyConfig, ShowFileRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestCursorMarkWithoutUniqueKey, ClusterStateUpdateTest, TestAnalyzedSuggestions, MBeansHandlerTest, TestFieldTypeResource, CoreAdminCreateDiscoverTest, TestSolrQueryParserResource, ShardSplitTest, ZkNodePropsTest, TestUniqueKeyFieldResource, UniqFieldsUpdateProcessorFactoryTest, TestDynamicFieldResource, RAMDirectoryFactoryTest, DocumentAnalysisRequestHandlerTest, DirectSolrSpellCheckerTest, SolrXmlInZkTest, JSONWriterTest, TestJmxMonitoredMap, TestCollapseQParserPlugin, DebugComponentTest, AssignTest, TestLuceneMatchVersion, TestRecovery, SignatureUpdateProcessorFactoryTest, RequestHandlersTest, TestQueryTypes, TestBM25SimilarityFactory, SampleTest, TestFieldCollectionResource, TestDocumentBuilder, TestDefaultSimilarityFactory, DocValuesMissingTest, TestAddFieldRealTimeGet, TestRealTimeGet, LeaderElectionIntegrationTest, TriLevelCompositeIdRoutingTest, HdfsUnloadDistributedZkTest, TestJmxIntegration, SpatialFilterTest, TestElisionMultitermQuery, DirectUpdateHandlerOptimizeTest, TestFieldResource, FieldAnalysisRequestHandlerTest, NumericFieldsTest, DistributedSuggestComponentTest, TestSchemaResource, EchoParamsTest, PingRequestHandlerTest, MoreLikeThisHandlerTest, TestDFRSimilarityFactory, TestStressReorder, TestValueSourceCache, LukeRequestHandlerTest, TestZkChroot, UpdateRequestProcessorFactoryTest, SchemaVersionSpecificBehaviorTest, TestSolrQueryParser, CoreMergeIndexesAdminHandlerTest, TestReload, DistribCursorPagingTest, TestNumberUtils, StatelessScriptUpdateProcessorFactoryTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, SliceStateUpdateTest, TestDistributedSearch, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestStressVersions, TestRangeQuery, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, PeerSyncTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestTrie, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, TestArbitraryIndexDir, FastVectorHighlighterTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, TestCSVResponseWriter, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField, TestSearchPerf, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, ResourceLoaderTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, SpellingQueryConverterTest, ClusterStateTest, TestUtils, UUIDFieldTest, FileUtilsTest, CursorPagingTest, SolrTestCaseJ4Test, TestCollationKeyRangeQueries, DeleteReplicaTest, DeleteShardTest, MigrateRouteKeyTest, OverseerRolesTest]
   [junit4] Completed in 38.05s, 1 test, 1 failure <<< FAILURES!

[...truncated 117 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 354 suites, 1541 tests, 1 failure, 39 ignored (11 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.6.0_45) - Build # 3609 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3609/
Java: 64bit/jdk1.6.0_45 -XX:+UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 49596 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:398: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:87: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:187: Source checkout is dirty after running tests!!! Offending files:
* ./solr/licenses/jackson-core-asl-1.7.4.jar.sha1
* ./solr/licenses/jackson-mapper-asl-1.7.4.jar.sha1
* ./solr/licenses/jersey-core-1.16.jar.sha1

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



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_60-ea-b02) - Build # 3608 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3608/
Java: 64bit/jdk1.7.0_60-ea-b02 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
could not set the new overseer

Stack Trace:
java.lang.AssertionError: could not set the new overseer
	at __randomizedtesting.SeedInfo.seed([879AD9859C7AEF45:67C579DEB258F79]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 10413 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 1369178 T5431 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /easew/
   [junit4]   2> 1369183 T5431 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-OverseerRolesTest-1389993587284
   [junit4]   2> 1369186 T5431 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1369186 T5432 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1369289 T5431 oasc.ZkTestServer.run start zk server on port:57263
   [junit4]   2> 1369291 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1369298 T5438 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ad0c2db name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1369298 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1369298 T5431 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1369304 T5433 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a212f25e0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1369306 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1369310 T5440 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62ae2a85 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1369310 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1369310 T5431 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1369315 T5431 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1369320 T5431 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1369323 T5431 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1369327 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1369327 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1369337 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1369337 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1369342 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1369342 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1369347 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1369347 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1369351 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1369352 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1369356 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1369357 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1369362 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1369363 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1369372 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1369373 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1369377 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1369378 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1369382 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1369383 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1369387 T5431 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1369387 T5431 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1369393 T5433 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a212f25e0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1369956 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1369965 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57270
   [junit4]   2> 1369965 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1369965 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1369965 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493
   [junit4]   2> 1369965 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\'
   [junit4]   2> 1369995 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\solr.xml
   [junit4]   2> 1370051 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1370051 T5431 oasc.CoreContainer.<init> New CoreContainer 1568665381
   [junit4]   2> 1370051 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\]
   [junit4]   2> 1370053 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1370054 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1370058 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1370058 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1370060 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1370062 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1370062 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1370064 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370073 T5451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a2d9617 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1370073 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1370078 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370081 T5453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2305f9c2 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1370082 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1370084 T5431 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1370090 T5431 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1370095 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1370097 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57270_easew
   [junit4]   2> 1370099 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57270_easew
   [junit4]   2> 1370104 T5431 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1370107 T5431 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1370113 T5431 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1370117 T5431 oasc.Overseer.start Overseer (id=91094619736899587-127.0.0.1:57270_easew-n_0000000000) starting
   [junit4]   2> 1370122 T5431 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1370128 T5431 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1370129 T5455 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1370130 T5455 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1370132 T5431 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1370134 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1370138 T5454 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1370141 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493
   [junit4]   2> 1370465 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\conf\
   [junit4]   2> 1370483 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1370484 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1370484 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1370486 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1370490 T5458 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58383a3b name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1370491 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1370492 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1370497 T5431 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1371047 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1371051 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57282
   [junit4]   2> 1371051 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1371051 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1371051 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596
   [junit4]   2> 1371051 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\'
   [junit4]   2> 1371083 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\solr.xml
   [junit4]   2> 1371140 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1371141 T5431 oasc.CoreContainer.<init> New CoreContainer 357460686
   [junit4]   2> 1371141 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\]
   [junit4]   2> 1371142 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1371143 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1371143 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1371143 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1371143 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1371144 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1371144 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1371144 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1371145 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1371149 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1371149 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1371150 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1371150 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1371151 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1371153 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371164 T5469 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f46054f name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1371164 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1371167 T5433 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a212f25e0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1371169 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1371172 T5471 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d24f069 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1371173 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1371180 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1372214 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57282_easew
   [junit4]   2> 1372217 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57282_easew
   [junit4]   2> 1372221 T5458 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1372221 T5453 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1372221 T5471 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1372229 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596
   [junit4]   2> 1372579 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\conf\
   [junit4]   2> 1372591 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1372595 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1372595 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1373154 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1373157 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57291
   [junit4]   2> 1373158 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1373158 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1373159 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694
   [junit4]   2> 1373159 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\'
   [junit4]   2> 1373188 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\solr.xml
   [junit4]   2> 1373248 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1373248 T5431 oasc.CoreContainer.<init> New CoreContainer 1036110525
   [junit4]   2> 1373248 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\]
   [junit4]   2> 1373250 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1373250 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1373250 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1373251 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1373251 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1373251 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1373252 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1373252 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1373252 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1373257 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1373257 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1373257 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1373258 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1373258 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1373260 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373268 T5483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7de55df7 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1373270 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1373282 T5433 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a212f25e0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1373283 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373287 T5485 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@574b4b62 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1373287 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1373293 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1374338 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57291_easew
   [junit4]   2> 1374341 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57291_easew
   [junit4]   2> 1374347 T5453 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374347 T5471 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374347 T5485 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374349 T5458 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374357 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694
   [junit4]   2> 1374747 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\conf\
   [junit4]   2> 1374767 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1374768 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1374768 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1375281 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1375285 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57300
   [junit4]   2> 1375285 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1375285 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1375285 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867
   [junit4]   2> 1375285 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\'
   [junit4]   2> 1375316 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\solr.xml
   [junit4]   2> 1375432 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1375432 T5431 oasc.CoreContainer.<init> New CoreContainer 709336378
   [junit4]   2> 1375432 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\]
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1375435 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1375439 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1375439 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1375439 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1375441 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1375441 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1375443 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1375454 T5497 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43a36085 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1375454 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1375458 T5433 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a212f25e0009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1375459 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1375462 T5499 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d623d62 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1375463 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1375470 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1376607 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57300_easew
   [junit4]   2> 1376609 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57300_easew
   [junit4]   2> 1376615 T5485 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1376615 T5458 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1376615 T5453 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1376616 T5471 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1376615 T5499 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1376626 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867
   [junit4]   2> 1376895 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\conf\
   [junit4]   2> 1376910 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1376910 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1376911 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1377417 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1377421 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57309
   [junit4]   2> 1377422 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1377422 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1377422 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010
   [junit4]   2> 1377422 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\'
   [junit4]   2> 1377453 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\solr.xml
   [junit4]   2> 1377513 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1377513 T5431 oasc.CoreContainer.<init> New CoreContainer 644103606
   [junit4]   2> 1377513 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\]
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1377516 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1377519 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1377523 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1377523 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1377523 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1377523 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1377526 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1377539 T5511 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f0f8b6a name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1377540 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1377546 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1377549 T5513 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4566da92 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1377549 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1377557 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1378694 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57309_easew
   [junit4]   2> 1378696 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57309_easew
   [junit4]   2> 1378700 T5458 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378701 T5485 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378701 T5499 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378703 T5513 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378703 T5453 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378703 T5471 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1378710 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010
   [junit4]   2> 1378980 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\conf\
   [junit4]   2> 1378994 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1378996 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1378996 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1379510 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1379514 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57318
   [junit4]   2> 1379514 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1379514 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1379515 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096
   [junit4]   2> 1379515 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\'
   [junit4]   2> 1379547 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\solr.xml
   [junit4]   2> 1379610 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1379612 T5431 oasc.CoreContainer.<init> New CoreContainer 456505404
   [junit4]   2> 1379612 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\]
   [junit4]   2> 1379613 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1379613 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1379614 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1379614 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1379614 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1379615 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1379615 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1379615 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1379616 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1379620 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1379620 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1379622 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1379622 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1379622 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1379624 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1379637 T5525 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63d27918 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1379637 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1379648 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1379651 T5527 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17520584 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1379651 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1379658 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1380798 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57318_easew
   [junit4]   2> 1380800 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57318_easew
   [junit4]   2> 1380807 T5527 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380807 T5485 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380807 T5513 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380808 T5453 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380808 T5471 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380808 T5499 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380809 T5458 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1380818 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096
   [junit4]   2> 1381080 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\conf\
   [junit4]   2> 1381095 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1381096 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1381096 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1381624 T5431 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1381629 T5431 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57327
   [junit4]   2> 1381629 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1381629 T5431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1381629 T5431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195
   [junit4]   2> 1381629 T5431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\'
   [junit4]   2> 1381665 T5431 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\solr.xml
   [junit4]   2> 1381728 T5431 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1381729 T5431 oasc.CoreContainer.<init> New CoreContainer 1706344868
   [junit4]   2> 1381729 T5431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\]
   [junit4]   2> 1381730 T5431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1381730 T5431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1381732 T5431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1381732 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1381732 T5431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1381733 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1381733 T5431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1381733 T5431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1381734 T5431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1381738 T5431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1381738 T5431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1381739 T5431 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1381739 T5431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57263/solr
   [junit4]   2> 1381739 T5431 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1381742 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1381747 T5539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e152a26 name:ZooKeeperConnection Watcher:127.0.0.1:57263 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1381748 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1381753 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1381756 T5541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@799e76bb name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1381756 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1381764 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1382901 T5431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57327_easew
   [junit4]   2> 1382903 T5431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57327_easew
   [junit4]   2> 1382908 T5527 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382909 T5513 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382909 T5485 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382909 T5541 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382909 T5499 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382910 T5453 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382910 T5471 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382910 T5458 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1382920 T5431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195
   [junit4]   2> 1383178 T5431 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\conf\
   [junit4]   2> 1383190 T5431 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1383191 T5431 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1383191 T5431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1383194 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383198 T5544 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c00bd59 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383198 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1383200 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1383206 T5431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1383209 T5546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a407ed6 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1383210 T5431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1383212 T5431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1383218 T5465 oasha.CollectionsHandler.handleCreateAction Creating Collection : wt=javabin&version=2&numShards=4&maxShardsPerNode=2&replicationFactor=2&name=testOverseerCol&action=CREATE
   [junit4]   2> 1383221 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383225 T5455 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> 1383225 T5455 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> 1383226 T5455 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1383226 T5455 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 1383227 T5455 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 1383235 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383237 T5454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1383238 T5454 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 1383238 T5454 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1383243 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383246 T5458 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> 1383246 T5541 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> 1383247 T5499 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> 1383247 T5546 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> 1383248 T5471 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> 1383248 T5453 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> 1383247 T5544 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> 1383249 T5513 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> 1383249 T5527 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> 1383249 T5485 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> 1383348 T5455 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 1383348 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:57291_easew
   [junit4]   2> 1383350 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:57270_easew
   [junit4]   2> 1383352 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:57318_easew
   [junit4]   2> 1383354 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:57309_easew
   [junit4]   2> 1383354 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:57327_easew
   [junit4]   2> 1383355 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:57300_easew
   [junit4]   2> 1383357 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:57282_easew
   [junit4]   2> 1383362 T5444 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 1383358 T5520 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 1383363 T5455 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:57291_easew
   [junit4]   2> 1383365 T5505 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 1383366 T5480 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 1383368 T5495 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 1383368 T5535 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 1383371 T5466 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 1383371 T5481 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 1383373 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383373 T5505 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383373 T5520 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383374 T5444 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383373 T5495 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383375 T5535 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383375 T5480 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383375 T5466 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383376 T5481 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1383377 T5454 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1383378 T5454 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:57309/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57309_easew",
   [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> 1383384 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383385 T5454 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:57300/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57300_easew",
   [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> 1383390 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383392 T5454 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:57318/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57318_easew",
   [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> 1383396 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383397 T5454 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:57270/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57270_easew",
   [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> 1383403 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383404 T5454 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:57327/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57327_easew",
   [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> 1383408 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383409 T5454 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:57291/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57291_easew",
   [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> 1383414 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383416 T5454 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:57282/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57282_easew",
   [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> 1383420 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383421 T5454 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:57291/easew",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57291_easew",
   [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> 1383426 T5453 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1383544 T5499 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> 1383544 T5541 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> 1383545 T5453 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> 1383544 T5546 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> 1383545 T5485 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> 1383545 T5527 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> 1383544 T5544 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> 1383544 T5458 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> 1383545 T5513 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> 1383545 T5471 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> 1384505 T5520 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 1384505 T5505 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 1384505 T5520 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\testOverseerCol_shard2_replica1
   [junit4]   2> 1384507 T5535 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 1384507 T5520 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384507 T5495 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 1384507 T5444 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 1384505 T5505 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\testOverseerCol_shard2_replica2
   [junit4]   2> 1384510 T5495 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\testOverseerCol_shard3_replica2
   [junit4]   2> 1384511 T5495 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384511 T5466 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 1384511 T5505 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384512 T5520 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384512 T5520 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384511 T5480 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 1384513 T5495 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384513 T5495 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384516 T5505 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384516 T5505 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384517 T5535 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\testOverseerCol_shard3_replica1
   [junit4]   2> 1384517 T5535 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384518 T5480 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\testOverseerCol_shard1_replica1
   [junit4]   2> 1384518 T5480 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384511 T5444 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\testOverseerCol_shard1_replica2
   [junit4]   2> 1384520 T5444 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384523 T5466 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\testOverseerCol_shard4_replica1
   [junit4]   2> 1384523 T5466 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384525 T5480 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384525 T5480 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384526 T5466 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384526 T5466 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384527 T5444 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384527 T5444 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384528 T5520 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389993597096\testOverseerCol_shard2_replica1\'
   [junit4]   2> 1384532 T5481 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 1384534 T5481 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\testOverseerCol_shard4_replica2
   [junit4]   2> 1384534 T5481 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1384536 T5495 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389993592867\testOverseerCol_shard3_replica2\'
   [junit4]   2> 1384541 T5505 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389993595010\testOverseerCol_shard2_replica2\'
   [junit4]   2> 1384543 T5535 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384543 T5535 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384560 T5481 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1384560 T5481 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1384564 T5480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\testOverseerCol_shard1_replica1\'
   [junit4]   2> 1384564 T5444 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389993587493\testOverseerCol_shard1_replica2\'
   [junit4]   2> 1384580 T5535 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389993599195\testOverseerCol_shard3_replica1\'
   [junit4]   2> 1384580 T5466 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389993588596\testOverseerCol_shard4_replica1\'
   [junit4]   2> 1384583 T5481 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389993590694\testOverseerCol_shard4_replica2\'
   [junit4]   2> 1384666 T5520 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1384667 T5505 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1384698 T5495 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1384714 T5520 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1384789 T5495 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1384805 T5520 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1384809 T5505 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1384813 T5495 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1384817 T5520 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 1384852 T5481 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1384902 T5481 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1384903 T5495 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 1385011 T5444 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1385073 T5480 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1385097 T5444 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1385120 T5480 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1385382 T5466 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1385432 T5466 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1385437 T5520 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1385437 T5520 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1385440 T5520 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1385445 T5444 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1385455 T5444 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 1385561 T5495 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1385562 T5495 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1385564 T5495 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1385597 T5535 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1385659 T5505 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1385670 T5505 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 1385705 T5535 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1385719 T5481 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1385720 T5520 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1385723 T5520 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1385719 T5480 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1385730 T5481 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 1385739 T5480 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 1385994 T5495 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1385997 T5495 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1386030 T5466 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1386034 T5535 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1386048 T5535 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 1386540 T5480 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386540 T5480 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386542 T5480 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1386548 T5480 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1386552 T5480 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1386590 T5535 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386590 T5535 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386592 T5535 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1386599 T5535 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1386602 T5535 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1386607 T5444 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386607 T5444 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1386608 T5444 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1386615 T5444 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1386663 T5444 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1386675 T5466 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 1387216 T5466 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387217 T5466 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387219 T5466 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1387225 T5466 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1387228 T5466 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1387284 T5481 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387284 T5481 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387285 T5481 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1387292 T5481 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1387295 T5481 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1387413 T5520 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1387417 T5505 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387417 T5505 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1387418 T5505 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1387420 T5

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

(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:202)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:413)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:382)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:369)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
   [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> 1406911 T5485 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testOverseerCol/leader_elect/shard4/election/91094619736899592-core_node8-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:173)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:170)
   [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:170)
   [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> 1406911 T5485 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1407022 T5546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a407ed6 name:ZooKeeperConnection Watcher:127.0.0.1:57263/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 1407022 T5546 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=testDistribSearch -Dtests.seed=879AD9859C7AEF45 -Dtests.slow=true -Dtests.locale=bg_BG -Dtests.timezone=SystemV/HST10 -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 37.9s | OverseerRolesTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: could not set the new overseer
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([879AD9859C7AEF45:67C579DEB258F79]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1407034 T5431 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 37862 T5430 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=bg_BG, timezone=SystemV/HST10
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=2,threads=1,free=125076408,total=370147328
   [junit4]   2> NOTE: All tests run in this JVM: [FileBasedSpellCheckerTest, TestRecovery, AddBlockUpdateTest, TestImplicitCoreProperties, CoreAdminHandlerTest, TestJmxIntegration, ShardRoutingCustomTest, TestLazyCores, TestGroupingSearch, TestArbitraryIndexDir, TestIndexSearcher, TestFieldTypeCollectionResource, ChaosMonkeySafeLeaderTest, DateFieldTest, TestQuerySenderListener, TestSystemIdResolver, SuggesterFSTTest, TestSurroundQueryParser, OverseerCollectionProcessorTest, CacheHeaderTest, TestAtomicUpdateErrorCases, UniqFieldsUpdateProcessorFactoryTest, TestUniqueKeyFieldResource, OpenExchangeRatesOrgProviderTest, CursorPagingTest, BlockDirectoryTest, EnumFieldTest, TestSolrJ, HighlighterConfigTest, TestFunctionQuery, ShowFileRequestHandlerTest, QueryResultKeyTest, TermsComponentTest, TestSolrXmlPersistor, DebugComponentTest, SolrTestCaseJ4Test, TestOmitPositions, NotRequiredUniqueKeyTest, UUIDFieldTest, LukeRequestHandlerTest, ZkCLITest, PreAnalyzedFieldTest, SynonymTokenizerTest, HighlighterTest, QueryEqualityTest, TestSimpleQParserPlugin, DeleteReplicaTest, CoreAdminCreateDiscoverTest, TestSolrDeletionPolicy1, HardAutoCommitTest, BadCopyFieldTest, CoreContainerCoreInitFailuresTest, TestSerializedLuceneMatchVersion, LeaderElectionTest, TestNRTOpen, TestDefaultSimilarityFactory, TestReplicationHandler, HdfsBasicDistributedZkTest, AssignTest, TestCollapseQParserPlugin, TestSolr4Spatial, TestPseudoReturnFields, SpellCheckComponentTest, CurrencyFieldOpenExchangeTest, JsonLoaderTest, TestInfoStreamLogging, IndexSchemaTest, TestIBSimilarityFactory, SolrIndexSplitterTest, NumericFieldsTest, TestDistribDocBasedVersion, CursorMarkTest, CircularListTest, TestReversedWildcardFilterFactory, SolrIndexConfigTest, EchoParamsTest, TestRTGBase, CoreMergeIndexesAdminHandlerTest, QueryParsingTest, TestNonNRTOpen, TestCloudManagedSchema, TestCollationKeyRangeQueries, HdfsSyncSliceTest, TestSolrIndexConfig, ExternalFileFieldSortTest, SolrRequestParserTest, TestPerFieldSimilarity, HdfsRecoveryZkTest, TestSuggestSpellingConverter, TestDefaultSearchFieldResource, TestSolrQueryParserDefaultOperatorResource, ZkNodePropsTest, TestComponentsName, TestWordDelimiterFilterFactory, DistribCursorPagingTest, BasicDistributedZkTest, AliasIntegrationTest, TestRealTimeGet, LeaderElectionIntegrationTest, IndexSchemaRuntimeFieldTest, TestPhraseSuggestions, TestSolrQueryParser, TestMultiCoreConfBootstrap, OpenCloseCoreStressTest, TestSchemaVersionResource, JSONWriterTest, ChaosMonkeyNothingIsSafeTest, TestLMDirichletSimilarityFactory, TestFastOutputStream, TestFreeTextSuggestions, BasicZkTest, DistributedQueryComponentCustomSortTest, TestWriterPerf, PrimUtilsTest, TestFieldCollectionResource, TestStressReorder, TestCollationFieldDocValues, OutputWriterTest, TestJoin, TestCopyFieldCollectionResource, CopyFieldTest, TestDFRSimilarityFactory, PathHierarchyTokenizerFactoryTest, ConvertedLegacyTest, SOLR749Test, ConnectionManagerTest, IndexBasedSpellCheckerTest, TestUpdate, StressHdfsTest, AnalysisAfterCoreReloadTest, OverseerTest, TestFileDictionaryLookup, SolrInfoMBeanTest, RequiredFieldsTest, LoggingHandlerTest, UpdateParamsTest, SpellPossibilityIteratorTest, TestCodecSupport, BasicFunctionalityTest, TestFastWriter, FullSolrCloudDistribCmdsTest, TestFoldingMultitermQuery, PeerSyncTest, UpdateRequestProcessorFactoryTest, CachingDirectoryFactoryTest, TriLevelCompositeIdRoutingTest, SimpleFacetsTest, TestPartialUpdateDeduplication, HdfsDirectoryTest, TestFieldTypeResource, ChangedSchemaMergeTest, TestQuerySenderNoQuery, TestLuceneMatchVersion, ShardRoutingTest, OverseerRolesTest]
   [junit4] Completed in 38.23s, 1 test, 1 failure <<< FAILURES!

[...truncated 610 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 354 suites, 1541 tests, 1 failure, 39 ignored (11 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_60-ea-b02) - Build # 3607 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3607/
Java: 32bit/jdk1.7.0_60-ea-b02 -client -XX:+UseSerialGC

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

Error Message:
could not set the new overseer

Stack Trace:
java.lang.AssertionError: could not set the new overseer
	at __randomizedtesting.SeedInfo.seed([436D13B04746CF96:C28B9DA83019AFAA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 10284 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 1017797 T3872 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1017811 T3872 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-OverseerRolesTest-1389969813003
   [junit4]   2> 1017815 T3872 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1017817 T3873 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1017917 T3872 oasc.ZkTestServer.run start zk server on port:62283
   [junit4]   2> 1017919 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1017926 T3879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18e330f name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1017927 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1017928 T3872 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1017934 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1017937 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1017940 T3881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b8981b name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1017941 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1017941 T3872 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1017946 T3872 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1017950 T3872 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1017954 T3872 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1017967 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1017967 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1017976 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1017976 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1017985 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1017985 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1017992 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1017993 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1017997 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1017997 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1018001 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1018001 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1018007 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1018007 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1018013 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1018013 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1018019 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1018019 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1018025 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1018025 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1018031 T3872 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1018032 T3872 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1018039 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1018635 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1018642 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62290
   [junit4]   2> 1018643 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1018643 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1018644 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228
   [junit4]   2> 1018644 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\'
   [junit4]   2> 1018684 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\solr.xml
   [junit4]   2> 1018747 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1018748 T3872 oasc.CoreContainer.<init> New CoreContainer 18960987
   [junit4]   2> 1018748 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\]
   [junit4]   2> 1018750 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1018750 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1018751 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1018751 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1018751 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1018752 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1018752 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1018752 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1018753 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1018758 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1018759 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1018759 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1018760 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1018760 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1018762 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018769 T3892 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a5e03a name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018770 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018773 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1018775 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1018778 T3894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@139cf68 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1018779 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1018781 T3872 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1018787 T3872 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1018791 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1018794 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62290_
   [junit4]   2> 1018795 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62290_
   [junit4]   2> 1018800 T3872 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1018804 T3872 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1018810 T3872 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1018814 T3872 oasc.Overseer.start Overseer (id=91093061665816579-127.0.0.1:62290_-n_0000000000) starting
   [junit4]   2> 1018820 T3872 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1018827 T3896 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1018828 T3872 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1018828 T3896 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1018833 T3872 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1018836 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1018843 T3895 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1018847 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228
   [junit4]   2> 1019194 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\conf\
   [junit4]   2> 1019209 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1019212 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1019212 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1019214 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019218 T3899 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94d4c8 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019219 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019220 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1019225 T3872 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1019806 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1019811 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62302
   [junit4]   2> 1019812 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1019812 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1019812 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414
   [junit4]   2> 1019812 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\'
   [junit4]   2> 1019861 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\solr.xml
   [junit4]   2> 1019922 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1019922 T3872 oasc.CoreContainer.<init> New CoreContainer 11586336
   [junit4]   2> 1019923 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\]
   [junit4]   2> 1019924 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1019925 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1019925 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1019925 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1019926 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1019926 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1019926 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1019927 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1019927 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1019933 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1019933 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1019934 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1019934 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1019934 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1019937 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019952 T3910 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e7b4b1 name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019954 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019956 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1019958 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019962 T3912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@124f937 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019962 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019970 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020980 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62302_
   [junit4]   2> 1020982 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62302_
   [junit4]   2> 1020988 T3894 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1020989 T3912 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1020989 T3899 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1020997 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414
   [junit4]   2> 1021360 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\conf\
   [junit4]   2> 1021372 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1021373 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1021374 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1022026 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1022032 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62311
   [junit4]   2> 1022033 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1022033 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1022033 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564
   [junit4]   2> 1022033 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\'
   [junit4]   2> 1022068 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\solr.xml
   [junit4]   2> 1022135 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1022136 T3872 oasc.CoreContainer.<init> New CoreContainer 17566586
   [junit4]   2> 1022137 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\]
   [junit4]   2> 1022138 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1022138 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1022139 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1022139 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1022140 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1022140 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1022141 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1022141 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1022141 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1022146 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1022147 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1022147 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1022147 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1022148 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1022150 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1022164 T3924 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c5a85c name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1022164 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1022176 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1022178 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1022182 T3926 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aafe98 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1022182 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1022191 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1023197 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62311_
   [junit4]   2> 1023199 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62311_
   [junit4]   2> 1023205 T3899 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1023206 T3912 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1023206 T3926 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1023206 T3894 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1023215 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564
   [junit4]   2> 1023522 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\conf\
   [junit4]   2> 1023543 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1023544 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1023544 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1024072 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1024079 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62320
   [junit4]   2> 1024081 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1024081 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1024081 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734
   [junit4]   2> 1024081 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\'
   [junit4]   2> 1024114 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\solr.xml
   [junit4]   2> 1024173 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1024173 T3872 oasc.CoreContainer.<init> New CoreContainer 14933258
   [junit4]   2> 1024173 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\]
   [junit4]   2> 1024176 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1024176 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1024176 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1024176 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1024176 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1024178 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1024178 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1024178 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1024178 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1024186 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1024186 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1024186 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1024186 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1024186 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1024190 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024200 T3938 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c4dbc7 name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1024202 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1024206 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1024207 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1024210 T3940 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18382b1 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1024211 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1024218 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1025226 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62320_
   [junit4]   2> 1025230 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62320_
   [junit4]   2> 1025241 T3899 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1025242 T3912 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1025242 T3940 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1025244 T3926 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1025244 T3894 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1025266 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734
   [junit4]   2> 1025530 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\conf\
   [junit4]   2> 1025544 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1025545 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1025545 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1026071 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1026079 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62329
   [junit4]   2> 1026080 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1026081 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1026081 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735
   [junit4]   2> 1026082 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\'
   [junit4]   2> 1026119 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\solr.xml
   [junit4]   2> 1026208 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1026209 T3872 oasc.CoreContainer.<init> New CoreContainer 28821042
   [junit4]   2> 1026210 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\]
   [junit4]   2> 1026211 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1026212 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1026212 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1026212 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1026213 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1026213 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1026214 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1026214 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1026214 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1026220 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1026222 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1026222 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1026223 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1026223 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1026225 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1026237 T3952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3531d0 name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1026238 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1026244 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1026248 T3954 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59263f name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1026248 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1026257 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1027366 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62329_
   [junit4]   2> 1027369 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62329_
   [junit4]   2> 1027376 T3954 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027377 T3894 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027377 T3926 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027378 T3912 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027378 T3940 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027381 T3899 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1027395 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735
   [junit4]   2> 1027654 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\conf\
   [junit4]   2> 1027668 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1027671 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1027671 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1028244 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1028251 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62338
   [junit4]   2> 1028253 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1028253 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028253 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861
   [junit4]   2> 1028253 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\'
   [junit4]   2> 1028291 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\solr.xml
   [junit4]   2> 1028359 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1028360 T3872 oasc.CoreContainer.<init> New CoreContainer 3515677
   [junit4]   2> 1028360 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\]
   [junit4]   2> 1028362 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1028362 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1028363 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1028363 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1028363 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1028365 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1028365 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1028366 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1028367 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1028372 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1028372 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1028373 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1028373 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1028373 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1028375 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028385 T3966 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1eb4029 name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1028386 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1028391 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e18000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1028403 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028406 T3968 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@be04ec name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1028408 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1028415 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1029520 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62338_
   [junit4]   2> 1029524 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62338_
   [junit4]   2> 1029532 T3899 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029533 T3954 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029533 T3894 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029533 T3940 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029534 T3912 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029534 T3926 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029536 T3968 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 1029548 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861
   [junit4]   2> 1029866 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\conf\
   [junit4]   2> 1029880 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1029882 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1029882 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1030472 T3872 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1030479 T3872 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62347
   [junit4]   2> 1030482 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1030482 T3872 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1030482 T3872 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072
   [junit4]   2> 1030482 T3872 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\'
   [junit4]   2> 1030520 T3872 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\solr.xml
   [junit4]   2> 1030588 T3872 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1030588 T3872 oasc.CoreContainer.<init> New CoreContainer 25370042
   [junit4]   2> 1030588 T3872 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\]
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1030591 T3872 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1030599 T3872 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1030599 T3872 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1030601 T3872 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1030601 T3872 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62283/solr
   [junit4]   2> 1030601 T3872 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1030604 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1030617 T3980 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@114c40a name:ZooKeeperConnection Watcher:127.0.0.1:62283 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1030618 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1030626 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e18000f, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1030629 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1030632 T3982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ad41fd name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1030633 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1030643 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1031749 T3872 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62347_
   [junit4]   2> 1031751 T3872 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62347_
   [junit4]   2> 1031759 T3912 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031760 T3982 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031760 T3940 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031760 T3926 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031760 T3968 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031761 T3899 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031761 T3954 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031762 T3894 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 1031776 T3872 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072
   [junit4]   2> 1032079 T3872 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\conf\
   [junit4]   2> 1032094 T3872 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1032097 T3872 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1032097 T3872 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1032101 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032104 T3985 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8990b2 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1032105 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1032107 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1032115 T3872 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1032119 T3987 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e6b647 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1032120 T3872 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1032121 T3872 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1032127 T3935 oasha.CollectionsHandler.handleCreateAction Creating Collection : action=CREATE&wt=javabin&replicationFactor=2&numShards=4&name=testOverseerCol&version=2&maxShardsPerNode=2
   [junit4]   2> 1032131 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032133 T3896 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> 1032134 T3896 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> 1032137 T3896 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 1032137 T3896 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 1032137 T3896 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 1032146 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032148 T3895 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1032150 T3895 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 1032150 T3895 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 1032155 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032158 T3968 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> 1032159 T3926 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> 1032159 T3912 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> 1032159 T3894 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> 1032160 T3954 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> 1032160 T3940 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> 1032159 T3985 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> 1032158 T3899 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> 1032158 T3987 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> 1032160 T3982 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> 1032256 T3896 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 1032256 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:62302_
   [junit4]   2> 1032257 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:62311_
   [junit4]   2> 1032259 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:62338_
   [junit4]   2> 1032262 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:62329_
   [junit4]   2> 1032263 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:62347_
   [junit4]   2> 1032267 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:62320_
   [junit4]   2> 1032268 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:62290_
   [junit4]   2> 1032271 T3896 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:62302_
   [junit4]   2> 1032271 T3962 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 1032275 T3936 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 1032276 T3977 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 1032278 T3947 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 1032269 T3919 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 1032269 T3903 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 1032283 T3977 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032284 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032285 T3962 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032285 T3936 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032283 T3886 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 1032285 T3904 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 1032289 T3947 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032289 T3903 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032289 T3919 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032291 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032291 T3886 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032292 T3904 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1032293 T3895 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1032294 T3895 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:62338",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62338_",
   [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> 1032301 T3895 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:62320",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62320_",
   [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> 1032308 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032309 T3895 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:62347",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62347_",
   [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> 1032313 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032314 T3895 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:62329",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62329_",
   [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> 1032319 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032321 T3895 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:62311",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62311_",
   [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> 1032325 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032326 T3895 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:62302",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62302_",
   [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> 1032330 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032333 T3895 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:62290",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62290_",
   [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> 1032337 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032338 T3895 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:62302",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:62302_",
   [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> 1032349 T3894 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1032465 T3987 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> 1032466 T3954 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> 1032467 T3982 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> 1032467 T3985 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> 1032467 T3899 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> 1032466 T3968 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> 1032466 T3894 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> 1032466 T3912 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> 1032466 T3926 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> 1032468 T3940 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> 1033384 T3977 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 1033385 T3962 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 1033385 T3977 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1
   [junit4]   2> 1033385 T3977 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033388 T3977 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033388 T3936 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 1033389 T3962 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\testOverseerCol_shard2_replica1
   [junit4]   2> 1033389 T3962 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033389 T3947 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 1033391 T3936 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\testOverseerCol_shard3_replica2
   [junit4]   2> 1033391 T3936 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033392 T3886 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 1033392 T3947 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\testOverseerCol_shard2_replica2
   [junit4]   2> 1033392 T3947 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033389 T3977 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033395 T3962 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033395 T3962 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033396 T3936 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033396 T3936 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033396 T3903 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 1033396 T3947 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033397 T3947 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033397 T3904 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 1033400 T3919 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 1033404 T3904 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\testOverseerCol_shard4_replica2
   [junit4]   2> 1033404 T3904 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033406 T3962 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389969822861\testOverseerCol_shard2_replica1\'
   [junit4]   2> 1033406 T3919 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\testOverseerCol_shard1_replica2
   [junit4]   2> 1033406 T3919 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033397 T3886 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\testOverseerCol_shard4_replica1
   [junit4]   2> 1033409 T3886 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033410 T3904 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033410 T3904 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033411 T3886 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033412 T3886 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033409 T3903 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\testOverseerCol_shard1_replica1
   [junit4]   2> 1033413 T3903 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 1033403 T3977 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1\'
   [junit4]   2> 1033403 T3936 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389969818734\testOverseerCol_shard3_replica2\'
   [junit4]   2> 1033420 T3903 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033422 T3903 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033410 T3919 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1033423 T3919 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 1033410 T3947 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389969820735\testOverseerCol_shard2_replica2\'
   [junit4]   2> 1033427 T3904 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\testOverseerCol_shard4_replica2\'
   [junit4]   2> 1033432 T3886 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389969813228\testOverseerCol_shard4_replica1\'
   [junit4]   2> 1033434 T3903 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389969814414\testOverseerCol_shard1_replica1\'
   [junit4]   2> 1033436 T3919 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389969816564\testOverseerCol_shard1_replica2\'
   [junit4]   2> 1033604 T3977 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033606 T3962 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033653 T3919 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033678 T3977 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033724 T3919 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033726 T3936 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033757 T3977 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1033770 T3977 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 1033809 T3903 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033845 T3904 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033925 T3904 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033954 T3947 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1033978 T3903 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1034031 T3936 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1034034 T3962 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1034043 T3947 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1034047 T3919 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034060 T3919 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 1034084 T3886 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1034247 T3886 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1034336 T3962 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034360 T3962 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 1034366 T3936 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034367 T3904 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034380 T3947 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034392 T3904 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 1034394 T3947 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 1034608 T3903 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034621 T3903 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 1034608 T3886 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1034756 T3936 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 1035246 T3886 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 1035538 T3919 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1035583 T3919 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1035584 T3919 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1035577 T3977 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1035604 T3977 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1035604 T3977 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1035611 T3977 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1035614 T3977 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1035885 T3919 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1035989 T3919 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1036044 T3962 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1036045 T3962 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1036046 T3962 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1036059 T3977 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1036067 T3962 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1036079 T3919 o

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

ild\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1\data\index
   [junit4]   2> 1051836 T3872 oasc.CachingDirectoryFactory.closeCacheValue looking to close ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1\data\ [CachedDir<<refCount=0;path=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1\data\;done=false>>]
   [junit4]   2> 1051837 T3872 oasc.CachingDirectoryFactory.close Closing directory: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389969825072\testOverseerCol_shard3_replica1\data\
   [junit4]   2> 1051842 T3874 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x143a0a82e180010, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 1051843 T3987 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 1051852 T3872 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000\zookeeper\server1\data\version-2\log.1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000\zookeeper\server1\data\version-2 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000\zookeeper\server1\data FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000\zookeeper\server1 FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000\zookeeper FAILED !!!!!
   [junit4]   2> !!!! WARNING: best effort to remove C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-1389969813000 FAILED !!!!!
   [junit4]   2> 1051911 T3872 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1051915 T3872 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:62283 62283
   [junit4]   2> 1052619 T3894 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1053177 T3982 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1053086 T3968 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1052995 T3954 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1052908 T3940 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1052819 T3926 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1052733 T3912 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1054012 T3987 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e6b647 name:ZooKeeperConnection Watcher:127.0.0.1:62283/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 1054012 T3987 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=testDistribSearch -Dtests.seed=436D13B04746CF96 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=America/Iqaluit -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 36.2s | OverseerRolesTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: could not set the new overseer
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([436D13B04746CF96:C28B9DA83019AFAA]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1054035 T3872 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 36243 T3871 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=fr, timezone=America/Iqaluit
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=9129776,total=212946944
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, TestBinaryField, TestRandomDVFaceting, TestDynamicFieldResource, TestClassNameShortening, HdfsBasicDistributedZkTest, LegacyHTMLStripCharFilterTest, ScriptEngineTest, OverseerTest, SOLR749Test, BadCopyFieldTest, CoreContainerCoreInitFailuresTest, AddBlockUpdateTest, AliasIntegrationTest, TestCoreDiscovery, DisMaxRequestHandlerTest, SuggestComponentTest, DistributedQueryComponentCustomSortTest, TestConfig, ShardRoutingCustomTest, TestFaceting, IndexSchemaRuntimeFieldTest, UUIDFieldTest, StandardRequestHandlerTest, TestLazyCores, TestStressLucene, SliceStateUpdateTest, TestSchemaSimilarityResource, StatelessScriptUpdateProcessorFactoryTest, UpdateParamsTest, TermsComponentTest, NumericFieldsTest, TestSolrQueryParserResource, TestSchemaNameResource, SuggesterTSTTest, CurrencyFieldXmlFileTest, MultiTermTest, TestRemoteStreaming, TestDocumentBuilder, ChaosMonkeySafeLeaderTest, EchoParamsTest, FastVectorHighlighterTest, RAMDirectoryFactoryTest, TestStressUserVersions, BinaryUpdateRequestHandlerTest, TestNumberUtils, HdfsDirectoryTest, TestDynamicFieldCollectionResource, TestSweetSpotSimilarityFactory, TestSolr4Spatial, TestMergePolicyConfig, TestLRUCache, ParsingFieldUpdateProcessorsTest, TestFieldCollectionResource, DebugComponentTest, IndexBasedSpellCheckerTest, FieldMutatingUpdateProcessorTest, AnalysisAfterCoreReloadTest, TestCollapseQParserPlugin, HdfsRecoveryZkTest, QueryResultKeyTest, SolrPluginUtilsTest, BasicFunctionalityTest, TestShardHandlerFactory, HdfsLockFactoryTest, OverseerCollectionProcessorTest, SolrTestCaseJ4Test, TestDefaultSimilarityFactory, ConnectionManagerTest, TestDocBasedVersionConstraints, TestReversedWildcardFilterFactory, TestSolrDeletionPolicy1, BJQParserTest, TestDefaultSearchFieldResource, UniqFieldsUpdateProcessorFactoryTest, TestSolrCoreProperties, DirectUpdateHandlerTest, TestRealTimeGet, TestSolrQueryParser, TestOmitPositions, ZkControllerTest, CacheHeaderTest, PingRequestHandlerTest, SyncSliceTest, TestLFUCache, NotRequiredUniqueKeyTest, LeaderElectionTest, TestDistributedSearch, ShardSplitTest, TestCSVResponseWriter, TriLevelCompositeIdRoutingTest, TestSolrXmlPersistor, TestPostingsSolrHighlighter, FieldAnalysisRequestHandlerTest, TestJmxMonitoredMap, TestAddFieldRealTimeGet, CSVRequestHandlerTest, PreAnalyzedFieldTest, TestUpdate, SolrCmdDistributorTest, BadIndexSchemaTest, TestCloudManagedSchemaAddField, TestUtils, BasicDistributedZk2Test, TestBadConfig, TestSchemaVersionResource, TestBM25SimilarityFactory, LukeRequestHandlerTest, RequestHandlersTest, TestNoOpRegenerator, OverseerRolesTest]
   [junit4] Completed in 36.52s, 1 test, 1 failure <<< FAILURES!

[...truncated 749 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 354 suites, 1541 tests, 1 failure, 39 ignored (11 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_51) - Build # 3606 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3606/
Java: 64bit/jdk1.7.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
could not set the new overseer

Stack Trace:
java.lang.AssertionError: could not set the new overseer
	at __randomizedtesting.SeedInfo.seed([F2D43D3B61D7640F:7332B32316880433]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 10070 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
   [junit4]   2> 146227 T598 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /k_k/
   [junit4]   2> 146231 T598 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-OverseerRolesTest-1389948698512
   [junit4]   2> 146234 T598 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 146234 T599 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 146313 T598 oasc.ZkTestServer.run start zk server on port:65330
   [junit4]   2> 146315 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 146324 T605 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7317aff2 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 146324 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 146324 T598 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 146342 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 146353 T607 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e089f0 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 146353 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 146366 T598 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 146374 T598 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 146379 T598 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 146385 T598 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 146394 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 146395 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 146448 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 146449 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 146455 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 146455 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 146463 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 146463 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 146472 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 146472 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 146478 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 146478 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 146488 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 146488 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 146495 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 146495 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 146504 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 146505 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 146514 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 146514 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 146527 T598 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 146527 T598 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 147193 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 147204 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65337
   [junit4]   2> 147208 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 147208 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 147208 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957
   [junit4]   2> 147208 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\'
   [junit4]   2> 147232 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\solr.xml
   [junit4]   2> 147302 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 147302 T598 oasc.CoreContainer.<init> New CoreContainer 466775022
   [junit4]   2> 147302 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\]
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 147304 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 147309 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 147310 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 147310 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 147310 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 147312 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 147313 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147318 T618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a286527 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147320 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147323 T600 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1439f65ff970002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 147326 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147328 T620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4df6d37 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147329 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147332 T598 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 147338 T598 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 147343 T598 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 147345 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65337_k_k
   [junit4]   2> 147347 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65337_k_k
   [junit4]   2> 147352 T598 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 147355 T598 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 147362 T598 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 147365 T598 oasc.Overseer.start Overseer (id=91091677906141187-127.0.0.1:65337_k_k-n_0000000000) starting
   [junit4]   2> 147370 T598 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 147376 T622 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 147377 T598 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 147379 T622 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 147381 T598 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 147385 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 147390 T621 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 147393 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957
   [junit4]   2> 147612 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\conf\
   [junit4]   2> 147624 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 147626 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 147626 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 147632 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147636 T625 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33c1668f name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147636 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147637 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 147642 T598 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 148091 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 148095 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65349
   [junit4]   2> 148096 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 148096 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 148096 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921
   [junit4]   2> 148096 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\'
   [junit4]   2> 148125 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\solr.xml
   [junit4]   2> 148210 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 148210 T598 oasc.CoreContainer.<init> New CoreContainer 49183195
   [junit4]   2> 148210 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\]
   [junit4]   2> 148211 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 148212 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 148212 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 148213 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 148213 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 148213 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 148214 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 148214 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 148214 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 148219 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 148219 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 148219 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 148219 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 148219 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 148222 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 148240 T636 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76821a5d name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 148241 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 148248 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 148251 T638 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ae43129 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 148252 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 148258 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 149124 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65349_k_k
   [junit4]   2> 149127 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65349_k_k
   [junit4]   2> 149139 T620 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 149141 T625 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 149142 T638 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 149161 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921
   [junit4]   2> 149398 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\conf\
   [junit4]   2> 149410 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 149411 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 149411 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 149929 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 149932 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65358
   [junit4]   2> 149934 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 149934 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 149934 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691
   [junit4]   2> 149934 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\'
   [junit4]   2> 149961 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\solr.xml
   [junit4]   2> 150029 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 150029 T598 oasc.CoreContainer.<init> New CoreContainer 373380609
   [junit4]   2> 150029 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\]
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 150032 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 150037 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 150037 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 150039 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 150039 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 150039 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 150042 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 150053 T650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b756711 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 150054 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 150064 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 150071 T652 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f7a9947 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 150071 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 150086 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 150953 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65358_k_k
   [junit4]   2> 150956 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65358_k_k
   [junit4]   2> 150968 T652 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 150968 T625 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 150969 T638 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 150969 T620 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 150989 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691
   [junit4]   2> 151219 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\conf\
   [junit4]   2> 151230 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 151230 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 151230 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 151671 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 151676 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65367
   [junit4]   2> 151677 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 151677 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 151678 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510
   [junit4]   2> 151678 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\'
   [junit4]   2> 151701 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\solr.xml
   [junit4]   2> 151772 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 151772 T598 oasc.CoreContainer.<init> New CoreContainer 1800530428
   [junit4]   2> 151772 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\]
   [junit4]   2> 151773 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 151774 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 151774 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 151774 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 151775 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 151775 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 151775 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 151776 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 151776 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 151780 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 151781 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 151781 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 151781 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 151783 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 151784 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 151794 T664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ed8d66f name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 151796 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 151801 T600 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1439f65ff970009, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 151803 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 151805 T666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c60db37 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 151806 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 151812 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 152677 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65367_k_k
   [junit4]   2> 152681 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65367_k_k
   [junit4]   2> 152693 T620 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 152693 T652 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 152694 T638 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 152694 T666 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 152695 T625 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 152717 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510
   [junit4]   2> 152907 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\conf\
   [junit4]   2> 152917 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 152918 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 152918 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 153389 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 153392 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65376
   [junit4]   2> 153394 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 153394 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 153394 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198
   [junit4]   2> 153394 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\'
   [junit4]   2> 153416 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\solr.xml
   [junit4]   2> 153495 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 153496 T598 oasc.CoreContainer.<init> New CoreContainer 2109024559
   [junit4]   2> 153496 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\]
   [junit4]   2> 153497 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 153497 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 153498 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 153498 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 153498 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 153498 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 153499 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 153499 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 153499 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 153504 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 153504 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 153504 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 153504 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 153505 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 153507 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153514 T678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a30d23 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153515 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153518 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 153521 T680 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d43e6ab name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 153522 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 153529 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 154394 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65376_k_k
   [junit4]   2> 154398 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65376_k_k
   [junit4]   2> 154410 T638 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154411 T652 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154411 T625 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154411 T680 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154411 T666 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154413 T620 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 154431 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198
   [junit4]   2> 154635 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\conf\
   [junit4]   2> 154645 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 154646 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 154646 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 155069 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 155074 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65385
   [junit4]   2> 155074 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 155074 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 155074 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925
   [junit4]   2> 155074 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\'
   [junit4]   2> 155098 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\solr.xml
   [junit4]   2> 155167 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 155167 T598 oasc.CoreContainer.<init> New CoreContainer 315618829
   [junit4]   2> 155167 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\]
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 155169 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 155171 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 155176 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 155176 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 155176 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 155176 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 155177 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 155178 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155191 T692 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1322d921 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155192 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 155195 T600 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1439f65ff97000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 155196 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 155199 T694 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ee6be14 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 155199 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 155205 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 156147 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65385_k_k
   [junit4]   2> 156152 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65385_k_k
   [junit4]   2> 156163 T625 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156167 T620 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156167 T694 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156169 T680 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156171 T666 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156171 T652 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156172 T638 oascc.ZkStateReader$3.process Updating live nodes... (6)
   [junit4]   2> 156191 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925
   [junit4]   2> 156379 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\conf\
   [junit4]   2> 156388 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 156390 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 156390 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 156890 T598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 156895 T598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:65394
   [junit4]   2> 156896 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 156896 T598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 156896 T598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669
   [junit4]   2> 156896 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\'
   [junit4]   2> 156924 T598 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\solr.xml
   [junit4]   2> 157011 T598 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 157011 T598 oasc.CoreContainer.<init> New CoreContainer 136769041
   [junit4]   2> 157012 T598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\]
   [junit4]   2> 157013 T598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 157014 T598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 157014 T598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 157014 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 157015 T598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 157015 T598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 157015 T598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 157016 T598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 157016 T598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 157023 T598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 157023 T598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 157023 T598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 157024 T598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:65330/solr
   [junit4]   2> 157024 T598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 157025 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 157035 T706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33d7a245 name:ZooKeeperConnection Watcher:127.0.0.1:65330 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 157036 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 157039 T600 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1439f65ff97000f, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 157042 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 157045 T708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e0dc9a3 name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 157046 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 157055 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 158007 T598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65394_k_k
   [junit4]   2> 158011 T598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65394_k_k
   [junit4]   2> 158023 T666 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158023 T638 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158024 T620 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158025 T708 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158025 T680 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158027 T625 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158027 T694 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158029 T652 oascc.ZkStateReader$3.process Updating live nodes... (7)
   [junit4]   2> 158050 T598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669
   [junit4]   2> 158269 T598 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\conf\
   [junit4]   2> 158280 T598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 158280 T598 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 158281 T598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 158283 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158287 T711 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2badc7f name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158287 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158290 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 158298 T598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 158299 T713 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40a7fa2b name:ZooKeeperConnection Watcher:127.0.0.1:65330/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 158300 T598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 158302 T598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 158311 T701 oasha.CollectionsHandler.handleCreateAction Creating Collection : name=testOverseerCol&numShards=4&action=CREATE&replicationFactor=2&wt=javabin&version=2&maxShardsPerNode=2
   [junit4]   2> 158314 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158317 T622 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> 158317 T622 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> 158321 T622 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1
   [junit4]   2> 158321 T622 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/testOverseerCol 
   [junit4]   2> 158321 T622 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol
   [junit4]   2> 158329 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158332 T621 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 158333 T621 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: testOverseerCol
   [junit4]   2> 158333 T621 oasc.Overseer$ClusterStateUpdater.createCollection Create collection testOverseerCol with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 158337 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158338 T694 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> 158338 T652 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> 158339 T620 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> 158339 T680 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> 158340 T666 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> 158340 T638 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> 158341 T713 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> 158341 T708 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> 158341 T625 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> 158341 T711 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> 158425 T622 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2, shard3, shard4] , repFactor : 2
   [junit4]   2> 158425 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica1 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:65385_k_k
   [junit4]   2> 158427 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard1_replica2 as part of slice shard1 of collection testOverseerCol on 127.0.0.1:65394_k_k
   [junit4]   2> 158429 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica1 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:65337_k_k
   [junit4]   2> 158433 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard2_replica2 as part of slice shard2 of collection testOverseerCol on 127.0.0.1:65367_k_k
   [junit4]   2> 158435 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica1 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:65358_k_k
   [junit4]   2> 158443 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard3_replica2 as part of slice shard3 of collection testOverseerCol on 127.0.0.1:65376_k_k
   [junit4]   2> 158443 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica1 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:65349_k_k
   [junit4]   2> 158444 T622 oasc.OverseerCollectionProcessor.createCollection Creating shard testOverseerCol_shard4_replica2 as part of slice shard4 of collection testOverseerCol on 127.0.0.1:65385_k_k
   [junit4]   2> 158447 T689 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica1 state=down
   [junit4]   2> 158451 T702 oasc.ZkController.publish publishing core=testOverseerCol_shard1_replica2 state=down
   [junit4]   2> 158451 T648 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica1 state=down
   [junit4]   2> 158451 T610 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica1 state=down
   [junit4]   2> 158451 T660 oasc.ZkController.publish publishing core=testOverseerCol_shard2_replica2 state=down
   [junit4]   2> 158454 T633 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica1 state=down
   [junit4]   2> 158456 T690 oasc.ZkController.publish publishing core=testOverseerCol_shard4_replica2 state=down
   [junit4]   2> 158458 T689 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158458 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158459 T702 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158459 T670 oasc.ZkController.publish publishing core=testOverseerCol_shard3_replica2 state=down
   [junit4]   2> 158459 T610 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158461 T648 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158461 T633 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158461 T660 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158464 T690 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158465 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158465 T670 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 158466 T621 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 158467 T621 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:65385/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65385_k_k",
   [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> 158472 T621 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:65394/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65394_k_k",
   [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> 158477 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158478 T621 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:65337/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65337_k_k",
   [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> 158482 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158483 T621 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:65358/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65358_k_k",
   [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> 158488 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158490 T621 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:65349/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65349_k_k",
   [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> 158494 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158496 T621 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:65367/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65367_k_k",
   [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> 158501 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158502 T621 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:65385/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard4_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65385_k_k",
   [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> 158506 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158508 T621 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:65376/k_k",
   [junit4]   2> 	  "core":"testOverseerCol_shard3_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:65376_k_k",
   [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> 158513 T620 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 158613 T652 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> 158613 T694 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> 158614 T620 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> 158615 T680 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> 158616 T666 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> 158617 T638 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> 158618 T713 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> 158619 T625 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> 158619 T711 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> 158618 T708 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> 159404 T689 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica1
   [junit4]   2> 159405 T702 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard1_replica2
   [junit4]   2> 159405 T610 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica1
   [junit4]   2> 159406 T633 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica1
   [junit4]   2> 159407 T648 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica1
   [junit4]   2> 159412 T689 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica1' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\testOverseerCol_shard1_replica1
   [junit4]   2> 159412 T689 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159415 T610 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\testOverseerCol_shard2_replica1
   [junit4]   2> 159416 T610 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159419 T648 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\testOverseerCol_shard3_replica1
   [junit4]   2> 159422 T648 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159422 T610 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159421 T633 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica1' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\testOverseerCol_shard4_replica1
   [junit4]   2> 159423 T633 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159422 T660 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard2_replica2
   [junit4]   2> 159421 T690 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard4_replica2
   [junit4]   2> 159425 T660 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard2_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\testOverseerCol_shard2_replica2
   [junit4]   2> 159425 T660 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159425 T690 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard4_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\testOverseerCol_shard4_replica2
   [junit4]   2> 159421 T670 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for testOverseerCol_shard3_replica2
   [junit4]   2> 159426 T660 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159426 T660 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159420 T689 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159428 T689 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159428 T670 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard3_replica2' using instanceDir: .\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\testOverseerCol_shard3_replica2
   [junit4]   2> 159429 T670 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159426 T690 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159425 T633 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159429 T633 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159423 T648 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159430 T648 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159430 T660 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty3-1389948703510\testOverseerCol_shard2_replica2\'
   [junit4]   2> 159431 T689 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\testOverseerCol_shard1_replica1\'
   [junit4]   2> 159423 T702 oasc.CoreContainer.create Creating SolrCore 'testOverseerCol_shard1_replica2' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2
   [junit4]   2> 159433 T702 oasc.ZkController.createCollectionZkNode Check for collection zkNode:testOverseerCol
   [junit4]   2> 159434 T670 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159434 T670 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159435 T690 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159435 T690 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159436 T633 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty1-1389948699921\testOverseerCol_shard4_replica1\'
   [junit4]   2> 159423 T610 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159441 T702 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 159441 T702 oascc.ZkStateReader.readConfigName Load collection config from:/collections/testOverseerCol
   [junit4]   2> 159446 T648 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty2-1389948701691\testOverseerCol_shard3_replica1\'
   [junit4]   2> 159452 T670 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty4-1389948705198\testOverseerCol_shard3_replica2\'
   [junit4]   2> 159456 T690 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.OverseerRolesTest-jetty5-1389948706925\testOverseerCol_shard4_replica2\'
   [junit4]   2> 159458 T702 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\'
   [junit4]   2> 159461 T610 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-controljetty-1389948698957\testOverseerCol_shard2_replica1\'
   [junit4]   2> 159567 T689 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159579 T660 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159672 T633 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159679 T610 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159701 T689 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159740 T702 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159760 T633 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159780 T660 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159812 T702 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159820 T670 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 159883 T610 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159893 T689 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159899 T670 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 159899 T702 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159905 T689 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica1] Schema name=test
   [junit4]   2> 159911 T702 oass.IndexSchema.readSchema [testOverseerCol_shard1_replica2] Schema name=test
   [junit4]   2> 159950 T633 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159952 T610 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159951 T660 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159954 T670 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 159965 T610 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica1] Schema name=test
   [junit4]   2> 159969 T633 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica1] Schema name=test
   [junit4]   2> 160030 T660 oass.IndexSchema.readSchema [testOverseerCol_shard2_replica2] Schema name=test
   [junit4]   2> 160063 T690 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 160074 T689 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ByteField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160079 T633 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ByteField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160079 T702 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ByteField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160145 T690 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 160148 T648 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 160152 T670 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica2] Schema name=test
   [junit4]   2> 160219 T690 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 160220 T648 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 160229 T689 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160229 T670 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160229 T660 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160259 T690 oass.IndexSchema.readSchema [testOverseerCol_shard4_replica2] Schema name=test
   [junit4]   2> 160298 T633 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160358 T702 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160375 T610 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.ShortField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 160390 T648 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 160466 T648 oass.IndexSchema.readSchema [testOverseerCol_shard3_replica1] Schema name=test
   [junit4]   2> 162579 T689 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162580 T689 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162702 T670 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162704 T670 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162706 T610 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162706 T610 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162730 T633 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162731 T633 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162731 T690 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162731 T690 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162818 T648 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162819 T648 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162879 T690 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162890 T610 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162896 T633 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162903 T648 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162886 T689 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162910 T670 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162915 T648 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 162918 T648 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 162925 T690 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 162927 T690 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 162953 T633 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 162958 T633 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 162964 T689 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 162968 T689 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 162987 T702 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162987 T702 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 162989 T702 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 162996 T702 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 162999 T702 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 163011 T670 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 163016 T670 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 163026 T610 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 163030 T660 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 163030 T660 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 163031 T660 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 163032 T610 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 163041 T660 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 163047 T660 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 163184 T689 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2

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

.\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\index [CachedDir<<refCount=0;path=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\index;done=false>>]
   [junit4]   2> 182309 T708 oasc.CachingDirectoryFactory.close Closing directory: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\index
   [junit4]   2> 182309 T708 oasc.CachingDirectoryFactory.closeCacheValue looking to close ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\ [CachedDir<<refCount=0;path=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\;done=false>>]
   [junit4]   2> 182309 T708 oasc.CachingDirectoryFactory.close Closing directory: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.OverseerRolesTest-jetty6-1389948708669\testOverseerCol_shard1_replica2\data\
   [junit4]   2> 182309 T708 oascc.SolrZkClient.makePath makePath: /collections/testOverseerCol/leaders/shard1
   [junit4]   2> 182310 T708 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [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.exists(ZooKeeper.java:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:202)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:202)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:413)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:382)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:369)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
   [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> 182311 T708 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testOverseerCol/leader_elect/shard1/election/91091677906141200-core_node2-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:173)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:170)
   [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:170)
   [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> 182313 T708 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 182313 T708 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:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:253)
   [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:253)
   [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: reproduce with: ant test  -Dtestcase=OverseerRolesTest -Dtests.method=testDistribSearch -Dtests.seed=F2D43D3B61D7640F -Dtests.slow=true -Dtests.locale=ko_KR -Dtests.timezone=Etc/Greenwich -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 36.1s | OverseerRolesTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: could not set the new overseer
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F2D43D3B61D7640F:7332B32316880433]:0)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.addOverseerRole2ExistingNodes(OverseerRolesTest.java:120)
   [junit4]    > 	at org.apache.solr.cloud.OverseerRolesTest.doTest(OverseerRolesTest.java:86)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 182328 T598 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 36110 T597 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ko_KR, timezone=Etc/Greenwich
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=1,free=72949856,total=277348352
   [junit4]   2> NOTE: All tests run in this JVM: [EnumFieldTest, TestCoreDiscovery, TestCSVResponseWriter, TriLevelCompositeIdRoutingTest, OverseerRolesTest]
   [junit4] Completed in 36.43s, 1 test, 1 failure <<< FAILURES!

[...truncated 1089 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 354 suites, 1541 tests, 1 failure, 39 ignored (11 assumptions)

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