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/07/13 04:41:37 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1707/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:49642/vw_mzo/yv

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49642/vw_mzo/yv
	at __randomizedtesting.SeedInfo.seed([C6EF77C67310A987:4709F9DE044FC9BB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:564)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:151)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: 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:452)
	... 46 more




Build Log:
[...truncated 10943 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/init-core-data-001
   [junit4]   2> 585912 T2677 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /vw_mzo/yv
   [junit4]   2> 585917 T2677 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 585918 T2677 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 585919 T2678 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 586020 T2677 oasc.ZkTestServer.run start zk server on port:49632
   [junit4]   2> 586025 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 586031 T2684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64c4828b name:ZooKeeperConnection Watcher:127.0.0.1:49632 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 586032 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 586032 T2677 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 586047 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 586051 T2686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5abbdada name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 586051 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 586052 T2677 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 586058 T2677 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 586063 T2677 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 586069 T2677 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 586073 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 586074 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 586089 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 586089 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 586096 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 586097 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 586104 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 586104 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 586109 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 586109 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 586116 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 586116 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 586121 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 586122 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 586132 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 586133 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 586145 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 586149 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 586155 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 586156 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 586161 T2677 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 586161 T2677 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 588132 T2677 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 588154 T2677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49635
   [junit4]   2> 588155 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 588155 T2677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 588156 T2677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002
   [junit4]   2> 588156 T2677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/'
   [junit4]   2> 588189 T2677 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/solr.xml
   [junit4]   2> 588205 T2677 oasc.CoreContainer.<init> New CoreContainer 242862487
   [junit4]   2> 588207 T2677 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/]
   [junit4]   2> 588209 T2677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 588209 T2677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 588210 T2677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 588210 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 588211 T2677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 588211 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 588211 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 588212 T2677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 588212 T2677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 588213 T2677 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 588214 T2677 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 588215 T2677 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 588215 T2677 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49632/solr
   [junit4]   2> 588216 T2677 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 588218 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 588222 T2697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55656d18 name:ZooKeeperConnection Watcher:127.0.0.1:49632 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 588223 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 588233 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 588236 T2699 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e8adf20 name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 588236 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 588240 T2677 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 588248 T2677 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 588257 T2677 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 588265 T2677 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 588272 T2677 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 588280 T2677 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 588284 T2677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49635_vw_mzo%2Fyv
   [junit4]   2> 588285 T2677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49635_vw_mzo%2Fyv
   [junit4]   2> 588292 T2677 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 588297 T2677 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 588307 T2677 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49635_vw_mzo%2Fyv
   [junit4]   2> 588308 T2677 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 588313 T2677 oasc.Overseer.start Overseer (id=92092208608641027-127.0.0.1:49635_vw_mzo%2Fyv-n_0000000000) starting
   [junit4]   2> 588319 T2677 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 588341 T2701 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 588344 T2677 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 588349 T2677 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 588353 T2677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 588361 T2700 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 588366 T2702 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 588366 T2702 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 588368 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 588368 T2702 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 588371 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 588372 T2700 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:49635/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49635_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 588373 T2700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 588373 T2700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 588378 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 588379 T2699 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> 589370 T2702 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 589371 T2702 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 589374 T2702 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 589374 T2702 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 589377 T2702 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 589377 T2702 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/collection1/'
   [junit4]   2> 589379 T2702 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 589379 T2702 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 589380 T2702 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 589425 T2702 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 589444 T2702 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 589448 T2702 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 589451 T2702 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 589569 T2702 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 589570 T2702 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 589572 T2702 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 589577 T2702 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 589638 T2702 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 589638 T2702 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 589639 T2702 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/control/data/
   [junit4]   2> 589639 T2702 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4985f86f
   [junit4]   2> 589639 T2702 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/control/data
   [junit4]   2> 589640 T2702 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/control/data/index/
   [junit4]   2> 589640 T2702 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 589640 T2702 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/control/data/index
   [junit4]   2> 589641 T2702 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1940564081, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 589641 T2702 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6293f22e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@943ebaf),segFN=segments_1,generation=1}
   [junit4]   2> 589641 T2702 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 589644 T2702 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 589644 T2702 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 589645 T2702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 589645 T2702 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 589645 T2702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 589645 T2702 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 589646 T2702 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 589646 T2702 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 589646 T2702 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 589647 T2702 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 589647 T2702 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 589648 T2702 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 589648 T2702 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 589648 T2702 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 589649 T2702 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 589649 T2702 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 589650 T2702 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 589655 T2702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 589659 T2702 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 589659 T2702 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 589660 T2702 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 589660 T2702 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6293f22e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@943ebaf),segFN=segments_1,generation=1}
   [junit4]   2> 589661 T2702 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 589661 T2702 oass.SolrIndexSearcher.<init> Opening Searcher@36197032[collection1] main
   [junit4]   2> 589661 T2702 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 589664 T2702 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 589664 T2702 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 589665 T2702 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 589666 T2702 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 589666 T2702 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 589667 T2702 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 589667 T2702 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 589669 T2702 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 589675 T2702 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 589675 T2702 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 589675 T2702 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 589678 T2703 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36197032[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 589681 T2702 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 589683 T2706 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49635/vw_mzo/yv collection:control_collection shard:shard1
   [junit4]   2> 589684 T2677 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 589684 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 589685 T2706 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 589686 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 589691 T2708 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ff9a5c1 name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 589691 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 589694 T2677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 589699 T2677 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 589701 T2706 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 589707 T2706 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 589707 T2706 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1301 name=collection1 org.apache.solr.core.SolrCore@76ef7e17 url=http://127.0.0.1:49635/vw_mzo/yv/collection1 node=127.0.0.1:49635_vw_mzo%2Fyv C1301_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:49635/vw_mzo/yv, core=collection1, node_name=127.0.0.1:49635_vw_mzo%2Fyv}
   [junit4]   2> 589707 T2706 C1301 P49635 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49635/vw_mzo/yv/collection1/
   [junit4]   2> 589707 T2706 C1301 P49635 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 589707 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589707 T2706 C1301 P49635 oasc.SyncStrategy.syncToMe http://127.0.0.1:49635/vw_mzo/yv/collection1/ has no replicas
   [junit4]   2> 589709 T2706 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49635/vw_mzo/yv/collection1/ shard1
   [junit4]   2> 589710 T2706 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 589714 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 589724 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589734 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589840 T2708 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> 589840 T2699 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> 589881 T2706 oasc.ZkController.register We are http://127.0.0.1:49635/vw_mzo/yv/collection1/ and leader is http://127.0.0.1:49635/vw_mzo/yv/collection1/
   [junit4]   2> 589881 T2706 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49635/vw_mzo/yv
   [junit4]   2> 589881 T2706 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 589882 T2706 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 589882 T2706 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 589885 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589885 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589886 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 589889 T2706 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 589894 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 589896 T2700 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:49635/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49635_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 589902 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 590008 T2708 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> 590010 T2699 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> 591353 T2677 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 591354 T2677 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 591360 T2677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49639
   [junit4]   2> 591361 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 591362 T2677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 591362 T2677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003
   [junit4]   2> 591363 T2677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/'
   [junit4]   2> 591403 T2677 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/solr.xml
   [junit4]   2> 591418 T2677 oasc.CoreContainer.<init> New CoreContainer 1124693722
   [junit4]   2> 591418 T2677 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/]
   [junit4]   2> 591419 T2677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 591419 T2677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 591419 T2677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 591420 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 591420 T2677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 591421 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 591421 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 591421 T2677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 591422 T2677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 591423 T2677 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 591423 T2677 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 591423 T2677 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 591424 T2677 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49632/solr
   [junit4]   2> 591424 T2677 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 591426 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591432 T2719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c5e65 name:ZooKeeperConnection Watcher:127.0.0.1:49632 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591433 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591439 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 591444 T2721 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b9da9e name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 591445 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 591466 T2677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 592476 T2677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49639_vw_mzo%2Fyv
   [junit4]   2> 592478 T2677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49639_vw_mzo%2Fyv
   [junit4]   2> 592501 T2722 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 592502 T2722 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 592504 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 592504 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 592505 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 592504 T2722 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 592509 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 592511 T2700 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:49639/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49639_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 592511 T2700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 592511 T2700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 592517 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 592519 T2699 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> 592519 T2721 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> 592519 T2708 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> 593509 T2722 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 593509 T2722 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 593512 T2722 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 593513 T2722 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 593518 T2722 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 593519 T2722 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/collection1/'
   [junit4]   2> 593521 T2722 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 593522 T2722 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 593523 T2722 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 593593 T2722 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 593603 T2722 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 593606 T2722 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 593610 T2722 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 593721 T2722 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 593722 T2722 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 593723 T2722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593730 T2722 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 593778 T2722 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 593778 T2722 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 593779 T2722 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty1/
   [junit4]   2> 593779 T2722 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4985f86f
   [junit4]   2> 593780 T2722 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty1
   [junit4]   2> 593780 T2722 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty1/index/
   [junit4]   2> 593780 T2722 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 593780 T2722 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty1/index
   [junit4]   2> 593781 T2722 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1940564081, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 593782 T2722 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53c15aec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fa7af0e),segFN=segments_1,generation=1}
   [junit4]   2> 593782 T2722 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593786 T2722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 593787 T2722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 593788 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 593788 T2722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593788 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 593788 T2722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 593789 T2722 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593789 T2722 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 593789 T2722 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 593790 T2722 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 593790 T2722 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 593791 T2722 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 593792 T2722 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 593792 T2722 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 593792 T2722 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 593793 T2722 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 593793 T2722 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 593800 T2722 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 593803 T2722 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 593803 T2722 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 593804 T2722 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 593805 T2722 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53c15aec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fa7af0e),segFN=segments_1,generation=1}
   [junit4]   2> 593805 T2722 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 593805 T2722 oass.SolrIndexSearcher.<init> Opening Searcher@c6d9a97[collection1] main
   [junit4]   2> 593806 T2722 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 593807 T2722 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 593808 T2722 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 593809 T2722 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 593809 T2722 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 593810 T2722 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593812 T2722 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 593812 T2722 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 593813 T2722 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 593813 T2722 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 593819 T2723 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c6d9a97[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 593822 T2722 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 593826 T2726 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49639/vw_mzo/yv collection:collection1 shard:shard2
   [junit4]   2> 593826 T2677 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 593827 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 593827 T2726 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 593837 T2726 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 593841 T2726 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 593841 T2726 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1302 name=collection1 org.apache.solr.core.SolrCore@79ab8553 url=http://127.0.0.1:49639/vw_mzo/yv/collection1 node=127.0.0.1:49639_vw_mzo%2Fyv C1302_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49639/vw_mzo/yv, core=collection1, node_name=127.0.0.1:49639_vw_mzo%2Fyv}
   [junit4]   2> 593841 T2726 C1302 P49639 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49639/vw_mzo/yv/collection1/
   [junit4]   2> 593842 T2726 C1302 P49639 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 593842 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 593842 T2726 C1302 P49639 oasc.SyncStrategy.syncToMe http://127.0.0.1:49639/vw_mzo/yv/collection1/ has no replicas
   [junit4]   2> 593842 T2726 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49639/vw_mzo/yv/collection1/ shard2
   [junit4]   2> 593843 T2726 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 593850 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 593857 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 593868 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 593973 T2699 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> 593974 T2708 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> 593978 T2721 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> 594023 T2726 oasc.ZkController.register We are http://127.0.0.1:49639/vw_mzo/yv/collection1/ and leader is http://127.0.0.1:49639/vw_mzo/yv/collection1/
   [junit4]   2> 594023 T2726 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49639/vw_mzo/yv
   [junit4]   2> 594023 T2726 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 594023 T2726 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 594024 T2726 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 594027 T2726 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 594029 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 594029 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 594029 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 594033 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 594035 T2700 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:49639/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49639_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 594038 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 594153 T2721 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> 594154 T2699 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> 594155 T2708 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> 595448 T2677 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 595449 T2677 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 595454 T2677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49642
   [junit4]   2> 595455 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 595455 T2677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 595455 T2677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004
   [junit4]   2> 595456 T2677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/'
   [junit4]   2> 595499 T2677 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/solr.xml
   [junit4]   2> 595524 T2677 oasc.CoreContainer.<init> New CoreContainer 1928487259
   [junit4]   2> 595525 T2677 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/]
   [junit4]   2> 595525 T2677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 595526 T2677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 595527 T2677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 595527 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 595528 T2677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 595528 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 595529 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 595529 T2677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 595529 T2677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 595530 T2677 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 595532 T2677 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 595533 T2677 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 595533 T2677 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49632/solr
   [junit4]   2> 595534 T2677 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 595536 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595542 T2737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@236d7dd name:ZooKeeperConnection Watcher:127.0.0.1:49632 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595542 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595549 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 595556 T2739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cab7d22 name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 595557 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 595579 T2677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 596589 T2677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49642_vw_mzo%2Fyv
   [junit4]   2> 596591 T2677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49642_vw_mzo%2Fyv
   [junit4]   2> 596612 T2740 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 596612 T2740 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 596613 T2740 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 596614 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 596614 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 596614 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 596620 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 596621 T2700 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:49642/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49642_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 596621 T2700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 596621 T2700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 596627 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 596628 T2721 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> 596629 T2699 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> 596628 T2739 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> 596629 T2708 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> 597617 T2740 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 597618 T2740 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 597619 T2740 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 597619 T2740 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 597622 T2740 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 597622 T2740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/collection1/'
   [junit4]   2> 597623 T2740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 597624 T2740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 597624 T2740 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 597670 T2740 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 597682 T2740 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 597685 T2740 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 597689 T2740 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 597805 T2740 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 597807 T2740 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 597809 T2740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597814 T2740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 597864 T2740 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 597865 T2740 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 597865 T2740 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty2/
   [junit4]   2> 597865 T2740 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4985f86f
   [junit4]   2> 597866 T2740 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty2
   [junit4]   2> 597866 T2740 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty2/index/
   [junit4]   2> 597866 T2740 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 597867 T2740 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty2/index
   [junit4]   2> 597867 T2740 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1940564081, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 597868 T2740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7dd85c73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ab9e6ba),segFN=segments_1,generation=1}
   [junit4]   2> 597868 T2740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597872 T2740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 597872 T2740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 597873 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 597873 T2740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597873 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 597873 T2740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 597874 T2740 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597874 T2740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 597874 T2740 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 597875 T2740 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 597875 T2740 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 597875 T2740 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 597876 T2740 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 597876 T2740 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 597876 T2740 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 597877 T2740 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 597877 T2740 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 597885 T2740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 597888 T2740 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 597889 T2740 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 597889 T2740 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 597890 T2740 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7dd85c73 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ab9e6ba),segFN=segments_1,generation=1}
   [junit4]   2> 597890 T2740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 597890 T2740 oass.SolrIndexSearcher.<init> Opening Searcher@467af962[collection1] main
   [junit4]   2> 597890 T2740 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 597893 T2740 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 597894 T2740 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 597895 T2740 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 597895 T2740 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 597895 T2740 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597898 T2740 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 597898 T2740 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 597898 T2740 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 597898 T2740 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 597903 T2741 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@467af962[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 597904 T2740 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 597906 T2744 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49642/vw_mzo/yv collection:collection1 shard:shard1
   [junit4]   2> 597907 T2677 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 597907 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 597909 T2744 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 597921 T2744 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 597925 T2744 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 597926 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 597926 T2744 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1303 name=collection1 org.apache.solr.core.SolrCore@71dab6cc url=http://127.0.0.1:49642/vw_mzo/yv/collection1 node=127.0.0.1:49642_vw_mzo%2Fyv C1303_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49642/vw_mzo/yv, core=collection1, node_name=127.0.0.1:49642_vw_mzo%2Fyv}
   [junit4]   2> 597927 T2744 C1303 P49642 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49642/vw_mzo/yv/collection1/
   [junit4]   2> 597927 T2744 C1303 P49642 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 597927 T2744 C1303 P49642 oasc.SyncStrategy.syncToMe http://127.0.0.1:49642/vw_mzo/yv/collection1/ has no replicas
   [junit4]   2> 597928 T2744 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49642/vw_mzo/yv/collection1/ shard1
   [junit4]   2> 597928 T2744 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 597932 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 597938 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 597948 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 597957 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 598061 T2721 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> 598062 T2699 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> 598062 T2708 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> 598064 T2739 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> 598106 T2744 oasc.ZkController.register We are http://127.0.0.1:49642/vw_mzo/yv/collection1/ and leader is http://127.0.0.1:49642/vw_mzo/yv/collection1/
   [junit4]   2> 598107 T2744 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49642/vw_mzo/yv
   [junit4]   2> 598107 T2744 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 598107 T2744 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 598107 T2744 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 598111 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 598111 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 598111 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 598113 T2744 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 598116 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 598118 T2700 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:49642/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49642_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 598125 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 598232 T2699 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> 598232 T2739 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> 598233 T2708 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> 598233 T2721 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> 599560 T2677 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 599560 T2677 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 599566 T2677 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49645
   [junit4]   2> 599566 T2677 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 599567 T2677 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 599568 T2677 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-005
   [junit4]   2> 599568 T2677 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-005/'
   [junit4]   2> 599606 T2677 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-005/solr.xml
   [junit4]   2> 599622 T2677 oasc.CoreContainer.<init> New CoreContainer 2122807359
   [junit4]   2> 599622 T2677 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-005/]
   [junit4]   2> 599623 T2677 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 599623 T2677 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 599624 T2677 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 599624 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 599624 T2677 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 599625 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 599625 T2677 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 599625 T2677 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 599626 T2677 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 599626 T2677 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 599627 T2677 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 599627 T2677 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 599628 T2677 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49632/solr
   [junit4]   2> 599628 T2677 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 599629 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599634 T2755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35f920ec name:ZooKeeperConnection Watcher:127.0.0.1:49632 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 599634 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 599642 T2677 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 599646 T2757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72ae0675 name:ZooKeeperConnection Watcher:127.0.0.1:49632/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 599647 T2677 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 599667 T2677 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 600676 T2677 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49645_vw_mzo%2Fyv
   [junit4]   2> 600678 T2677 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49645_vw_mzo%2Fyv
   [junit4]   2> 600701 T2758 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 600701 T2758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 600704 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 600704 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 600705 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 600704 T2758 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 600708 T2700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 600710 T2700 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:49645/vw_mzo/yv",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49645_vw_mzo%2Fyv",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 600710 T2700 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 600710 T2700 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 600716 T2699 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: Sync

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

