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

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1407 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1407/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:49564
	at __randomizedtesting.SeedInfo.seed([2CE50CBF3EF04DA5:AD0382A749AF2D99]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:563)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:205)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:527)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:148)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:100)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:451)
	... 45 more




Build Log:
[...truncated 19486 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 254956 T833 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 254960 T833 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1395783508875
   [junit4]   2> 254962 T833 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 254963 T834 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 255065 T833 oasc.ZkTestServer.run start zk server on port:49554
   [junit4]   2> 255068 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 255082 T840 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b4e178d name:ZooKeeperConnection Watcher:127.0.0.1:49554 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 255083 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 255084 T833 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 255096 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 255100 T842 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ddb0700 name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 255100 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 255100 T833 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 255108 T833 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 255113 T833 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 255117 T833 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 255122 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 255123 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 255131 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 255131 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 255140 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 255141 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 255149 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 255149 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 255158 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 255159 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 255165 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 255165 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 255209 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 255210 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 255214 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 255216 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 255221 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 255222 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 255227 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 255227 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 255232 T833 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 255233 T833 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 256765 T833 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 256813 T833 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49557
   [junit4]   2> 256814 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 256815 T833 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 256815 T833 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156
   [junit4]   2> 256816 T833 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/'
   [junit4]   2> 256868 T833 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/solr.xml
   [junit4]   2> 256883 T833 oasc.CoreContainer.<init> New CoreContainer 251708302
   [junit4]   2> 256883 T833 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/]
   [junit4]   2> 256884 T833 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 256884 T833 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 256884 T833 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 256885 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 256885 T833 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 256885 T833 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 256886 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 256886 T833 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 256886 T833 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 256887 T833 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 256888 T833 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 256888 T833 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 256889 T833 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49554/solr
   [junit4]   2> 256889 T833 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 256891 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 256896 T853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@210ca028 name:ZooKeeperConnection Watcher:127.0.0.1:49554 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 256897 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 256902 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 256906 T855 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c2ca101 name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 256907 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 256911 T833 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 256917 T833 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 256926 T833 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 256934 T833 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 256941 T833 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 256949 T833 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 256954 T833 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49557_
   [junit4]   2> 256956 T833 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49557_
   [junit4]   2> 256963 T833 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 256969 T833 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 256980 T833 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49557_
   [junit4]   2> 256980 T833 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 256987 T833 oasc.Overseer.start Overseer (id=91474068037894147-127.0.0.1:49557_-n_0000000000) starting
   [junit4]   2> 256995 T833 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 257021 T857 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 257022 T833 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 257024 T857 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 257028 T833 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 257033 T833 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 257041 T856 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 257044 T858 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 257044 T858 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 257046 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 257046 T858 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 257050 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 257051 T856 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:49557",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49557_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 257051 T856 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 257052 T856 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 257057 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 257059 T855 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> 258049 T858 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 258049 T858 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 258053 T858 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 258053 T858 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 258059 T858 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 258060 T858 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/collection1/'
   [junit4]   2> 258062 T858 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/collection1/lib/.svn/' to classloader
   [junit4]   2> 258065 T858 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/collection1/lib/classes/' to classloader
   [junit4]   2> 258066 T858 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/collection1/lib/README' to classloader
   [junit4]   2> 258143 T858 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 258167 T858 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 258172 T858 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 258185 T858 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 258370 T858 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 258371 T858 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 258372 T858 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 258377 T858 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 258421 T858 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 258421 T858 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 258421 T858 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1395783509156/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1395783508874/control/data/
   [junit4]   2> 258421 T858 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1885a903
   [junit4]   2> 258422 T858 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/control/data
   [junit4]   2> 258423 T858 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1395783508874/control/data/index/
   [junit4]   2> 258423 T858 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1395783508874/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 258424 T858 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/control/data/index
   [junit4]   2> 258424 T858 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 258425 T858 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58af024d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72b5e39a),segFN=segments_1,generation=1}
   [junit4]   2> 258425 T858 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 258428 T858 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 258428 T858 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 258429 T858 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 258429 T858 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 258430 T858 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 258430 T858 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 258430 T858 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 258431 T858 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 258431 T858 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 258431 T858 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 258432 T858 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 258432 T858 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 258433 T858 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 258434 T858 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 258434 T858 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 258434 T858 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 258441 T858 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 258444 T858 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 258445 T858 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 258445 T858 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7926086417461055]
   [junit4]   2> 258445 T858 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58af024d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72b5e39a),segFN=segments_1,generation=1}
   [junit4]   2> 258446 T858 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 258446 T858 oass.SolrIndexSearcher.<init> Opening Searcher@2129bc9b[collection1] main
   [junit4]   2> 258449 T859 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2129bc9b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 258449 T858 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 258451 T862 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49557 collection:control_collection shard:shard1
   [junit4]   2> 258452 T833 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 258452 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 258453 T862 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 258456 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 258461 T864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bb2ce9d name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 258461 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 258465 T833 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 258472 T833 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 258472 T862 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 258484 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258486 T862 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 258486 T862 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C200 name=collection1 org.apache.solr.core.SolrCore@124a9ba4 url=http://127.0.0.1:49557/collection1 node=127.0.0.1:49557_ C200_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:49557, core=collection1, node_name=127.0.0.1:49557_}
   [junit4]   2> 258486 T862 C200 P49557 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49557/collection1/
   [junit4]   2> 258487 T862 C200 P49557 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 258487 T862 C200 P49557 oasc.SyncStrategy.syncToMe http://127.0.0.1:49557/collection1/ has no replicas
   [junit4]   2> 258488 T862 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49557/collection1/ shard1
   [junit4]   2> 258488 T862 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 258490 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 258505 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258512 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258522 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258627 T855 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> 258628 T864 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> 258671 T862 oasc.ZkController.register We are http://127.0.0.1:49557/collection1/ and leader is http://127.0.0.1:49557/collection1/
   [junit4]   2> 258671 T862 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49557
   [junit4]   2> 258672 T862 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 258673 T862 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 258673 T862 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 258676 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258678 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258679 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258681 T862 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 258687 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 258689 T856 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:49557",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49557_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 258697 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258802 T855 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> 258802 T864 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> 260083 T833 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 260084 T833 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 260090 T833 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49561
   [junit4]   2> 260091 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 260092 T833 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 260092 T833 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385
   [junit4]   2> 260092 T833 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/'
   [junit4]   2> 260123 T833 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/solr.xml
   [junit4]   2> 260137 T833 oasc.CoreContainer.<init> New CoreContainer 1872203404
   [junit4]   2> 260138 T833 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/]
   [junit4]   2> 260138 T833 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 260138 T833 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 260139 T833 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 260139 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 260139 T833 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 260140 T833 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 260140 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 260140 T833 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 260140 T833 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 260141 T833 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 260142 T833 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 260142 T833 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 260142 T833 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49554/solr
   [junit4]   2> 260143 T833 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 260144 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 260150 T875 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28fdbdb9 name:ZooKeeperConnection Watcher:127.0.0.1:49554 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 260151 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 260157 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 260160 T877 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b141e7b name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 260160 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 260180 T833 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 261191 T833 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49561_
   [junit4]   2> 261195 T833 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49561_
   [junit4]   2> 261211 T864 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 261211 T855 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 261213 T877 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 261257 T878 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 261258 T878 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 261263 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 261263 T878 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 261264 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 261266 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 261276 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 261280 T856 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:49561",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49561_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 261280 T856 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 261281 T856 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 261293 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 261294 T855 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> 261295 T877 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> 261295 T864 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> 262266 T878 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 262267 T878 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 262270 T878 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 262270 T878 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 262276 T878 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 262277 T878 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/collection1/'
   [junit4]   2> 262279 T878 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/collection1/lib/.svn/' to classloader
   [junit4]   2> 262281 T878 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/collection1/lib/classes/' to classloader
   [junit4]   2> 262282 T878 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/collection1/lib/README' to classloader
   [junit4]   2> 262343 T878 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 262361 T878 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 262368 T878 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 262373 T878 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 262532 T878 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 262534 T878 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 262535 T878 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 262541 T878 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 262585 T878 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 262585 T878 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 262585 T878 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty1-1395783512385/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty1/
   [junit4]   2> 262585 T878 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1885a903
   [junit4]   2> 262586 T878 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty1
   [junit4]   2> 262586 T878 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty1/index/
   [junit4]   2> 262587 T878 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 262588 T878 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty1/index
   [junit4]   2> 262589 T878 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 262590 T878 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@38dea1a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72cf040c),segFN=segments_1,generation=1}
   [junit4]   2> 262590 T878 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 262594 T878 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 262594 T878 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 262594 T878 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 262595 T878 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 262595 T878 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 262595 T878 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 262596 T878 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 262597 T878 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 262599 T878 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 262599 T878 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 262600 T878 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 262600 T878 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 262600 T878 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 262602 T878 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 262602 T878 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 262603 T878 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 262608 T878 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 262617 T878 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 262617 T878 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 262618 T878 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7926086417461055]
   [junit4]   2> 262618 T878 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@38dea1a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72cf040c),segFN=segments_1,generation=1}
   [junit4]   2> 262618 T878 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 262619 T878 oass.SolrIndexSearcher.<init> Opening Searcher@6ff67c32[collection1] main
   [junit4]   2> 262625 T879 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ff67c32[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 262628 T878 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 262631 T882 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49561 collection:collection1 shard:shard2
   [junit4]   2> 262632 T833 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 262632 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 262633 T882 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 262650 T882 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 262654 T882 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 262655 T882 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C201 name=collection1 org.apache.solr.core.SolrCore@2c3aa210 url=http://127.0.0.1:49561/collection1 node=127.0.0.1:49561_ C201_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49561, core=collection1, node_name=127.0.0.1:49561_}
   [junit4]   2> 262655 T882 C201 P49561 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49561/collection1/
   [junit4]   2> 262655 T882 C201 P49561 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 262655 T882 C201 P49561 oasc.SyncStrategy.syncToMe http://127.0.0.1:49561/collection1/ has no replicas
   [junit4]   2> 262657 T882 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49561/collection1/ shard2
   [junit4]   2> 262657 T882 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 262656 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262661 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 262670 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262676 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262685 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262790 T855 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> 262791 T864 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> 262790 T877 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> 262833 T882 oasc.ZkController.register We are http://127.0.0.1:49561/collection1/ and leader is http://127.0.0.1:49561/collection1/
   [junit4]   2> 262833 T882 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49561
   [junit4]   2> 262833 T882 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 262841 T882 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 262841 T882 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 262844 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262845 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262845 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262847 T882 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 262850 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 262853 T856 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:49561",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49561_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 262859 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262966 T855 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> 262966 T864 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> 262968 T877 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> 264204 T833 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 264205 T833 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 264210 T833 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49564
   [junit4]   2> 264211 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 264212 T833 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 264212 T833 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546
   [junit4]   2> 264213 T833 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/'
   [junit4]   2> 264246 T833 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/solr.xml
   [junit4]   2> 264271 T833 oasc.CoreContainer.<init> New CoreContainer 1470118652
   [junit4]   2> 264272 T833 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/]
   [junit4]   2> 264272 T833 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 264273 T833 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 264273 T833 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 264273 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 264274 T833 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 264275 T833 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 264276 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 264276 T833 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 264276 T833 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 264277 T833 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 264278 T833 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 264278 T833 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 264279 T833 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49554/solr
   [junit4]   2> 264280 T833 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 264282 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 264287 T893 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a0f7028 name:ZooKeeperConnection Watcher:127.0.0.1:49554 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 264288 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 264294 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 264298 T895 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42a718b name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 264299 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 264320 T833 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 265332 T833 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49564_
   [junit4]   2> 265337 T833 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49564_
   [junit4]   2> 265357 T864 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 265358 T855 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 265358 T877 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 265359 T895 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 265384 T896 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 265385 T896 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 265390 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 265392 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 265392 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 265394 T896 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 265401 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 265404 T856 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:49564",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49564_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 265404 T856 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 265405 T856 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 265413 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 265416 T864 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> 265416 T877 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> 265416 T895 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> 265416 T855 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> 266396 T896 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 266397 T896 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 266401 T896 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 266401 T896 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 266406 T896 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 266406 T896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/collection1/'
   [junit4]   2> 266411 T896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/collection1/lib/.svn/' to classloader
   [junit4]   2> 266413 T896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/collection1/lib/classes/' to classloader
   [junit4]   2> 266413 T896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/collection1/lib/README' to classloader
   [junit4]   2> 266475 T896 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 266498 T896 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 266502 T896 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 266506 T896 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 266667 T896 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 266670 T896 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 266671 T896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 266679 T896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 266727 T896 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 266728 T896 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 266728 T896 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1395783516546/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty2/
   [junit4]   2> 266728 T896 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1885a903
   [junit4]   2> 266729 T896 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty2
   [junit4]   2> 266730 T896 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty2/index/
   [junit4]   2> 266730 T896 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 266730 T896 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty2/index
   [junit4]   2> 266731 T896 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 266731 T896 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c20e8fd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ede33a4),segFN=segments_1,generation=1}
   [junit4]   2> 266731 T896 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 266736 T896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 266737 T896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 266737 T896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 266737 T896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 266737 T896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 266738 T896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 266738 T896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 266738 T896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 266738 T896 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 266739 T896 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 266740 T896 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 266740 T896 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 266740 T896 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 266741 T896 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 266741 T896 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 266742 T896 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 266746 T896 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 266755 T896 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 266755 T896 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 266756 T896 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7926086417461055]
   [junit4]   2> 266756 T896 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c20e8fd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ede33a4),segFN=segments_1,generation=1}
   [junit4]   2> 266756 T896 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 266757 T896 oass.SolrIndexSearcher.<init> Opening Searcher@6efdb61d[collection1] main
   [junit4]   2> 266762 T897 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6efdb61d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 266763 T896 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 266764 T900 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49564 collection:collection1 shard:shard1
   [junit4]   2> 266766 T833 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 266767 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 266767 T900 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 266782 T900 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 266787 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266789 T900 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 266789 T900 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C202 name=collection1 org.apache.solr.core.SolrCore@757f2b4f url=http://127.0.0.1:49564/collection1 node=127.0.0.1:49564_ C202_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49564, core=collection1, node_name=127.0.0.1:49564_}
   [junit4]   2> 266789 T900 C202 P49564 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49564/collection1/
   [junit4]   2> 266789 T900 C202 P49564 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 266790 T900 C202 P49564 oasc.SyncStrategy.syncToMe http://127.0.0.1:49564/collection1/ has no replicas
   [junit4]   2> 266790 T900 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49564/collection1/ shard1
   [junit4]   2> 266790 T900 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 266791 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 266799 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266803 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266813 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266919 T877 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> 266920 T864 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> 266922 T855 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> 266923 T895 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> 266959 T900 oasc.ZkController.register We are http://127.0.0.1:49564/collection1/ and leader is http://127.0.0.1:49564/collection1/
   [junit4]   2> 266960 T900 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49564
   [junit4]   2> 266960 T900 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 266960 T900 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 266960 T900 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 266963 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266964 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266964 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 266965 T900 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 266969 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 266971 T856 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:49564",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49564_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 266978 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 267090 T877 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> 267090 T895 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> 267090 T855 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> 267091 T864 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> 268379 T833 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 268380 T833 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 268387 T833 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49567
   [junit4]   2> 268388 T833 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 268388 T833 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 268388 T833 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681
   [junit4]   2> 268389 T833 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/'
   [junit4]   2> 268430 T833 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/solr.xml
   [junit4]   2> 268456 T833 oasc.CoreContainer.<init> New CoreContainer 921361831
   [junit4]   2> 268456 T833 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/]
   [junit4]   2> 268457 T833 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 268457 T833 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 268458 T833 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 268458 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 268458 T833 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 268459 T833 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 268459 T833 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 268460 T833 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 268461 T833 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 268461 T833 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 268462 T833 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 268462 T833 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 268463 T833 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49554/solr
   [junit4]   2> 268463 T833 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 268465 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 268471 T911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6108b7b3 name:ZooKeeperConnection Watcher:127.0.0.1:49554 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 268472 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 268478 T833 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 268482 T913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a3a535 name:ZooKeeperConnection Watcher:127.0.0.1:49554/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 268482 T833 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 268504 T833 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 269516 T833 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49567_
   [junit4]   2> 269520 T833 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49567_
   [junit4]   2> 269534 T864 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 269535 T855 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 269536 T913 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 269539 T895 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 269539 T877 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 269565 T914 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 269565 T914 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 269569 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 269570 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 269570 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 269569 T914 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 269578 T856 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 269581 T856 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:49567",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49567_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 269582 T856 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 269582 T856 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 269598 T855 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 269603 T864 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 269603 T877 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 269604 T855 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 269604 T895 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 269606 T913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 270573 T914 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 270573 T914 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 270577 T914 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 270577 T914 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 270583 T914 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 270583 T914 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/collection1/'
   [junit4]   2> 270586 T914 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/collection1/lib/.svn/' to classloader
   [junit4]   2> 270587 T914 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/collection1/lib/classes/' to classloader
   [junit4]   2> 270588 T914 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/collection1/lib/README' to classloader
   [junit4]   2> 270652 T914 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 270679 T914 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 270686 T914 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 270695 T914 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 270866 T914 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 270879 T914 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 270879 T914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 270885 T914 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 270938 T914 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 270939 T914 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 270939 T914 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1395783520681/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty3/
   [junit4]   2> 270939 T914 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1885a903
   [junit4]   2> 270940 T914 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty3
   [junit4]   2> 270941 T914 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty3/index/
   [junit4]   2> 270941 T914 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 270942 T914 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty3/index
   [junit4]   2> 270943 T914 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 270944 T914 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@237f7c6f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b40cd12),segFN=segments_1,generation=1}
   [junit4]   2> 270944 T914 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 270947 T914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 270947 T914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 270948 T914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 270948 T914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 270949 T914 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 270949 T914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 270949 T914 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChai

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

