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

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

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

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:50124

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50124
	at __randomizedtesting.SeedInfo.seed([F6640A57391C91BB:7782844F4E43F187]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:505)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:536)
	at org.apache.solr.cloud.ShardSplitTest.splitByRouteFieldTest(ShardSplitTest.java:311)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:113)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	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.request(HttpSolrServer.java:395)
	... 45 more




Build Log:
[...truncated 19287 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 671065 T2392 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 671066 T2392 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 671072 T2392 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1393417664676
   [junit4]   2> 671074 T2392 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 671075 T2393 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 671178 T2392 oasc.ZkTestServer.run start zk server on port:50114
   [junit4]   2> 671179 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671186 T2399 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f658c31 name:ZooKeeperConnection Watcher:127.0.0.1:50114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671186 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671187 T2392 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 671200 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 671205 T2401 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1a33fc name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 671205 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 671206 T2392 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 671215 T2392 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 671223 T2392 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 671231 T2392 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 671239 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 671239 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 671253 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 671254 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 671263 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 671264 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 671274 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 671274 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 671283 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 671284 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 671292 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 671293 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 671302 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 671302 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 671312 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 671312 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 671321 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 671322 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 671330 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 671331 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 671339 T2392 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 671339 T2392 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 672454 T2392 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 672458 T2392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50117
   [junit4]   2> 672459 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 672459 T2392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 672460 T2392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954
   [junit4]   2> 672460 T2392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/'
   [junit4]   2> 672488 T2392 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/solr.xml
   [junit4]   2> 672564 T2392 oasc.CoreContainer.<init> New CoreContainer 1704632939
   [junit4]   2> 672565 T2392 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/]
   [junit4]   2> 672566 T2392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 672566 T2392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 672567 T2392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 672567 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 672567 T2392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 672568 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 672568 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 672568 T2392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 672568 T2392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 672579 T2392 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 672580 T2392 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 672580 T2392 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 672580 T2392 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50114/solr
   [junit4]   2> 672581 T2392 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 672582 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672587 T2412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b1d52ea name:ZooKeeperConnection Watcher:127.0.0.1:50114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672588 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672594 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672599 T2414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b691969 name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672600 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672605 T2392 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 672616 T2392 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 672628 T2392 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 672634 T2392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50117_
   [junit4]   2> 672636 T2392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50117_
   [junit4]   2> 672646 T2392 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 672653 T2392 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 672666 T2392 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50117_
   [junit4]   2> 672666 T2392 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 672673 T2392 oasc.Overseer.start Overseer (id=91319020072665091-127.0.0.1:50117_-n_0000000000) starting
   [junit4]   2> 672683 T2392 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 672697 T2416 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 672699 T2392 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 672699 T2416 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 672707 T2392 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 672712 T2392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 672721 T2415 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 672730 T2417 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 672730 T2417 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 672733 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672733 T2417 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 672738 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 672740 T2415 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:50117",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50117_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 672740 T2415 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 672741 T2415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 672748 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 672751 T2414 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> 673735 T2417 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 673735 T2417 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1
   [junit4]   2> 673735 T2417 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 673737 T2417 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 673737 T2417 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 673741 T2417 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 673741 T2417 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1/'
   [junit4]   2> 673743 T2417 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1/lib/.svn/' to classloader
   [junit4]   2> 673743 T2417 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1/lib/classes/' to classloader
   [junit4]   2> 673744 T2417 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1/lib/README' to classloader
   [junit4]   2> 673806 T2417 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 673871 T2417 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 673875 T2417 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 673883 T2417 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 674391 T2417 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 674394 T2417 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 674395 T2417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 674402 T2417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 674469 T2417 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 674470 T2417 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1393417664954/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1393417664676/control/data/
   [junit4]   2> 674470 T2417 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a151318
   [junit4]   2> 674471 T2417 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/control/data
   [junit4]   2> 674471 T2417 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1393417664676/control/data/index/
   [junit4]   2> 674471 T2417 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1393417664676/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 674471 T2417 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/control/data/index
   [junit4]   2> 674472 T2417 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 674472 T2417 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6352aca5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5212bbab),segFN=segments_1,generation=1}
   [junit4]   2> 674473 T2417 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 674476 T2417 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 674477 T2417 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 674477 T2417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 674477 T2417 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 674477 T2417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 674478 T2417 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 674478 T2417 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 674479 T2417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 674479 T2417 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 674479 T2417 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 674480 T2417 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 674480 T2417 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 674480 T2417 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 674481 T2417 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 674481 T2417 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 674482 T2417 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 674482 T2417 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 674491 T2417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 674496 T2417 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 674496 T2417 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 674496 T2417 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=56.24609375, floorSegmentMB=1.0888671875, forceMergeDeletesPctAllowed=27.95227509851484, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 674497 T2417 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6352aca5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5212bbab),segFN=segments_1,generation=1}
   [junit4]   2> 674497 T2417 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 674497 T2417 oass.SolrIndexSearcher.<init> Opening Searcher@483b8691[collection1] main
   [junit4]   2> 674503 T2418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@483b8691[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 674505 T2417 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 674507 T2392 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 674508 T2421 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50117 collection:control_collection shard:shard1
   [junit4]   2> 674508 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 674510 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 674510 T2421 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 674514 T2423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@250e773e name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 674514 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 674518 T2392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 674526 T2392 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 674530 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 674535 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674538 T2421 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 674538 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3237 name=collection1 org.apache.solr.core.SolrCore@21b8e4b9 url=http://127.0.0.1:50117/collection1 node=127.0.0.1:50117_ C3237_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:50117, core=collection1, node_name=127.0.0.1:50117_}
   [junit4]   2> 674539 T2421 C3237 P50117 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50117/collection1/
   [junit4]   2> 674539 T2421 C3237 P50117 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 674539 T2421 C3237 P50117 oasc.SyncStrategy.syncToMe http://127.0.0.1:50117/collection1/ has no replicas
   [junit4]   2> 674539 T2421 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50117/collection1/ shard1
   [junit4]   2> 674540 T2421 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 674542 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 674552 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674555 T2414 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> 674557 T2423 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> 674571 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674574 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 674581 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674688 T2423 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> 674690 T2414 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> 674732 T2421 oasc.ZkController.register We are http://127.0.0.1:50117/collection1/ and leader is http://127.0.0.1:50117/collection1/
   [junit4]   2> 674732 T2421 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50117
   [junit4]   2> 674732 T2421 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 674732 T2421 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 674732 T2421 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 674736 T2421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 674737 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674737 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674737 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674741 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 674744 T2415 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:50117",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50117_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 674750 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 674857 T2423 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> 674858 T2414 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> 675758 T2392 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 675759 T2392 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 675762 T2392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50121
   [junit4]   2> 675763 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 675763 T2392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 675764 T2392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130
   [junit4]   2> 675764 T2392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/'
   [junit4]   2> 675790 T2392 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/solr.xml
   [junit4]   2> 675864 T2392 oasc.CoreContainer.<init> New CoreContainer 1267851404
   [junit4]   2> 675864 T2392 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/]
   [junit4]   2> 675866 T2392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 675866 T2392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 675867 T2392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 675867 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 675867 T2392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 675867 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 675868 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 675868 T2392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 675868 T2392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 675878 T2392 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 675879 T2392 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 675879 T2392 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 675880 T2392 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50114/solr
   [junit4]   2> 675880 T2392 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 675881 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 675887 T2434 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@562d2e16 name:ZooKeeperConnection Watcher:127.0.0.1:50114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 675889 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 675902 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 675907 T2436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b20ef34 name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 675907 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 675923 T2392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 676936 T2392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50121_
   [junit4]   2> 676940 T2392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50121_
   [junit4]   2> 676955 T2423 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 676955 T2414 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 676955 T2436 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 676975 T2437 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 676975 T2437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 676978 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676978 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676978 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676978 T2437 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 676983 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 676985 T2415 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:50121",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50121_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 676986 T2415 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 676986 T2415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 676991 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 676994 T2423 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> 676995 T2414 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> 676996 T2436 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> 677980 T2437 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 677980 T2437 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1
   [junit4]   2> 677980 T2437 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 677982 T2437 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 677982 T2437 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 677985 T2437 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 677985 T2437 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1/'
   [junit4]   2> 677986 T2437 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1/lib/.svn/' to classloader
   [junit4]   2> 677987 T2437 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1/lib/classes/' to classloader
   [junit4]   2> 677987 T2437 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1/lib/README' to classloader
   [junit4]   2> 678057 T2437 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 678115 T2437 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 678119 T2437 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 678127 T2437 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 678648 T2437 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 678651 T2437 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 678653 T2437 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678660 T2437 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 678731 T2437 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 678731 T2437 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty1-1393417668130/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty1/
   [junit4]   2> 678732 T2437 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a151318
   [junit4]   2> 678732 T2437 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty1
   [junit4]   2> 678733 T2437 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty1/index/
   [junit4]   2> 678733 T2437 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 678734 T2437 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty1/index
   [junit4]   2> 678734 T2437 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 678735 T2437 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@131fec53 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@469f7910),segFN=segments_1,generation=1}
   [junit4]   2> 678735 T2437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678740 T2437 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 678741 T2437 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 678741 T2437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 678741 T2437 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678741 T2437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 678742 T2437 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 678742 T2437 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678742 T2437 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 678743 T2437 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 678744 T2437 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 678744 T2437 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 678745 T2437 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 678745 T2437 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 678745 T2437 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 678746 T2437 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 678747 T2437 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 678747 T2437 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 678756 T2437 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 678761 T2437 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 678761 T2437 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 678762 T2437 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=56.24609375, floorSegmentMB=1.0888671875, forceMergeDeletesPctAllowed=27.95227509851484, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 678762 T2437 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@131fec53 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@469f7910),segFN=segments_1,generation=1}
   [junit4]   2> 678763 T2437 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 678763 T2437 oass.SolrIndexSearcher.<init> Opening Searcher@f2b056f[collection1] main
   [junit4]   2> 678768 T2438 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f2b056f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 678771 T2437 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 678773 T2392 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 678773 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 678773 T2441 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50121 collection:collection1 shard:shard2
   [junit4]   2> 678777 T2441 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 678800 T2441 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 678806 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678811 T2441 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 678811 T2441 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3238 name=collection1 org.apache.solr.core.SolrCore@202e35b5 url=http://127.0.0.1:50121/collection1 node=127.0.0.1:50121_ C3238_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50121, core=collection1, node_name=127.0.0.1:50121_}
   [junit4]   2> 678811 T2441 C3238 P50121 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50121/collection1/
   [junit4]   2> 678812 T2441 C3238 P50121 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 678812 T2441 C3238 P50121 oasc.SyncStrategy.syncToMe http://127.0.0.1:50121/collection1/ has no replicas
   [junit4]   2> 678813 T2441 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50121/collection1/ shard2
   [junit4]   2> 678813 T2441 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 678819 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 678836 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678839 T2423 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> 678842 T2414 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> 678843 T2436 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> 678865 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 678879 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 678992 T2414 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> 678993 T2423 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> 678992 T2436 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> 679012 T2441 oasc.ZkController.register We are http://127.0.0.1:50121/collection1/ and leader is http://127.0.0.1:50121/collection1/
   [junit4]   2> 679012 T2441 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50121
   [junit4]   2> 679012 T2441 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 679012 T2441 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 679012 T2441 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 679015 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 679015 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 679016 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 679017 T2441 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 679021 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 679023 T2415 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:50121",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50121_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 679030 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 679138 T2423 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> 679138 T2436 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> 679141 T2414 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> 680070 T2392 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 680070 T2392 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 680075 T2392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50124
   [junit4]   2> 680075 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 680076 T2392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 680076 T2392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377
   [junit4]   2> 680076 T2392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/'
   [junit4]   2> 680107 T2392 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/solr.xml
   [junit4]   2> 680188 T2392 oasc.CoreContainer.<init> New CoreContainer 734112348
   [junit4]   2> 680189 T2392 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/]
   [junit4]   2> 680190 T2392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 680190 T2392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 680190 T2392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 680191 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 680191 T2392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 680191 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 680191 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 680192 T2392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 680192 T2392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 680202 T2392 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 680203 T2392 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 680203 T2392 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 680203 T2392 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50114/solr
   [junit4]   2> 680204 T2392 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 680205 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 680209 T2452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37979475 name:ZooKeeperConnection Watcher:127.0.0.1:50114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680211 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 680216 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 680219 T2454 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48d3a34a name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 680220 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 680233 T2392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 681243 T2392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50124_
   [junit4]   2> 681246 T2392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50124_
   [junit4]   2> 681255 T2454 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 681255 T2436 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 681256 T2414 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 681256 T2423 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 681276 T2455 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 681277 T2455 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 681280 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 681280 T2455 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 681280 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 681281 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 681285 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 681287 T2415 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:50124",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50124_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 681288 T2415 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 681288 T2415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 681296 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 681298 T2414 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> 681299 T2423 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> 681298 T2454 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> 681299 T2436 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> 682281 T2455 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 682282 T2455 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1
   [junit4]   2> 682282 T2455 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 682284 T2455 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 682284 T2455 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 682287 T2455 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 682287 T2455 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1/'
   [junit4]   2> 682289 T2455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1/lib/.svn/' to classloader
   [junit4]   2> 682289 T2455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1/lib/classes/' to classloader
   [junit4]   2> 682289 T2455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1/lib/README' to classloader
   [junit4]   2> 682362 T2455 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 682426 T2455 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 682429 T2455 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 682437 T2455 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 682944 T2455 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 682947 T2455 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 682948 T2455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 682956 T2455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 683032 T2455 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 683033 T2455 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty2-1393417672377/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty2/
   [junit4]   2> 683033 T2455 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a151318
   [junit4]   2> 683033 T2455 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty2
   [junit4]   2> 683034 T2455 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty2/index/
   [junit4]   2> 683034 T2455 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 683035 T2455 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty2/index
   [junit4]   2> 683035 T2455 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 683036 T2455 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d666f9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@622d2656),segFN=segments_1,generation=1}
   [junit4]   2> 683036 T2455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 683041 T2455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 683042 T2455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 683043 T2455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 683043 T2455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 683043 T2455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 683044 T2455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 683044 T2455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 683045 T2455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 683045 T2455 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 683046 T2455 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 683046 T2455 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 683046 T2455 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 683047 T2455 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 683047 T2455 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 683048 T2455 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 683048 T2455 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 683049 T2455 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 683058 T2455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 683063 T2455 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 683063 T2455 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 683064 T2455 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=56.24609375, floorSegmentMB=1.0888671875, forceMergeDeletesPctAllowed=27.95227509851484, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 683064 T2455 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d666f9d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@622d2656),segFN=segments_1,generation=1}
   [junit4]   2> 683065 T2455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 683065 T2455 oass.SolrIndexSearcher.<init> Opening Searcher@5fca3a97[collection1] main
   [junit4]   2> 683070 T2456 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5fca3a97[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 683073 T2455 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 683075 T2392 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 683075 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 683075 T2459 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50124 collection:collection1 shard:shard1
   [junit4]   2> 683079 T2459 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 683098 T2459 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 683106 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683111 T2459 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 683111 T2459 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3239 name=collection1 org.apache.solr.core.SolrCore@70ae9bbe url=http://127.0.0.1:50124/collection1 node=127.0.0.1:50124_ C3239_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:50124, core=collection1, node_name=127.0.0.1:50124_}
   [junit4]   2> 683112 T2459 C3239 P50124 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50124/collection1/
   [junit4]   2> 683112 T2459 C3239 P50124 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 683113 T2459 C3239 P50124 oasc.SyncStrategy.syncToMe http://127.0.0.1:50124/collection1/ has no replicas
   [junit4]   2> 683113 T2459 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50124/collection1/ shard1
   [junit4]   2> 683112 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 683114 T2459 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 683124 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683127 T2414 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> 683127 T2423 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> 683127 T2436 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> 683131 T2454 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> 683147 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683152 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 683161 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683268 T2423 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> 683268 T2414 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> 683268 T2436 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> 683273 T2454 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> 683305 T2459 oasc.ZkController.register We are http://127.0.0.1:50124/collection1/ and leader is http://127.0.0.1:50124/collection1/
   [junit4]   2> 683305 T2459 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50124
   [junit4]   2> 683306 T2459 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 683306 T2459 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 683306 T2459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 683308 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683309 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683309 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683310 T2459 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 683312 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 683314 T2415 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:50124",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50124_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 683321 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 683428 T2414 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> 683428 T2423 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> 683430 T2436 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> 683431 T2454 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> 684299 T2392 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 684299 T2392 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 684304 T2392 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50127
   [junit4]   2> 684304 T2392 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 684305 T2392 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 684305 T2392 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679
   [junit4]   2> 684305 T2392 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/'
   [junit4]   2> 684335 T2392 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/solr.xml
   [junit4]   2> 684408 T2392 oasc.CoreContainer.<init> New CoreContainer 1799932474
   [junit4]   2> 684409 T2392 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/]
   [junit4]   2> 684410 T2392 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 684410 T2392 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 684410 T2392 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 684411 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 684411 T2392 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 684411 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 684411 T2392 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 684412 T2392 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 684412 T2392 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 684422 T2392 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 684423 T2392 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 684424 T2392 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 684424 T2392 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50114/solr
   [junit4]   2> 684424 T2392 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 684426 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 684430 T2470 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77d4dcdc name:ZooKeeperConnection Watcher:127.0.0.1:50114 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 684432 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 684437 T2392 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 684443 T2472 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f6b5043 name:ZooKeeperConnection Watcher:127.0.0.1:50114/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 684443 T2392 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 684459 T2392 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 685470 T2392 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50127_
   [junit4]   2> 685474 T2392 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50127_
   [junit4]   2> 685486 T2472 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 685486 T2436 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 685486 T2454 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 685486 T2414 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 685487 T2423 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 685503 T2473 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 685504 T2473 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 685506 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685507 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685507 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685506 T2473 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 685512 T2415 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 685514 T2415 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:50127",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50127_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 685514 T2415 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 685514 T2415 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 685522 T2414 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685525 T2436 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> 685526 T2472 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> 685526 T2414 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> 685526 T2454 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> 685526 T2423 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> 686509 T2473 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 686510 T2473 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1
   [junit4]   2> 686510 T2473 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 686512 T2473 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 686512 T2473 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 686515 T2473 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 686515 T2473 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1/'
   [junit4]   2> 686516 T2473 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1/lib/.svn/' to classloader
   [junit4]   2> 686517 T2473 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1/lib/classes/' to classloader
   [junit4]   2> 686517 T2473 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1/lib/README' to classloader
   [junit4]   2> 686590 T2473 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 686649 T2473 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 686653 T2473 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 686660 T2473 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 687215 T2473 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 687218 T2473 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 687219 T2473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 687227 T2473 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 687296 T2473 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 687297 T2473 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1393417676679/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty3/
   [junit4]   2> 687297 T2473 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a151318
 

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

eeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> ASYNC  NEW_CORE C3473 name=collection1 org.apache.solr.core.SolrCore@4a49c665 url=http://127.0.0.1:50131/collection1 node=127.0.0.1:50131_ C3473_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:50131, core=collection1, node_name=127.0.0.1:50131_}
   [junit4]   2> 1136405 T2491 C3473 P50131 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 1136407 T2491 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 1136407 T2491 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a49c665
   [junit4]   2> 1136424 T2491 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=123,cumulative_deletesById=34,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=1}
   [junit4]   2> 1136425 T2491 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1136425 T2491 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1136425 T2491 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1136427 T2491 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1136428 T2491 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1136428 T2491 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4/index;done=false>>]
   [junit4]   2> 1136429 T2491 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4/index
   [junit4]   2> 1136429 T2491 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4;done=false>>]
   [junit4]   2> 1136429 T2491 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1393417664676/jetty4
   [junit4]   2> 1136430 T2491 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/routeFieldColl/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1136431 T2491 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1136431 T2491 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=43), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=43)), sim=DefaultSimilarity, locale=fr, timezone=America/Guadeloupe
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=2,threads=1,free=52958448,total=189173760
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashPartitioner, SolrPluginUtilsTest, TestFunctionQuery, TestUtils, TestReplicationHandler, CursorMarkTest, SpellCheckCollatorTest, MoreLikeThisHandlerTest, DocValuesMultiTest, ConvertedLegacyTest, CachingDirectoryFactoryTest, UUIDFieldTest, BinaryUpdateRequestHandlerTest, XmlUpdateRequestHandlerTest, TestManagedSchemaFieldResource, CSVRequestHandlerTest, DeleteShardTest, TestHighFrequencyDictionaryFactory, TestDistributedSearch, TestDocumentBuilder, TestIBSimilarityFactory, TestQueryUtils, SchemaVersionSpecificBehaviorTest, TestLMDirichletSimilarityFactory, DeleteInactiveReplicaTest, TestInitQParser, TestPerFieldSimilarity, TermVectorComponentDistributedTest, DebugComponentTest, TestRandomFaceting, OpenCloseCoreStressTest, TestElisionMultitermQuery, TestSolrDeletionPolicy2, CoreMergeIndexesAdminHandlerTest, AbstractAnalyticsFacetTest, TestClassNameShortening, TestSolrXMLSerializer, RegexBoostProcessorTest, IndexBasedSpellCheckerTest, CacheHeaderTest, TestTrie, TestCollationField, BadCopyFieldTest, TestCollationFieldDocValues, TestStressReorder, TestFieldCollectionResource, TestFieldTypeResource, SolrTestCaseJ4Test, SampleTest, BasicZkTest, LukeRequestHandlerTest, TestCSVResponseWriter, TestSimpleQParserPlugin, MigrateRouteKeyTest, FieldAnalysisRequestHandlerTest, TestCloudManagedSchemaAddField, TestFastLRUCache, DistributedQueryComponentCustomSortTest, BasicFunctionalityTest, TestPartialUpdateDeduplication, DistributedDebugComponentTest, TestWriterPerf, RangeFacetTest, TestSolrIndexConfig, BadComponentTest, ClusterStateUpdateTest, TestCoreContainer, HdfsLockFactoryTest, ShowFileRequestHandlerTest, PluginInfoTest, PreAnalyzedFieldTest, TestCoreDiscovery, CoreContainerCoreInitFailuresTest, SolrIndexConfigTest, ZkNodePropsTest, FieldMutatingUpdateProcessorTest, TestRemoteStreaming, TestQuerySenderNoQuery, ShardSplitTest]
   [junit4] Completed in 465.42s, 1 test, 1 error <<< FAILURES!

[...truncated 906 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:445: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:490: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1274: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:907: There were test failures: 373 suites, 1606 tests, 1 error, 40 ignored (6 assumptions)

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