junit4]   2> 919356 T2777 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 919357 T2777 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 919357 T2777 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4
   [junit4]   2> 919357 T2777 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 919357 T2777 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001/tempDir-001/jetty4/index
   [junit4]   2> 919358 T2777 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 919358 T2777 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:143)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:298)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [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:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:209)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:206)
   [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:206)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:417)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:386)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:373)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:135)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:130)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	
   [junit4]   2> 919359 T2777 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 919359 T2777 oasc.LeaderElector$ElectionWatcher.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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-C6EF77C67310A987-001
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, sim=DefaultSimilarity, locale=vi_VN, timezone=Pacific/Galapagos
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_05 (64-bit)/cpus=2,threads=1,free=166632976,total=248172544
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedMissingSort, LeaderElectionIntegrationTest, TestStressUserVersions, TestNoOpRegenerator, TestNRTOpen, ExternalFileFieldSortTest, TestSchemaSimilarityResource, CoreAdminHandlerTest, TestPerFieldSimilarity, TestComplexPhraseQParserPlugin, HdfsCollectionsAPIDistributedZkTest, SpatialFilterTest, ClusterStateTest, HighlighterMaxOffsetTest, DistributedQueryComponentCustomSortTest, TestMergePolicyConfig, QueryResultKeyTest, TestUpdate, ShardRoutingCustomTest, LukeRequestHandlerTest, PreAnalyzedFieldTest, ModifyConfFileTest, TestMultiCoreConfBootstrap, TermVectorComponentTest, SortByFunctionTest, ReturnFieldsTest, TestSearcherReuse, TestCodecSupport, DisMaxRequestHandlerTest, TestCollationFieldDocValues, BlockDirectoryTest, TestSurroundQueryParser, TestLMJelinekMercerSimilarityFactory, HighlighterConfigTest, TestStressReorder, TestWordDelimiterFilterFactory, DocExpirationUpdateProcessorFactoryTest, PluginInfoTest, SystemInfoHandlerTest, CursorMarkTest, SuggesterTSTTest, InfoHandlerTest, TestShardHandlerFactory, TestBinaryResponseWriter, RangeFacetTest, TestExpandComponent, TestReplicationHandler, CSVRequestHandlerTest, TestManagedSynonymFilterFactory, BJQParserTest, TestWriterPerf, TestDistributedSearch, CopyFieldTest, TestManagedSchema, TestShortCircuitedRequests, TestDFRSimilarityFactory, TestComponentsName, SearchHandlerTest, DistributedSpellCheckComponentTest, TestJmxMonitoredMap, CurrencyFieldXmlFileTest, TestCollapseQParserPlugin, HdfsRecoveryZkTest, TestLazyCores, OverseerStatusTest, TestArbitraryIndexDir, DocValuesTest, IndexBasedSpellCheckerTest, SuggesterFSTTest, TestHighFrequencyDictionaryFactory, MinimalSchemaTest, RegexBoostProcessorTest, TestFastLRUCache, CoreAdminCreateDiscoverTest, SpellCheckCollatorTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestFieldResource, SolrInfoMBeanTest, TestRandomDVFaceting, TestQueryUtils, TestSolrQueryParser, TestOmitPositions, DocValuesMissingTest, TestMissingGroups, AssignTest, SoftAutoCommitTest, TestSolrXMLSerializer, TestReRankQParserPlugin, AnalysisAfterCoreReloadTest, TestPseudoReturnFields, TestStressLucene, TestManagedStopFilterFactory, TestRequestStatusCollectionAPI, StressHdfsTest, NoFacetTest, HdfsChaosMonkeySafeLeaderTest, TestDefaultSimilarityFactory, SpellCheckComponentTest, CachingDirectoryFactoryTest, TestRangeQuery, TestQueryTypes, HdfsLockFactoryTest, EnumFieldTest, ShardSplitTest]
   [junit4] Completed in 334.47s, 1 test, 1 error <<< FAILURES!