tion_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 584442 T933 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 584442 T933 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 584442 T933 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 584445 T933 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 584445 T933 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 584445 T933 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4/index;done=false>>]
   [junit4]   2> 584445 T933 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4/index
   [junit4]   2> 584446 T933 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4;done=false>>]
   [junit4]   2> 584446 T933 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1395783508874/jetty4
   [junit4]   2> 584446 T933 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 584447 T933 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:290)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:122)
   [junit4]   2> 		... 7 more
   [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:208)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:205)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:416)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
   [junit4]   2> 		... 8 more
   [junit4]   2> 	
   [junit4]   2> 584448 T933 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/91474068037894156-core_node4-n_0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:176)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:173)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:173)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:71)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:309)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 584448 T933 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 584449 T933 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=sq_AL, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0 (64-bit)/cpus=2,threads=1,free=33767592,total=134512640
   [junit4]   2> NOTE: All tests run in this JVM: [TestNonDefinedSimilarityFactory, TestCopyFieldCollectionResource, TestLRUCache, RemoteQueryErrorTest, CoreAdminRequestStatusTest, RecoveryZkTest, SolrCoreTest, HdfsDirectoryTest, TestSolrXMLSerializer, SuggesterFSTTest, TestSurroundQueryParser, TestJmxMonitoredMap, TestBM25SimilarityFactory, AddBlockUpdateTest, DistributedExpandComponentTest, TestSweetSpotSimilarityFactory, TestQueryTypes, SolrTestCaseJ4Test, TestClassNameShortening, SyncSliceTest, CoreContainerCoreInitFailuresTest, TestPerFieldSimilarity, TestIndexSearcher, TestFuzzyAnalyzedSuggestions, LeaderElectionIntegrationTest, RequiredFieldsTest, SliceStateTest, CurrencyFieldXmlFileTest, AlternateDirectoryTest, TestAnalyzeInfixSuggestions, TestCursorMarkWithoutUniqueKey, ShardSplitTest]
   [junit4] Completed in 330.30s, 1 test, 1 error <<< FAILURES!

[...truncated 1076 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:490: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1276: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:908: There were test failures: 379 suites, 1603 tests, 1 error, 42 ignored (15 assumptions)

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