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/03/16 13:27:58 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0-fcs-b132) - Build # 3866 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/3866/
Java: 64bit/jdk1.8.0-fcs-b132 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:52983

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52983
	at __randomizedtesting.SeedInfo.seed([6C73DFBD9E422264:ED9551A5E91D4258]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:514)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:203)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:525)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:148)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:100)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	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:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	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:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:402)
	... 45 more




Build Log:
[...truncated 10265 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 913963 T2521 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 913968 T2521 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\solrtest-ShardSplitTest-1394970014518
   [junit4]   2> 913969 T2521 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 913971 T2522 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 914073 T2521 oasc.ZkTestServer.run start zk server on port:52955
   [junit4]   2> 914075 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 914084 T2528 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ae10a98 name:ZooKeeperConnection Watcher:127.0.0.1:52955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 914085 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 914085 T2521 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 914095 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 914101 T2530 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@392860c3 name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 914101 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 914101 T2521 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 914110 T2521 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 914115 T2521 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 914120 T2521 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 914125 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 914126 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 914137 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 914137 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 914143 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 914143 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 914150 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 914150 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 914157 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 914157 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 914164 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 914164 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 914170 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 914170 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 914177 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 914177 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 914183 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 914183 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 914190 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 914190 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 914198 T2521 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 914198 T2521 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 916482 T2521 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 916517 T2521 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52962
   [junit4]   2> 916519 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 916519 T2521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 916519 T2521 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757
   [junit4]   2> 916521 T2521 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\'
   [junit4]   2> 916569 T2521 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\solr.xml
   [junit4]   2> 916581 T2521 oasc.CoreContainer.<init> New CoreContainer 1800608296
   [junit4]   2> 916581 T2521 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\]
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 916582 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 916585 T2521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 916585 T2521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 916585 T2521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 916585 T2521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 916585 T2521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 916586 T2521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52955/solr
   [junit4]   2> 916587 T2521 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 916589 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 916599 T2541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@520959b0 name:ZooKeeperConnection Watcher:127.0.0.1:52955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 916600 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 916606 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 916611 T2543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e9cc425 name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 916611 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 916615 T2521 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 916624 T2521 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 916634 T2521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 916645 T2521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 916653 T2521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 916662 T2521 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 916668 T2521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52962_
   [junit4]   2> 916670 T2521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52962_
   [junit4]   2> 916677 T2521 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 916680 T2521 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 916687 T2521 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52962_
   [junit4]   2> 916687 T2521 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 916692 T2521 oasc.Overseer.start Overseer (id=91420754873090051-127.0.0.1:52962_-n_0000000000) starting
   [junit4]   2> 916697 T2521 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 916717 T2545 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 916718 T2521 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 916718 T2545 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 916724 T2521 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 916727 T2521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 916735 T2544 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 916738 T2546 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 916738 T2546 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 916740 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 916740 T2546 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 916742 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 916743 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52962",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52962_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 916743 T2544 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 916743 T2544 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 916748 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 916750 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 917730 T2546 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 917730 T2546 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\collection1
   [junit4]   2> 917730 T2546 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 917732 T2546 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 917732 T2546 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 917734 T2546 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 917734 T2546 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\collection1\'
   [junit4]   2> 917739 T2546 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757/collection1/lib/.svn/' to classloader
   [junit4]   2> 917741 T2546 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757/collection1/lib/classes/' to classloader
   [junit4]   2> 917744 T2546 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757/collection1/lib/README' to classloader
   [junit4]   2> 917828 T2546 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 917842 T2546 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 917846 T2546 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 917854 T2546 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 918048 T2546 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 918051 T2546 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 918051 T2546 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 918059 T2546 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 918109 T2546 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 918110 T2546 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-controljetty-1394970014757\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/control/data\
   [junit4]   2> 918111 T2546 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5595b677
   [junit4]   2> 918112 T2546 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/control/data\
   [junit4]   2> 918112 T2546 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/control/data\index/
   [junit4]   2> 918112 T2546 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1394970014517\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 918113 T2546 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/control/data\index
   [junit4]   2> 918114 T2546 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 918115 T2546 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@22facbd9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e7f0ed4),segFN=segments_1,generation=1}
   [junit4]   2> 918115 T2546 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 918121 T2546 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 918122 T2546 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 918122 T2546 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 918123 T2546 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 918124 T2546 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 918124 T2546 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 918125 T2546 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 918125 T2546 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 918125 T2546 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 918126 T2546 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 918126 T2546 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 918126 T2546 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 918128 T2546 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 918128 T2546 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 918129 T2546 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 918129 T2546 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 918131 T2546 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 918143 T2546 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 918152 T2546 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 918152 T2546 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 918154 T2546 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=55.0615234375, floorSegmentMB=1.197265625, forceMergeDeletesPctAllowed=2.9352230905758994, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 918154 T2546 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@22facbd9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e7f0ed4),segFN=segments_1,generation=1}
   [junit4]   2> 918154 T2546 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 918155 T2546 oass.SolrIndexSearcher.<init> Opening Searcher@50967db9[collection1] main
   [junit4]   2> 918155 T2546 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 918159 T2546 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 918159 T2546 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 918161 T2546 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 918161 T2546 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 918161 T2546 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 918163 T2546 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 918163 T2546 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 918163 T2546 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 918163 T2546 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 918170 T2546 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 918173 T2521 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 918173 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 918178 T2547 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50967db9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 918179 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 918185 T2550 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52962 collection:control_collection shard:shard1
   [junit4]   2> 918188 T2550 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 918210 T2552 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b92c9b name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 918210 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 918216 T2521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 918228 T2521 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 918270 T2550 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 918690 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 918785 T2550 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 918785 T2550 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1953 name=collection1 org.apache.solr.core.SolrCore@756ced84 url=http://127.0.0.1:52962/collection1 node=127.0.0.1:52962_ C1953_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:52962, core=collection1, node_name=127.0.0.1:52962_}
   [junit4]   2> 918785 T2550 C1953 P52962 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52962/collection1/
   [junit4]   2> 918785 T2550 C1953 P52962 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 918785 T2550 C1953 P52962 oasc.SyncStrategy.syncToMe http://127.0.0.1:52962/collection1/ has no replicas
   [junit4]   2> 918788 T2550 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52962/collection1/ shard1
   [junit4]   2> 918788 T2550 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 918792 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 919625 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 919932 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 920082 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 920318 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 920713 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 920860 T2521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 920884 T2521 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 920891 T2521 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52974
   [junit4]   2> 920892 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 920892 T2521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 920892 T2521 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782
   [junit4]   2> 920892 T2521 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\'
   [junit4]   2> 920932 T2521 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\solr.xml
   [junit4]   2> 920943 T2521 oasc.CoreContainer.<init> New CoreContainer 614796221
   [junit4]   2> 920947 T2521 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\]
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 920947 T2521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 920947 T2521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 920951 T2521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 920951 T2521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 920951 T2521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52955/solr
   [junit4]   2> 920951 T2521 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 920953 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 920964 T2565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@111807b name:ZooKeeperConnection Watcher:127.0.0.1:52955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 920965 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 920973 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 920973 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 920981 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 920986 T2567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ea3eaa1 name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 920986 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 920996 T2521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 921022 T2550 oasc.ZkController.register We are http://127.0.0.1:52962/collection1/ and leader is http://127.0.0.1:52962/collection1/
   [junit4]   2> 921022 T2550 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52962
   [junit4]   2> 921022 T2550 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 921022 T2550 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 921023 T2550 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 921025 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 921025 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 921025 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 921027 T2550 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 921029 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 921029 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52962",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52962_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 921035 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 921140 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 921141 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 921142 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 921992 T2521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52974_
   [junit4]   2> 921994 T2521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52974_
   [junit4]   2> 922005 T2543 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 922006 T2552 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 922006 T2567 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 922038 T2568 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 922038 T2568 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 922042 T2568 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 922043 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 922043 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 922043 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 922047 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 922048 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52974",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52974_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 922048 T2544 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 922048 T2544 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 922055 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 922160 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 922162 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 922163 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 923042 T2568 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 923042 T2568 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\collection1
   [junit4]   2> 923042 T2568 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 923044 T2568 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 923044 T2568 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 923048 T2568 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 923048 T2568 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\collection1\'
   [junit4]   2> 923052 T2568 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782/collection1/lib/.svn/' to classloader
   [junit4]   2> 923054 T2568 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782/collection1/lib/classes/' to classloader
   [junit4]   2> 923056 T2568 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782/collection1/lib/README' to classloader
   [junit4]   2> 923111 T2568 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 923121 T2568 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 923124 T2568 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 923128 T2568 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 923259 T2568 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 923259 T2568 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 923261 T2568 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 923265 T2568 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 923290 T2568 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 923291 T2568 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.cloud.ShardSplitTest-jetty1-1394970018782\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty1\
   [junit4]   2> 923291 T2568 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5595b677
   [junit4]   2> 923292 T2568 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty1\
   [junit4]   2> 923292 T2568 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty1\index/
   [junit4]   2> 923292 T2568 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1394970014517\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 923294 T2568 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty1\index
   [junit4]   2> 923294 T2568 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 923295 T2568 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@24ac8757 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@751bef15),segFN=segments_1,generation=1}
   [junit4]   2> 923295 T2568 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 923298 T2568 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 923298 T2568 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 923299 T2568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 923299 T2568 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 923299 T2568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 923299 T2568 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 923307 T2568 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 923308 T2568 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 923308 T2568 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 923308 T2568 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 923309 T2568 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 923309 T2568 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 923309 T2568 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 923310 T2568 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 923310 T2568 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 923310 T2568 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 923311 T2568 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 923317 T2568 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 923320 T2568 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 923321 T2568 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 923326 T2568 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=55.0615234375, floorSegmentMB=1.197265625, forceMergeDeletesPctAllowed=2.9352230905758994, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 923327 T2568 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@24ac8757 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@751bef15),segFN=segments_1,generation=1}
   [junit4]   2> 923327 T2568 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 923328 T2568 oass.SolrIndexSearcher.<init> Opening Searcher@702d6d8e[collection1] main
   [junit4]   2> 923328 T2568 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 923332 T2568 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 923332 T2568 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 923334 T2568 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 923334 T2568 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 923334 T2568 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 923337 T2568 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 923337 T2568 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 923337 T2568 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 923337 T2568 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 923343 T2568 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 923345 T2521 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 923345 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 923488 T2569 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@702d6d8e[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 923505 T2572 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52974 collection:collection1 shard:shard2
   [junit4]   2> 923522 T2572 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 923789 T2572 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 923896 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 923916 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 923938 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 924010 T2572 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 924010 T2572 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1954 name=collection1 org.apache.solr.core.SolrCore@200a4e19 url=http://127.0.0.1:52974/collection1 node=127.0.0.1:52974_ C1954_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:52974, core=collection1, node_name=127.0.0.1:52974_}
   [junit4]   2> 924010 T2572 C1954 P52974 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52974/collection1/
   [junit4]   2> 924010 T2572 C1954 P52974 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 924010 T2572 C1954 P52974 oasc.SyncStrategy.syncToMe http://127.0.0.1:52974/collection1/ has no replicas
   [junit4]   2> 924012 T2572 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52974/collection1/ shard2
   [junit4]   2> 924013 T2572 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 924036 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 924250 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 924284 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924295 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924306 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924398 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 924523 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 924715 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924716 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924716 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 924739 T2572 oasc.ZkController.register We are http://127.0.0.1:52974/collection1/ and leader is http://127.0.0.1:52974/collection1/
   [junit4]   2> 924739 T2572 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52974
   [junit4]   2> 924739 T2572 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 924739 T2572 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 924739 T2572 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 924764 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 924764 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 924782 T2572 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 924801 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 924812 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52974",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52974_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 924869 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 925075 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 925085 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 925096 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 925896 T2521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 925897 T2521 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 925900 T2521 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52983
   [junit4]   2> 925903 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 925903 T2521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 925904 T2521 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894
   [junit4]   2> 925904 T2521 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\'
   [junit4]   2> 925942 T2521 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\solr.xml
   [junit4]   2> 925970 T2521 oasc.CoreContainer.<init> New CoreContainer 756110679
   [junit4]   2> 925971 T2521 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\]
   [junit4]   2> 925971 T2521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 925972 T2521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 925972 T2521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 925972 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 925973 T2521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 925973 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 925973 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 925974 T2521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 925974 T2521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 925975 T2521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 925975 T2521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 925975 T2521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 925976 T2521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52955/solr
   [junit4]   2> 925976 T2521 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 925979 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 925992 T2583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bf0fdc1 name:ZooKeeperConnection Watcher:127.0.0.1:52955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 925994 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 925999 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 926006 T2585 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37a419be name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 926006 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 926026 T2521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 927033 T2521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52983_
   [junit4]   2> 927037 T2521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52983_
   [junit4]   2> 927046 T2543 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 927047 T2552 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 927047 T2585 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 927049 T2567 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 927067 T2586 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 927067 T2586 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 927069 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 927069 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 927069 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 927069 T2586 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 927073 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 927075 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52983",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52983_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 927076 T2544 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 927098 T2544 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 927105 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 927108 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 927108 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 927109 T2585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 927108 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928070 T2586 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 928070 T2586 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: .\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\collection1
   [junit4]   2> 928070 T2586 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 928073 T2586 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 928073 T2586 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 928075 T2586 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 928075 T2586 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\collection1\'
   [junit4]   2> 928079 T2586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894/collection1/lib/.svn/' to classloader
   [junit4]   2> 928081 T2586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894/collection1/lib/classes/' to classloader
   [junit4]   2> 928082 T2586 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894/collection1/lib/README' to classloader
   [junit4]   2> 928145 T2586 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 928164 T2586 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 928167 T2586 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 928174 T2586 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 928336 T2586 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 928336 T2586 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 928338 T2586 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 928342 T2586 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 928385 T2586 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 928385 T2586 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\org.apache.solr.cloud.ShardSplitTest-jetty2-1394970023894\collection1\, dataDir=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty2\
   [junit4]   2> 928385 T2586 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5595b677
   [junit4]   2> 928386 T2586 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty2\
   [junit4]   2> 928386 T2586 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=.\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty2\index/
   [junit4]   2> 928386 T2586 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '.\org.apache.solr.cloud.ShardSplitTest-1394970014517\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 928388 T2586 oasc.CachingDirectoryFactory.get return new directory for .\org.apache.solr.cloud.ShardSplitTest-1394970014517/jetty2\index
   [junit4]   2> 928389 T2586 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 928390 T2586 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@64463174 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65eaa23b),segFN=segments_1,generation=1}
   [junit4]   2> 928390 T2586 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 928397 T2586 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 928398 T2586 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 928398 T2586 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 928398 T2586 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 928398 T2586 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 928399 T2586 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 928399 T2586 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 928399 T2586 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 928400 T2586 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 928400 T2586 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 928400 T2586 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 928400 T2586 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 928400 T2586 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 928401 T2586 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 928401 T2586 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 928402 T2586 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 928402 T2586 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 928409 T2586 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 928414 T2586 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 928414 T2586 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 928415 T2586 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=55.0615234375, floorSegmentMB=1.197265625, forceMergeDeletesPctAllowed=2.9352230905758994, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 928416 T2586 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@64463174 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65eaa23b),segFN=segments_1,generation=1}
   [junit4]   2> 928416 T2586 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 928416 T2586 oass.SolrIndexSearcher.<init> Opening Searcher@7fdc4c14[collection1] main
   [junit4]   2> 928417 T2586 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 928419 T2586 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 928419 T2586 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 928420 T2586 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 928420 T2586 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 928421 T2586 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 928422 T2586 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 928422 T2586 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 928422 T2586 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 928423 T2586 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 928426 T2587 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fdc4c14[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 928429 T2586 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 928431 T2521 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 928431 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 928431 T2590 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52983 collection:collection1 shard:shard1
   [junit4]   2> 928435 T2590 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 928450 T2590 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 928456 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928458 T2590 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 928458 T2590 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1955 name=collection1 org.apache.solr.core.SolrCore@7c5fc34 url=http://127.0.0.1:52983/collection1 node=127.0.0.1:52983_ C1955_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:52983, core=collection1, node_name=127.0.0.1:52983_}
   [junit4]   2> 928458 T2590 C1955 P52983 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52983/collection1/
   [junit4]   2> 928460 T2590 C1955 P52983 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 928460 T2590 C1955 P52983 oasc.SyncStrategy.syncToMe http://127.0.0.1:52983/collection1/ has no replicas
   [junit4]   2> 928460 T2590 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52983/collection1/ shard1
   [junit4]   2> 928461 T2590 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 928464 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 928476 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928481 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928536 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928643 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928643 T2585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928645 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928645 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928692 T2590 oasc.ZkController.register We are http://127.0.0.1:52983/collection1/ and leader is http://127.0.0.1:52983/collection1/
   [junit4]   2> 928692 T2590 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52983
   [junit4]   2> 928692 T2590 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 928692 T2590 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 928692 T2590 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 928697 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928697 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928698 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928699 T2590 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 928702 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 928704 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52983",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52983_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 928712 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 928829 T2543 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928830 T2585 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928830 T2552 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 928830 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 930509 T2521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 930511 T2521 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 930515 T2521 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52992
   [junit4]   2> 930517 T2521 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 930518 T2521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 930520 T2521 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\org.apache.solr.cloud.ShardSplitTest-jetty3-1394970028982
   [junit4]   2> 930521 T2521 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\org.apache.solr.cloud.ShardSplitTest-jetty3-1394970028982\'
   [junit4]   2> 930565 T2521 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\org.apache.solr.cloud.ShardSplitTest-jetty3-1394970028982\solr.xml
   [junit4]   2> 930575 T2521 oasc.CoreContainer.<init> New CoreContainer 1244644678
   [junit4]   2> 930575 T2521 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\org.apache.solr.cloud.ShardSplitTest-jetty3-1394970028982\]
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 930578 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 930579 T2521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 930579 T2521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 930579 T2521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 930579 T2521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 930579 T2521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 930581 T2521 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 930581 T2521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52955/solr
   [junit4]   2> 930581 T2521 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 930584 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 930599 T2603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a11ead0 name:ZooKeeperConnection Watcher:127.0.0.1:52955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 930600 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 930612 T2521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 930617 T2605 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c5366c1 name:ZooKeeperConnection Watcher:127.0.0.1:52955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 930617 T2521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 930632 T2521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 931638 T2521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52992_
   [junit4]   2> 931641 T2521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52992_
   [junit4]   2> 931649 T2567 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 931649 T2605 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 931650 T2552 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 931650 T2585 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 931650 T2543 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 931664 T2606 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 931665 T2606 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 931668 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 931668 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 931668 T2543 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 931668 T2606 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 931672 T2544 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 931674 T2544 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52992",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52992_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "

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