[...truncated 959 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 418 suites, 1710 tests, 1 error, 43 ignored (16 assumptions)

Total time: 108 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node1:{"state":"active","base_url":"http://127.0.0.1:52223","core":"c8n_1x3_lf_shard1_replica2","node_name":"127.0.0.1:52223_","leader":"true"}]; clusterState: live nodes:[127.0.0.1:52219_, 127.0.0.1:52223_] collections:{control_collection=DocCollection(control_collection)={   "autoCreated":"true",   "maxShardsPerNode":"1",   "replicationFactor":"1",   "router":{"name":"compositeId"},   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:52214",           "core":"collection1",           "node_name":"127.0.0.1:52214_",           "leader":"true"}}}}}, collection1=DocCollection(collection1)={   "autoCreated":"true",   "maxShardsPerNode":"1",   "replicationFactor":"1",   "router":{"name":"compositeId"},   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:52219",           "core":"collection1",           "node_name":"127.0.0.1:52219_",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:52223",           "core":"collection1",           "node_name":"127.0.0.1:52223_",           "leader":"true"}}}}}, c8n_1x2=DocCollection(c8n_1x2)={   "maxShardsPerNode":"1",   "replicationFactor":"2",   "router":{"name":"compositeId"},   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:52219",           "core":"c8n_1x2_shard1_replica1",           "node_name":"127.0.0.1:52219_",           "leader":"true"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:52214",           "core":"c8n_1x2_shard1_replica2",           "node_name":"127.0.0.1:52214_"}}}}}, c8n_1x3=DocCollection(c8n_1x3)={   "maxShardsPerNode":"1",   "replicationFactor":"3",   "router":{"name":"compositeId"},   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:52219",           "core":"c8n_1x3_shard1_replica1",           "node_name":"127.0.0.1:52219_"},         "core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:52223",           "core":"c8n_1x3_shard1_replica2",           "node_name":"127.0.0.1:52223_",           "leader":"true"},         "core_node3":{           "state":"down",           "base_url":"http://127.0.0.1:52214",           "core":"c8n_1x3_shard1_replica3",           "node_name":"127.0.0.1:52214_"}}}}}, c8n_1x3_lf=DocCollection(c8n_1x3_lf)={   "maxShardsPerNode":"1",   "replicationFactor":"3",   "router":{"name":"compositeId"},   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:52223",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:52223_",           "leader":"true"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:52219",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:52219_"},         "core_node3":{           "state":"down",           "base_url":"http://127.0.0.1:52214",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:52214_"}}}}}}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node1:{"state":"active","base_url":"http://127.0.0.1:52223","core":"c8n_1x3_lf_shard1_replica2","node_name":"127.0.0.1:52223_","leader":"true"}]; clusterState: live nodes:[127.0.0.1:52219_, 127.0.0.1:52223_] collections:{control_collection=DocCollection(control_collection)={
  "autoCreated":"true",
  "maxShardsPerNode":"1",
  "replicationFactor":"1",
  "router":{"name":"compositeId"},
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:52214",
          "core":"collection1",
          "node_name":"127.0.0.1:52214_",
          "leader":"true"}}}}}, collection1=DocCollection(collection1)={
  "autoCreated":"true",
  "maxShardsPerNode":"1",
  "replicationFactor":"1",
  "router":{"name":"compositeId"},
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:52219",
          "core":"collection1",
          "node_name":"127.0.0.1:52219_",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:52223",
          "core":"collection1",
          "node_name":"127.0.0.1:52223_",
          "leader":"true"}}}}}, c8n_1x2=DocCollection(c8n_1x2)={
  "maxShardsPerNode":"1",
  "replicationFactor":"2",
  "router":{"name":"compositeId"},
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:52219",
          "core":"c8n_1x2_shard1_replica1",
          "node_name":"127.0.0.1:52219_",
          "leader":"true"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:52214",
          "core":"c8n_1x2_shard1_replica2",
          "node_name":"127.0.0.1:52214_"}}}}}, c8n_1x3=DocCollection(c8n_1x3)={
  "maxShardsPerNode":"1",
  "replicationFactor":"3",
  "router":{"name":"compositeId"},
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:52219",
          "core":"c8n_1x3_shard1_replica1",
          "node_name":"127.0.0.1:52219_"},
        "core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:52223",
          "core":"c8n_1x3_shard1_replica2",
          "node_name":"127.0.0.1:52223_",
          "leader":"true"},
        "core_node3":{
          "state":"down",
          "base_url":"http://127.0.0.1:52214",
          "core":"c8n_1x3_shard1_replica3",
          "node_name":"127.0.0.1:52214_"}}}}}, c8n_1x3_lf=DocCollection(c8n_1x3_lf)={
  "maxShardsPerNode":"1",
  "replicationFactor":"3",
  "router":{"name":"compositeId"},
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:52223",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:52223_",
          "leader":"true"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:52219",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:52219_"},
        "core_node3":{
          "state":"down",
          "base_url":"http://127.0.0.1:52214",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:52214_"}}}}}}
	at __randomizedtesting.SeedInfo.seed([BC417A8BC334AEA5:3DA7F493B46BCE99]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:367)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election

Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election
	at __randomizedtesting.SeedInfo.seed([BC417A8BC334AEA5:B849F578D1914184]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:155)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:660)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11038 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-BC417A8BC334AEA5-001/init-core-data-001
   [junit4]   2> 1144547 T3470 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1144548 T3470 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1144548 T3470 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1144554 T3470 oas.SolrTestCaseJ4.setUp ###Starting testShardLeaderChange
   [junit4]   2> 1144555 T3470 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1144557 T3471 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1144657 T3470 oasc.ZkTestServer.run start zk server on port:50149
   [junit4]   2> 1144659 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144664 T3477 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@582ddb86 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144665 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144666 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144671 T3479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b7cbf1c name:ZooKeeperConnection Watcher:127.0.0.1:50149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144671 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144679 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144684 T3481 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c329526 name:ZooKeeperConnection Watcher:127.0.0.1:50149 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144685 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144685 T3470 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1144697 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1144704 T3482 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144706 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144708 T3484 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31912a68 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144709 T3482 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144709 T3486 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b996bb name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144709 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144710 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1144711 T3470 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1144716 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1144716 T3470 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1144719 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1144725 T3482 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50149_solr
   [junit4]   2> 1144725 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1144727 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1144729 T3482 oasc.Overseer.start Overseer (id=92094605142917123-127.0.0.1:50149_solr-n_0000000000) starting
   [junit4]   2> 1144734 T3470 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1144734 T3482 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1144741 T3482 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1144750 T3482 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1144757 T3482 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1144764 T3482 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1144772 T3482 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1144786 T3482 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 1144786 T3488 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1144790 T3482 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144793 T3490 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@150ddb85 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144793 T3482 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144794 T3488 oasc.OverseerCollectionProcessor.amILeader According to ZK I (id=92094605142917123-127.0.0.1:50149_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1144795 T3488 oasc.SolrException.log ERROR :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work
   [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:1472)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 		at org.apache.solr.cloud.DistributedQueue.orderedChildren(DistributedQueue.java:99)
   [junit4]   2> 		at org.apache.solr.cloud.DistributedQueue.getTailId(DistributedQueue.java:483)
   [junit4]   2> 		at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:241)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	
   [junit4]   2> 1144797 T3488 oasc.OverseerCollectionProcessor.run ERROR Unable to prioritize overseer  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /roles.json
   [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:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:226)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:223)
   [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:223)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.prioritizeOverseerNodes(OverseerCollectionProcessor.java:412)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:256)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1144804 T3482 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50149_solr
   [junit4]   2> 1144805 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1144812 T3482 oasc.Overseer.start Overseer (id=92094605142917125-127.0.0.1:50149_solr-n_0000000001) starting
   [junit4]   2> 1144849 T3492 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1144850 T3491 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1144856 T3491 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1144858 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1144858 T3491 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1144858 T3491 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1144864 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1144865 T3486 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> 1145242 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1145294 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1145324 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145332 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145333 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1145333 T3491 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1145347 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1145348 T3491 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1145355 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1145355 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145357 T3494 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39e5046c name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1145358 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1145362 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1145369 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1145379 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1145379 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145383 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1145383 T3491 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1145388 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145394 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1145496 T3486 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> 1145497 T3494 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> 1145599 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1145616 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145617 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145617 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145622 T3491 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1145624 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 1145624 T3491 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1145624 T3491 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1145629 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145738 T3486 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> 1145738 T3494 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> 1146118 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146169 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146171 T3494 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1146188 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146188 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146188 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146193 T3491 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146200 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146309 T3494 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> 1146374 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146379 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146389 T3496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a624887 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146390 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146397 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1146414 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1146430 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146431 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146431 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146430 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146435 T3491 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146436 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146437 T3491 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146442 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146452 T3496 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1146454 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146454 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146458 T3491 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146458 T3491 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146465 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146472 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146473 T3482 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 1146476 T3490 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146477 T3498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a289f01 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146477 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146478 T3482 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146480 T3500 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@706886c9 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146480 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1146480 T3482 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146481 T3491 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50149_solr
   [junit4]   2> 1146485 T3501 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1146490 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1146492 T3482 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50149_solr
   [junit4]   2> 1146492 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1146499 T3482 oasc.Overseer.start Overseer (id=92094605142917129-127.0.0.1:50149_solr-n_0000000002) starting
   [junit4]   2> 1146500 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146515 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146525 T3503 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1146530 T3502 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146531 T3502 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 1146532 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146532 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146537 T3496 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> 1146538 T3498 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> 1146541 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146542 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146544 T3498 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> 1146547 T3496 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> 1146555 T3498 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> 1146558 T3496 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> 1146561 T3502 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1146563 T3502 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146564 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146565 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146570 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146677 T3498 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> 1146678 T3496 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> 1146720 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146731 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146731 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146732 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146733 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146737 T3502 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146739 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 1146739 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146744 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146751 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146752 T3498 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1146764 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146771 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146881 T3498 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> 1146956 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146961 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1146963 T3505 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b242bd3 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1146964 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1146966 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1146973 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1146985 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146985 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146986 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1146985 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1146990 T3502 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1146992 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1146992 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1146997 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147008 T3505 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1147009 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147010 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147013 T3502 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147013 T3502 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147019 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147022 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147030 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147031 T3482 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 1147033 T3500 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147036 T3507 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b54313f name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147036 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147041 T3482 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147044 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1147045 T3509 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@737bb199 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147045 T3482 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147045 T3502 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50149_solr
   [junit4]   2> 1147049 T3510 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1147060 T3482 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50149_solr
   [junit4]   2> 1147061 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1147062 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1147070 T3482 oasc.Overseer.start Overseer (id=92094605142917132-127.0.0.1:50149_solr-n_0000000003) starting
   [junit4]   2> 1147078 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147104 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147104 T3512 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1147110 T3511 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147112 T3511 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 1147113 T3511 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147113 T3511 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147115 T3507 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> 1147116 T3505 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> 1147122 T3511 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147123 T3511 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147124 T3507 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> 1147124 T3505 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> 1147131 T3507 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> 1147131 T3505 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> 1147136 T3511 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1147141 T3511 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147142 T3511 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147142 T3511 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147148 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147258 T3507 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> 1147259 T3505 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> 1147313 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147320 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147320 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147321 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147322 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147325 T3511 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147327 T3511 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 1147327 T3511 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147348 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147352 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147352 T3507 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1147364 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147371 T3509 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147481 T3507 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> 1147558 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147563 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147572 T3514 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@458fe7e name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147573 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147580 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1147594 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1147611 T3482 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 1147620 T3482 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147624 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147629 T3516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@107c2352 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147630 T3482 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147631 T3511 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50149_solr
   [junit4]   2> 1147634 T3517 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1147640 T3482 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50149_solr
   [junit4]   2> 1147640 T3482 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1147645 T3482 oasc.Overseer.start Overseer (id=92094605142917134-127.0.0.1:50149_solr-n_0000000004) starting
   [junit4]   2> 1147652 T3514 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1147654 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147662 T3486 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1147662 T3486 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1147663 T3486 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1147672 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1147675 T3520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@620ea738 name:ZooKeeperConnection Watcher:127.0.0.1:50149/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1147675 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1147678 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1147679 T3521 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1147681 T3518 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1147685 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1147687 T3518 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147688 T3518 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147689 T3518 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147695 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147695 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147697 T3514 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> 1147697 T3520 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> 1147707 T3518 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147708 T3518 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147708 T3518 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147712 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147714 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147719 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147722 T3518 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 1147722 T3518 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147728 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147837 T3514 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> 1147837 T3520 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> 1147919 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147933 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147934 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147935 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147933 T3470 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1147944 T3518 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147948 T3518 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 1147948 T3518 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1147953 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147961 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147962 T3520 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1147972 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1147980 T3516 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1148090 T3520 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> 1148168 T3470 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1148204 T3470 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50149 50149
   [junit4]   2> 1148235 T3471 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50149 50149
   [junit4]   2> 1148251 T3496 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1148253 T3496 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1148520 T3470 oas.SolrTestCaseJ4.tearDown ###Ending testShardLeaderChange
   [junit4]   2> 1148527 T3518 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50149_solr
   [junit4]   2> 1148528 T3522 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1148537 T3470 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignmentBigger
   [junit4]   2> 1148538 T3470 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1148540 T3523 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1148642 T3470 oasc.ZkTestServer.run start zk server on port:50166
   [junit4]   2> 1148644 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148654 T3529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bb99169 name:ZooKeeperConnection Watcher:127.0.0.1:50166 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148660 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148666 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148668 T3531 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4109c9e1 name:ZooKeeperConnection Watcher:127.0.0.1:50166 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148669 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148669 T3470 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1148677 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148680 T3533 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70f4b017 name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148681 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148682 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1148686 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148689 T3535 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38390ab6 name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148689 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148691 T3470 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1148696 T3470 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1148706 T3470 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50166_solr
   [junit4]   2> 1148706 T3470 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1148712 T3470 oasc.Overseer.start Overseer (id=92094605403947011-127.0.0.1:50166_solr-n_0000000000) starting
   [junit4]   2> 1148717 T3470 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1148725 T3470 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1148736 T3470 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1148745 T3470 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1148753 T3470 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1148765 T3470 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1148784 T3537 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1148785 T3470 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1148788 T3536 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1148793 T3470 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1148802 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148820 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148823 T3539 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@529caeff name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148823 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148825 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148833 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node0
   [junit4]   2> 1148841 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148843 T3541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f46742f name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148844 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148847 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148853 T3505 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1148853 T3505 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/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:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [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:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1148853 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 1148861 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148863 T3543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@659f329e name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148863 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148866 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148872 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 1148879 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148881 T3545 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@687684b7 name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148882 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148884 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148890 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node3
   [junit4]   2> 1148897 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148899 T3547 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@760d0ad6 name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148899 T3470 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1148902 T3470 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1148909 T3470 oascc.SolrZkClient.makePath makePath: /live_nodes/node4
   [junit4]   2> 1148917 T3470 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1148920 T3549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e25710e name:ZooKeeperConnection Watcher:127.0.0.1:50166/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1148921 T347

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

che.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene49: {timestamp=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=SimpleText), intDefault=Pulsing41(freqCutoff=12 minBlockSize=68 maxBlockSize=152), text=PostingsFormat(name=NestedPulsing), range_facet_l=PostingsFormat(name=SimpleText), a_t=PostingsFormat(name=SimpleText), _version_=Pulsing41(freqCutoff=12 minBlockSize=68 maxBlockSize=152)}, docValues:{timestamp=DocValuesFormat(name=Lucene49)}, sim=DefaultSimilarity, locale=uk, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=2,threads=1,free=176269416,total=395743232
   [junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, TestManagedStopFilterFactory, TestIBSimilarityFactory, BasicDistributedZkTest, DirectSolrSpellCheckerTest, TestGroupingSearch, DateRangeFieldTest, TestWordDelimiterFilterFactory, AnalyticsQueryTest, TestHighlightDedupGrouping, TestMissingGroups, HdfsChaosMonkeySafeLeaderTest, BinaryUpdateRequestHandlerTest, DateFieldTest, OverseerCollectionProcessorTest, QueryElevationComponentTest, SolrIndexSplitterTest, SearchHandlerTest, AlternateDirectoryTest, TestFastOutputStream, StatsComponentTest, BadCopyFieldTest, CoreAdminRequestStatusTest, TestSolr4Spatial, DistributedDebugComponentTest, TestSuggestSpellingConverter, TestSolrIndexConfig, SuggestComponentTest, TestComplexPhraseQParserPlugin, AliasIntegrationTest, SolrXmlInZkTest, HdfsLockFactoryTest, CollectionsAPIDistributedZkTest, SpellCheckComponentTest, TestSolrXml, TestRangeQuery, TestFoldingMultitermQuery, LeaderElectionTest, MoreLikeThisHandlerTest, CachingDirectoryFactoryTest, HardAutoCommitTest, ResourceLoaderTest, DirectUpdateHandlerTest, DistributedTermsComponentTest, MultiTermTest, TestCopyFieldCollectionResource, QueryParsingTest, TestRandomFaceting, SimplePostToolTest, TestCloudManagedSchema, TestReloadAndDeleteDocs, TestSolrXmlPersistor, TestDistributedMissingSort, SOLR749Test, TestSolrXmlPersistence, TestPseudoReturnFields, DistributedSpellCheckComponentTest, AsyncMigrateRouteKeyTest, PingRequestHandlerTest, DateMathParserTest, TestCursorMarkWithoutUniqueKey, ChangedSchemaMergeTest, TestStressUserVersions, OutputWriterTest, MinimalSchemaTest, RequestHandlersTest, TestPartialUpdateDeduplication, AtomicUpdatesTest, ReturnFieldsTest, TestSolrDeletionPolicy1, TestDFRSimilarityFactory, SolrRequestParserTest, TestValueSourceCache, TestExceedMaxTermLength, ExternalFileFieldSortTest, TestSolrJ, TestShardHandlerFactory, TestLMDirichletSimilarityFactory, AnalysisErrorHandlingTest, FieldAnalysisRequestHandlerTest, TestTolerantSearch, TestCloudInspectUtil, TestIndexSearcher, ClusterStateTest, IndexSchemaTest, CurrencyFieldOpenExchangeTest, TestReversedWildcardFilterFactory, PolyFieldTest, TestReload, SortByFunctionTest, ScriptEngineTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, DocExpirationUpdateProcessorFactoryTest, TestRandomDVFaceting, AddSchemaFieldsUpdateProcessorFactoryTest, TestUpdate, ZkControllerTest, FastVectorHighlighterTest, TestNRTOpen, BadComponentTest, TermsComponentTest, LegacyHTMLStripCharFilterTest, TestInfoStreamLogging, SuggesterWFSTTest, EnumFieldTest, DocValuesTest, TestAtomicUpdateErrorCases, ShardRoutingCustomTest, TestStressLucene, CursorPagingTest, AutoCommitTest, TestElisionMultitermQuery, SimpleFacetsTest, HdfsUnloadDistributedZkTest, DistributedQueryElevationComponentTest, DocValuesMissingTest, ShardRoutingTest, SolrTestCaseJ4Test, URLClassifyProcessorTest, TestManagedResource, RAMDirectoryFactoryTest, SolrCoreTest, TestManagedSchema, TestRequestStatusCollectionAPI, SampleTest, SuggesterTSTTest, TestSolrCoreProperties, TestManagedResourceStorage, TestJmxMonitoredMap, TestSerializedLuceneMatchVersion, OverseerTest, TestMiniSolrCloudCluster, TestConfig, MigrateRouteKeyTest, DocumentAnalysisRequestHandlerTest, SpellingQueryConverterTest, InfoHandlerTest, TestClassNameShortening, TestRecovery, FieldFacetExtrasTest, TestAnalyzedSuggestions, FullSolrCloudDistribCmdsTest, UpdateParamsTest, MultiThreadedOCPTest, TestDocBasedVersionConstraints, TestFunctionQuery, NoCacheHeaderTest, CopyFieldTest, EchoParamsTest, TestXIncludeConfig, CollectionsAPIAsyncDistributedZkTest, TestSchemaResource, TestCSVLoader, CacheHeaderTest, SyncSliceTest, TestComponentsName, TestCustomSort, TestStressRecovery, TestBinaryResponseWriter, TestSearchPerf, SoftAutoCommitTest, TestQuerySenderListener, SpellCheckCollatorTest, DistanceFunctionTest, AssignTest, TestQuerySenderNoQuery, TestQueryUtils, TestPostingsSolrHighlighter, TestCollectionAPI, DeleteShardTest, HdfsSyncSliceTest, TestCharFilters, RequiredFieldsTest, SystemInfoHandlerTest, UpdateRequestProcessorFactoryTest, TestStandardQParsers, QueryFacetTest, TestDefaultSimilarityFactory, TestJmxIntegration, SpatialFilterTest, NumericFieldsTest, TestPhraseSuggestions, ShowFileRequestHandlerTest, TestLRUCache, HighlighterConfigTest, RecoveryZkTest, TestDistribDocBasedVersion, SuggesterFSTTest, TestJoin, TestLMJelinekMercerSimilarityFactory, DisMaxRequestHandlerTest, OverseerStatusTest, TestTrie, HighlighterTest, TestPHPSerializedResponseWriter, CoreAdminHandlerTest, RegexBoostProcessorTest, TestIndexingPerformance, TestExtendedDismaxParser, TestBadConfig, ExpressionTest, AbstractAnalyticsFacetTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, ClusterStateUpdateTest, ZkSolrClientTest, TestZkChroot, ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestMultiCoreConfBootstrap, TestStressVersions, TestCoreContainer, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, BasicFunctionalityTest, TestLazyCores, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SuggesterTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestSolrQueryParser, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, TestCollationField, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestLFUCache, ResponseLogComponentTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, DOMUtilTest, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase, AbstractAnalyticsStatsTest, NoFacetTest, FieldFacetTest, RangeFacetTest, FunctionTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, HttpPartitionTest]
   [junit4] Completed in 120.37s, 1 test, 1 failure <<< FAILURES!

[...truncated 277 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 418 suites, 1710 tests, 1 error, 1 failure, 43 ignored (16 assumptions)

Total time: 115 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any