he.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:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [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> 1247506 T2624 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:297)
   [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> 	Caused by: 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:208)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:205)
   [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:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:122)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	
   [junit4]   2> 1247508 T2624 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/91420754873090060-core_node4-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:176)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:173)
   [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:173)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:317)
   [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> 1247508 T2624 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1247508 T2624 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:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [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:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_MA, timezone=Asia/Qyzylorda
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=118606264,total=252653568
   [junit4]   2> NOTE: All tests run in this JVM: [TestJmxIntegration, OverseerTest, CachingDirectoryFactoryTest, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, TestRealTimeGet, TestPhraseSuggestions, TestSearcherReuse, BasicDistributedZk2Test, SolrTestCaseJ4Test, AutoCommitTest, TestNonNRTOpen, OutputWriterTest, TestSolrIndexConfig, MigrateRouteKeyTest, TestArbitraryIndexDir, TestFreeTextSuggestions, SuggesterFSTTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, JSONWriterTest, DeleteReplicaTest, BasicZkTest, OpenCloseCoreStressTest, TestHashPartitioner, SimplePostToolTest, SolrInfoMBeanTest, OpenExchangeRatesOrgProviderTest, CollectionsAPIAsyncDistributedZkTest, SampleTest, TestLazyCores, TestCodecSupport, DocValuesMissingTest, HardAutoCommitTest, TriLevelCompositeIdRoutingTest, TestTrie, TestBlendedInfixSuggestions, TestFaceting, TestCopyFieldCollectionResource, DirectSolrSpellCheckerTest, TestManagedStopFilterFactory, TestLRUCache, BadIndexSchemaTest, FieldFacetExtrasTest, RemoteQueryErrorTest, TestStressVersions, UpdateParamsTest, TestAnalyzeInfixSuggestions, TestStandardQParsers, ScriptEngineTest, AbstractAnalyticsFacetTest, TestSolrXml, UUIDFieldTest, RAMDirectoryFactoryTest, AbstractAnalyticsStatsTest, FileUtilsTest, TestUpdate, TestReload, NoFacetTest, PeerSyncTest, ClusterStateTest, AnalysisErrorHandlingTest, ShardSplitTest]
   [junit4] Completed in 334.56s, 1 test, 1 error <<< FAILURES!

[...truncated 1036 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:490: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1275: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:907: There were test failures: 387 suites, 1634 tests, 1 error, 54 ignored (33 assumptions)

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