You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/02/28 16:08:49 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 525 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/525/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:32496/p/fh/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:32496/p/fh/collection1
	at __randomizedtesting.SeedInfo.seed([A795C68DB21BD639:26734895C544B605]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:509)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.compareResults(AbstractFullDistribZkTestBase.java:1338)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.compareResults(AbstractFullDistribZkTestBase.java:1290)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:415)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:145)
	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:616)
	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:679)
Caused by: java.net.SocketException: Broken pipe
	at java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159)
	at org.apache.http.impl.io.AbstractSessionOutputBuffer.writeLine(AbstractSessionOutputBuffer.java:258)
	at org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:59)
	at org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:46)
	at org.apache.http.impl.io.AbstractMessageWriter.write(AbstractMessageWriter.java:109)
	at org.apache.http.impl.AbstractHttpClientConnection.sendRequestHeader(AbstractHttpClientConnection.java:254)
	at org.apache.http.impl.conn.DefaultClientConnection.sendRequestHeader(DefaultClientConnection.java:270)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestHeader(ManagedClientConnectionImpl.java:209)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:203)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:121)
	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)
	... 48 more




Build Log:
[...truncated 10104 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 2387909 T7079 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /p/fh
   [junit4]   2> 2387914 T7079 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./solrtest-FullSolrCloudDistribCmdsTest-1393598909120
   [junit4]   2> 2387915 T7079 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2387916 T7080 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2388018 T7079 oasc.ZkTestServer.run start zk server on port:49080
   [junit4]   2> 2388019 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2388023 T7086 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7048b488 name:ZooKeeperConnection Watcher:127.0.0.1:49080 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2388024 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2388024 T7079 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2388035 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2388047 T7088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@472a24f9 name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2388047 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2388048 T7079 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2388051 T7079 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2388060 T7079 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2388062 T7079 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2388065 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2388066 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2388079 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2388080 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2388185 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2388186 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2388196 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2388196 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2388199 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2388200 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2388203 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2388204 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2388206 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2388207 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2388210 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2388211 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2388214 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2388215 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2388222 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2388223 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2388225 T7079 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2388226 T7079 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2389127 T7079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2389131 T7079 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32496
   [junit4]   2> 2389132 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2389132 T7079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2389133 T7079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435
   [junit4]   2> 2389133 T7079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/'
   [junit4]   2> 2389157 T7079 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/solr.xml
   [junit4]   2> 2389209 T7079 oasc.CoreContainer.<init> New CoreContainer 1851588480
   [junit4]   2> 2389209 T7079 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/]
   [junit4]   2> 2389211 T7079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2389211 T7079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2389211 T7079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2389212 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2389212 T7079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2389212 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2389213 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2389213 T7079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2389213 T7079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2389220 T7079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2389221 T7079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2389221 T7079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2389221 T7079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49080/solr
   [junit4]   2> 2389222 T7079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2389222 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2389225 T7099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b8a651b name:ZooKeeperConnection Watcher:127.0.0.1:49080 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2389225 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2389240 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2389242 T7101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46b78777 name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2389242 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2389244 T7079 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2389247 T7079 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2389250 T7079 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2389252 T7079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32496_p%2Ffh
   [junit4]   2> 2389253 T7079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32496_p%2Ffh
   [junit4]   2> 2389256 T7079 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2389259 T7079 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2389272 T7079 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:32496_p%2Ffh
   [junit4]   2> 2389272 T7079 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2389274 T7079 oasc.Overseer.start Overseer (id=91330898108547075-127.0.0.1:32496_p%2Ffh-n_0000000000) starting
   [junit4]   2> 2389284 T7079 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2389297 T7103 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2389297 T7079 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2389297 T7103 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 2389299 T7079 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2389306 T7079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2389308 T7102 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2389312 T7104 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2389312 T7104 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2389313 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2389313 T7104 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2389314 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2389315 T7102 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:32496/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32496_p%2Ffh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2389315 T7102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2389315 T7102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2389324 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2389325 T7101 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> 2390315 T7104 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2390315 T7104 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1
   [junit4]   2> 2390315 T7104 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2390316 T7104 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2390317 T7104 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2390317 T7104 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2390318 T7104 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1/'
   [junit4]   2> 2390319 T7104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1/lib/.svn/' to classloader
   [junit4]   2> 2390320 T7104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1/lib/classes/' to classloader
   [junit4]   2> 2390320 T7104 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1/lib/README' to classloader
   [junit4]   2> 2390386 T7104 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 2390454 T7104 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2390556 T7104 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2390566 T7104 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2391109 T7104 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2391113 T7104 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2391115 T7104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2391120 T7104 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2391141 T7104 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2391141 T7104 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1393598909435/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/control/data/
   [junit4]   2> 2391141 T7104 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c059f6
   [junit4]   2> 2391142 T7104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/control/data
   [junit4]   2> 2391142 T7104 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/control/data/index/
   [junit4]   2> 2391143 T7104 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2391143 T7104 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/control/data/index
   [junit4]   2> 2391144 T7104 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5a43c51d
   [junit4]   2> 2391145 T7104 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1e7f9532 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17422137; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2391145 T7104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2391148 T7104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2391148 T7104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2391149 T7104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2391149 T7104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2391149 T7104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2391150 T7104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2391150 T7104 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2391151 T7104 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2391151 T7104 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2391151 T7104 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2391152 T7104 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2391152 T7104 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2391152 T7104 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2391153 T7104 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2391153 T7104 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2391154 T7104 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2391163 T7104 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2391169 T7104 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2391170 T7104 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2391170 T7104 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865117337165121]
   [junit4]   2> 2391171 T7104 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1e7f9532 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17422137; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2391171 T7104 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2391172 T7104 oass.SolrIndexSearcher.<init> Opening Searcher@32d6ee98[collection1] main
   [junit4]   2> 2391175 T7105 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@32d6ee98[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2391177 T7104 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2391177 T7079 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 2391178 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2391177 T7108 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:32496/p/fh collection:control_collection shard:shard1
   [junit4]   2> 2391180 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2391180 T7108 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2391183 T7110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79d72b22 name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2391184 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2391185 T7079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2391199 T7079 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2391209 T7108 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2391211 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391211 T7108 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2391212 T7108 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11148 name=collection1 org.apache.solr.core.SolrCore@6bbe5ec8 url=http://127.0.0.1:32496/p/fh/collection1 node=127.0.0.1:32496_p%2Ffh C11148_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:32496/p/fh, core=collection1, node_name=127.0.0.1:32496_p%2Ffh}
   [junit4]   2> 2391212 T7108 C11148 P32496 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:32496/p/fh/collection1/
   [junit4]   2> 2391212 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2391212 T7108 C11148 P32496 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2391213 T7108 C11148 P32496 oasc.SyncStrategy.syncToMe http://127.0.0.1:32496/p/fh/collection1/ has no replicas
   [junit4]   2> 2391213 T7108 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:32496/p/fh/collection1/ shard1
   [junit4]   2> 2391213 T7108 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2391215 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391216 T7101 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> 2391216 T7110 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> 2391220 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2391223 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391325 T7101 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> 2391325 T7110 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> 2391373 T7108 oasc.ZkController.register We are http://127.0.0.1:32496/p/fh/collection1/ and leader is http://127.0.0.1:32496/p/fh/collection1/
   [junit4]   2> 2391373 T7108 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:32496/p/fh
   [junit4]   2> 2391373 T7108 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2391373 T7108 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2391374 T7108 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2391375 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391375 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391375 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391375 T7108 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2391376 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2391377 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32496/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32496_p%2Ffh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2391381 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2391483 T7110 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> 2391483 T7101 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> 2392111 T7079 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2392111 T7079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2392114 T7079 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:13405
   [junit4]   2> 2392114 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2392115 T7079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2392115 T7079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405
   [junit4]   2> 2392115 T7079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/'
   [junit4]   2> 2392139 T7079 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/solr.xml
   [junit4]   2> 2392190 T7079 oasc.CoreContainer.<init> New CoreContainer 1335195831
   [junit4]   2> 2392191 T7079 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/]
   [junit4]   2> 2392192 T7079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2392193 T7079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2392193 T7079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2392193 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2392194 T7079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2392194 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2392194 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2392194 T7079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2392195 T7079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2392202 T7079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2392202 T7079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2392202 T7079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2392203 T7079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49080/solr
   [junit4]   2> 2392203 T7079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2392204 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2392206 T7121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e285f32 name:ZooKeeperConnection Watcher:127.0.0.1:49080 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2392207 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2392209 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2392217 T7123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b0cd126 name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2392218 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2392222 T7079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2393225 T7079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:13405_p%2Ffh
   [junit4]   2> 2393227 T7079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:13405_p%2Ffh
   [junit4]   2> 2393230 T7110 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2393230 T7101 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2393230 T7123 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2393249 T7124 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2393249 T7124 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2393251 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2393251 T7124 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2393251 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2393252 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2393252 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2393253 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13405/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13405_p%2Ffh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2393253 T7102 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 2393253 T7102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2393257 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2393265 T7110 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> 2393265 T7101 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> 2393265 T7123 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> 2394252 T7124 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2394252 T7124 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1
   [junit4]   2> 2394252 T7124 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2394253 T7124 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2394253 T7124 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2394254 T7124 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2394255 T7124 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1/'
   [junit4]   2> 2394256 T7124 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1/lib/classes/' to classloader
   [junit4]   2> 2394256 T7124 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1/lib/README' to classloader
   [junit4]   2> 2394257 T7124 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1/lib/.svn/' to classloader
   [junit4]   2> 2394323 T7124 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 2394390 T7124 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2394492 T7124 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2394502 T7124 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2395047 T7124 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2395051 T7124 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2395053 T7124 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2395058 T7124 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2395078 T7124 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2395078 T7124 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1393598912405/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty1/
   [junit4]   2> 2395078 T7124 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c059f6
   [junit4]   2> 2395079 T7124 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty1
   [junit4]   2> 2395080 T7124 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty1/index/
   [junit4]   2> 2395080 T7124 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2395080 T7124 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty1/index
   [junit4]   2> 2395081 T7124 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@530dd776
   [junit4]   2> 2395082 T7124 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@69c20535 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31bcae93; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2395082 T7124 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2395086 T7124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2395087 T7124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2395087 T7124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2395087 T7124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2395088 T7124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2395088 T7124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2395088 T7124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2395089 T7124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2395089 T7124 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2395090 T7124 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2395090 T7124 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2395091 T7124 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2395091 T7124 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2395092 T7124 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2395092 T7124 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2395093 T7124 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2395102 T7124 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2395106 T7124 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2395107 T7124 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2395107 T7124 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865117337165121]
   [junit4]   2> 2395108 T7124 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@69c20535 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31bcae93; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2395108 T7124 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2395109 T7124 oass.SolrIndexSearcher.<init> Opening Searcher@33e580d0[collection1] main
   [junit4]   2> 2395113 T7125 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33e580d0[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2395115 T7124 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2395116 T7079 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 2395116 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2395116 T7128 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:13405/p/fh collection:collection1 shard:shard1
   [junit4]   2> 2395118 T7128 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2395206 T7128 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2395298 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395299 T7128 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2395299 T7128 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11149 name=collection1 org.apache.solr.core.SolrCore@7c3a122b url=http://127.0.0.1:13405/p/fh/collection1 node=127.0.0.1:13405_p%2Ffh C11149_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:13405/p/fh, core=collection1, node_name=127.0.0.1:13405_p%2Ffh}
   [junit4]   2> 2395299 T7128 C11149 P13405 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:13405/p/fh/collection1/
   [junit4]   2> 2395300 T7128 C11149 P13405 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2395300 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2395300 T7128 C11149 P13405 oasc.SyncStrategy.syncToMe http://127.0.0.1:13405/p/fh/collection1/ has no replicas
   [junit4]   2> 2395300 T7128 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:13405/p/fh/collection1/ shard1
   [junit4]   2> 2395301 T7128 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2395375 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395387 T7101 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> 2395387 T7123 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> 2395387 T7110 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> 2395428 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2395431 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395533 T7101 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> 2395533 T7123 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> 2395533 T7110 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> 2395580 T7128 oasc.ZkController.register We are http://127.0.0.1:13405/p/fh/collection1/ and leader is http://127.0.0.1:13405/p/fh/collection1/
   [junit4]   2> 2395580 T7128 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:13405/p/fh
   [junit4]   2> 2395580 T7128 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2395580 T7128 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2395581 T7128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2395582 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395582 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395582 T7128 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2395583 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395583 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2395584 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:13405/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:13405_p%2Ffh",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2395587 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2395693 T7110 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> 2395693 T7123 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> 2395693 T7101 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> 2396061 T7079 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2396062 T7079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2396064 T7079 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:29222
   [junit4]   2> 2396065 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2396065 T7079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2396066 T7079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322
   [junit4]   2> 2396066 T7079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/'
   [junit4]   2> 2396090 T7079 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/solr.xml
   [junit4]   2> 2396147 T7079 oasc.CoreContainer.<init> New CoreContainer 2015838976
   [junit4]   2> 2396148 T7079 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/]
   [junit4]   2> 2396149 T7079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2396149 T7079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2396150 T7079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2396150 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2396150 T7079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2396151 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2396151 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2396151 T7079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2396151 T7079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2396158 T7079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2396159 T7079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2396159 T7079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2396159 T7079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49080/solr
   [junit4]   2> 2396160 T7079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2396161 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2396177 T7139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@599ff2a0 name:ZooKeeperConnection Watcher:127.0.0.1:49080 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2396177 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2396190 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2396192 T7141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@123230eb name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2396192 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2396204 T7079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2397207 T7079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:29222_p%2Ffh
   [junit4]   2> 2397234 T7079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:29222_p%2Ffh
   [junit4]   2> 2397237 T7110 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2397237 T7123 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2397237 T7141 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2397237 T7101 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2397261 T7142 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2397261 T7142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2397263 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2397263 T7142 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2397263 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2397263 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2397264 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2397265 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:29222/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:29222_p%2Ffh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2397265 T7102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 2397266 T7102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2397269 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2397278 T7110 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> 2397278 T7101 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> 2397278 T7123 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> 2397278 T7141 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> 2398264 T7142 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2398264 T7142 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1
   [junit4]   2> 2398264 T7142 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2398265 T7142 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2398265 T7142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2398266 T7142 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2398266 T7142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1/'
   [junit4]   2> 2398268 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1/lib/classes/' to classloader
   [junit4]   2> 2398268 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1/lib/README' to classloader
   [junit4]   2> 2398269 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1/lib/.svn/' to classloader
   [junit4]   2> 2398335 T7142 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 2398402 T7142 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2398505 T7142 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2398515 T7142 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2399053 T7142 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2399056 T7142 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2399058 T7142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2399063 T7142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2399084 T7142 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2399084 T7142 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1393598916322/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty2/
   [junit4]   2> 2399084 T7142 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53c059f6
   [junit4]   2> 2399085 T7142 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty2
   [junit4]   2> 2399085 T7142 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty2/index/
   [junit4]   2> 2399086 T7142 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2399086 T7142 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1393598909119/jetty2/index
   [junit4]   2> 2399086 T7142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7a930356
   [junit4]   2> 2399087 T7142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@71c27b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49c041f8; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2399088 T7142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2399091 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2399091 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2399092 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2399092 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2399092 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2399093 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2399093 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2399093 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2399094 T7142 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2399094 T7142 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2399095 T7142 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2399095 T7142 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2399096 T7142 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2399096 T7142 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2399097 T7142 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2399097 T7142 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2399106 T7142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2399111 T7142 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2399111 T7142 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2399112 T7142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865117337165121]
   [junit4]   2> 2399112 T7142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@71c27b3b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49c041f8; maxCacheMB=0.5478515625 maxMergeSizeMB=0.431640625)),segFN=segments_1,generation=1}
   [junit4]   2> 2399113 T7142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2399113 T7142 oass.SolrIndexSearcher.<init> Opening Searcher@25277413[collection1] main
   [junit4]   2> 2399117 T7143 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25277413[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2399119 T7142 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2399120 T7079 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0
   [junit4]   2> 2399121 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2399120 T7146 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:29222/p/fh collection:collection1 shard:shard2
   [junit4]   2> 2399122 T7146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2399141 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2399150 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399151 T7146 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2399151 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C11150 name=collection1 org.apache.solr.core.SolrCore@25244112 url=http://127.0.0.1:29222/p/fh/collection1 node=127.0.0.1:29222_p%2Ffh C11150_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:29222/p/fh, core=collection1, node_name=127.0.0.1:29222_p%2Ffh}
   [junit4]   2> 2399151 T7146 C11150 P29222 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:29222/p/fh/collection1/
   [junit4]   2> 2399151 T7146 C11150 P29222 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2399151 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2399151 T7146 C11150 P29222 oasc.SyncStrategy.syncToMe http://127.0.0.1:29222/p/fh/collection1/ has no replicas
   [junit4]   2> 2399152 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:29222/p/fh/collection1/ shard2
   [junit4]   2> 2399152 T7146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2399154 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399164 T7141 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> 2399164 T7101 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> 2399164 T7123 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> 2399164 T7110 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> 2399175 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2399178 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399281 T7110 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> 2399281 T7101 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> 2399281 T7123 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> 2399281 T7141 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> 2399328 T7146 oasc.ZkController.register We are http://127.0.0.1:29222/p/fh/collection1/ and leader is http://127.0.0.1:29222/p/fh/collection1/
   [junit4]   2> 2399328 T7146 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:29222/p/fh
   [junit4]   2> 2399328 T7146 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2399328 T7146 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2399328 T7146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2399330 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399330 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399330 T7146 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2399330 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399332 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2399332 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:29222/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:29222_p%2Ffh",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 2399335 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2399438 T7141 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> 2399438 T7123 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> 2399438 T7101 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> 2399438 T7110 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> 2400122 T7079 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 2400123 T7079 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2400127 T7079 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14933
   [junit4]   2> 2400127 T7079 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2400128 T7079 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2400128 T7079 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326
   [junit4]   2> 2400129 T7079 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/'
   [junit4]   2> 2400168 T7079 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/solr.xml
   [junit4]   2> 2400247 T7079 oasc.CoreContainer.<init> New CoreContainer 1149923550
   [junit4]   2> 2400247 T7079 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/]
   [junit4]   2> 2400249 T7079 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2400250 T7079 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2400250 T7079 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2400251 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2400251 T7079 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2400252 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2400252 T7079 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2400253 T7079 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2400253 T7079 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2400263 T7079 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2400264 T7079 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2400264 T7079 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2400265 T7079 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49080/solr
   [junit4]   2> 2400265 T7079 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2400266 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2400269 T7157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cf821f9 name:ZooKeeperConnection Watcher:127.0.0.1:49080 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2400270 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2400337 T7079 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2400358 T7159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@403d8810 name:ZooKeeperConnection Watcher:127.0.0.1:49080/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2400358 T7079 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2400392 T7079 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2401395 T7079 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14933_p%2Ffh
   [junit4]   2> 2401401 T7079 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14933_p%2Ffh
   [junit4]   2> 2401404 T7110 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2401404 T7101 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2401404 T7159 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2401404 T7123 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2401404 T7141 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2401422 T7160 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2401422 T7160 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2401423 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2401423 T7160 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2401424 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2401424 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2401425 T7102 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2401425 T7102 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14933/p/fh",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:14933_p%2Ffh",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2401426 T7102 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 2401426 T7102 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2401429 T7101 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2401438 T7110 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> 2401438 T7123 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> 2401438 T7101 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> 2401438 T7159 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> 2401438 T7141 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> 2402425 T7160 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2402425 T7160 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection1
   [junit4]   2> 2402425 T7160 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2402426 T7160 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2402426 T7160 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2402427 T7160 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2402427 T7160 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection1/'
   [junit4]   2> 2402429 T7160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection1/lib/README' to classloader
   [junit4]   2> 2402430 T7160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection1/lib/.svn/' to classloader
   [junit4]   2> 2402431 T7160 oasc.SolrResourceLoader

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

xn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 2525451 T7216 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> ASYNC  NEW_CORE C12831 name=collection2_shard3_replica3 org.apache.solr.core.SolrCore@242b1e54 url=http://127.0.0.1:14933/p/fh/collection2_shard3_replica3 node=127.0.0.1:14933_p%2Ffh C12831_STATE=coll:collection2 core:collection2_shard3_replica3 props:{state=active, base_url=http://127.0.0.1:14933/p/fh, core=collection2_shard3_replica3, node_name=127.0.0.1:14933_p%2Ffh}
   [junit4]   2> 2525460 T7159 C12831 P14933 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 2525461 T7159 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 2525461 T7159 oasc.SolrCore.close [collection2_shard3_replica3]  CLOSING SolrCore org.apache.solr.core.SolrCore@242b1e54
   [junit4]   2> 2525470 T7159 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=20001,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=3062288,transaction_logs_total_number=1}
   [junit4]   2> 2525471 T7159 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2525471 T7159 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2525471 T7159 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2525476 T7159 oasc.SolrCore.closeSearcher [collection2_shard3_replica3] Closing main searcher on request.
   [junit4]   2> 2525476 T7159 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2525476 T7159 oasc.CachingDirectoryFactory.closeCacheValue looking to close ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data/index [CachedDir<<refCount=0;path=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data/index;done=false>>]
   [junit4]   2> 2525477 T7159 oasc.CachingDirectoryFactory.close Closing directory: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data/index
   [junit4]   2> 2525477 T7159 oasc.CachingDirectoryFactory.closeCacheValue looking to close ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data [CachedDir<<refCount=0;path=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data;done=false>>]
   [junit4]   2> 2525477 T7159 oasc.CachingDirectoryFactory.close Closing directory: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1393598920326/collection2_shard3_replica3/data
   [junit4]   2> 2525477 T7159 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2525478 T7159 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> 2525478 T7159 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2525478 T7159 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2525478 T7159 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2525478 T7159 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=ar_SD, timezone=Europe/Vatican
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=1,free=202662528,total=474742784
   [junit4]   2> NOTE: All tests run in this JVM: [MBeansHandlerTest, SolrCoreTest, TriLevelCompositeIdRoutingTest, DocumentBuilderTest, MigrateRouteKeyTest, DistributedQueryElevationComponentTest, TestLRUCache, TestBM25SimilarityFactory, AnalysisErrorHandlingTest, TestReversedWildcardFilterFactory, TestDefaultSearchFieldResource, DistributedTermsComponentTest, SoftAutoCommitTest, QueryParsingTest, AutoCommitTest, TestGroupingSearch, DateMathParserTest, HdfsDirectoryTest, BasicDistributedZkTest, TermsComponentTest, TestLMDirichletSimilarityFactory, AliasIntegrationTest, SynonymTokenizerTest, DocValuesTest, TestFieldCollectionResource, SampleTest, TestSolrQueryParserResource, ShardSplitTest, TestPerFieldSimilarity, ResourceLoaderTest, CSVRequestHandlerTest, UnloadDistributedZkTest, SolrXmlInZkTest, EchoParamsTest, InfoHandlerTest, UpdateRequestProcessorFactoryTest, TestPseudoReturnFields, LukeRequestHandlerTest, TestSolrXMLSerializer, ShardRoutingTest, FieldMutatingUpdateProcessorTest, SystemInfoHandlerTest, IndexSchemaTest, ReturnFieldsTest, SuggesterTest, TermVectorComponentTest, TestRemoteStreaming, TestDocBasedVersionConstraints, TestManagedSchema, BJQParserTest, ParsingFieldUpdateProcessorsTest, SolrInfoMBeanTest, ClusterStateTest, URLClassifyProcessorTest, CoreAdminHandlerTest, TestSolrQueryParser, TestPostingsSolrHighlighter, TestUniqueKeyFieldResource, TestFaceting, TestAnalyzeInfixSuggestions, ClusterStateUpdateTest, TestCharFilters, OverseerCollectionProcessorTest, BasicFunctionalityTest, PrimitiveFieldTypeTest, MoreLikeThisHandlerTest, TestCustomSort, WordBreakSolrSpellCheckerTest, BadComponentTest, DistribCursorPagingTest, AnalysisAfterCoreReloadTest, TestLMJelinekMercerSimilarityFactory, StatelessScriptUpdateProcessorFactoryTest, TestCloudManagedSchemaAddField, TestCoreContainer, DeleteReplicaTest, ZkCLITest, QueryResultKeyTest, RecoveryZkTest, TestStandardQParsers, TestElisionMultitermQuery, TestFunctionQuery, BinaryUpdateRequestHandlerTest, RemoteQueryErrorTest, RegexBoostProcessorTest, TestNoOpRegenerator, TestSolrDeletionPolicy1, AddBlockUpdateTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J0 in 137.62s, 1 test, 1 error <<< FAILURES!

[...truncated 555 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:478: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:451: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:490: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1278: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:911: There were test failures: 363 suites, 1570 tests, 1 error, 34 ignored (6 assumptions)

Total time: 134 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 526 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/526/

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

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([445E44EE5D0EEBD4]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([445E44EE5D0EEBD4]:0)




Build Log:
[...truncated 10665 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 650641 T2016 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 650642 T2016 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /i_po/hx
   [junit4]   2> 650648 T2016 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeyNothingIsSafeTest-1393670246013
   [junit4]   2> 650649 T2016 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 650650 T2017 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 650752 T2016 oasc.ZkTestServer.run start zk server on port:42254
   [junit4]   2> 650754 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 650766 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20a7b6c6 name:ZooKeeperConnection Watcher:127.0.0.1:42254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 650767 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 650767 T2016 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 650825 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 650863 T2025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@213c01d name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 650863 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 650864 T2016 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 650885 T2016 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 650956 T2016 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 651006 T2016 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 651045 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 651046 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 651052 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 651053 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 651159 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 651159 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 651173 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 651174 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 651202 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 651203 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 651229 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 651230 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 651240 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 651241 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 651249 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 651249 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 651257 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 651258 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 651267 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 651268 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 651271 T2016 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 651272 T2016 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 651278 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 651285 T2027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170309de name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 651286 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652237 T2016 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 652241 T2016 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 652243 T2016 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:42259
   [junit4]   2> 652245 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 652245 T2016 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 652246 T2016 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653
   [junit4]   2> 652246 T2016 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/'
   [junit4]   2> 652274 T2016 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/solr.xml
   [junit4]   2> 652347 T2016 oasc.CoreContainer.<init> New CoreContainer 1515845285
   [junit4]   2> 652379 T2016 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/]
   [junit4]   2> 652381 T2016 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 652381 T2016 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 652382 T2016 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 652382 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 652382 T2016 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 652383 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 652383 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 652383 T2016 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 652384 T2016 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 652393 T2016 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 652394 T2016 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 652394 T2016 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 652395 T2016 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42254/solr
   [junit4]   2> 652395 T2016 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 652396 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652398 T2038 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ab715ca name:ZooKeeperConnection Watcher:127.0.0.1:42254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652399 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652401 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 652403 T2040 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22b75500 name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 652403 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 652405 T2016 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 652409 T2016 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 652412 T2016 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 652415 T2016 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42259_i_po%2Fhx
   [junit4]   2> 652416 T2016 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42259_i_po%2Fhx
   [junit4]   2> 652427 T2016 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 652429 T2016 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 652433 T2016 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:42259_i_po%2Fhx
   [junit4]   2> 652434 T2016 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 652436 T2016 oasc.Overseer.start Overseer (id=91335573243101188-127.0.0.1:42259_i_po%2Fhx-n_0000000000) starting
   [junit4]   2> 652456 T2016 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 652460 T2042 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 652461 T2016 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 652461 T2042 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 652469 T2016 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 652470 T2016 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 652472 T2041 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 652478 T2043 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 652478 T2043 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 652480 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 652480 T2043 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 652481 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 652482 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42259/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42259_i_po%2Fhx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 652482 T2041 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 652482 T2041 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 652485 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 652493 T2040 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> 653481 T2043 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 653481 T2043 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1
   [junit4]   2> 653481 T2043 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 653482 T2043 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 653483 T2043 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 653484 T2043 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 653484 T2043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1/'
   [junit4]   2> 653486 T2043 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1/lib/.svn/' to classloader
   [junit4]   2> 653487 T2043 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1/lib/classes/' to classloader
   [junit4]   2> 653487 T2043 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1/lib/README' to classloader
   [junit4]   2> 653622 T2043 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 653753 T2043 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 653856 T2043 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 653876 T2043 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 654461 T2043 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 654465 T2043 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 654468 T2043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654474 T2043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 654499 T2043 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 654500 T2043 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1393670246653/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/
   [junit4]   2> 654500 T2043 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ce3b62
   [junit4]   2> 654502 T2043 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data
   [junit4]   2> 654503 T2043 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/index/
   [junit4]   2> 654504 T2043 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 654505 T2043 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/index
   [junit4]   2> 654506 T2043 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=6.7734375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=11.1220883549718, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 654536 T2043 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 654537 T2043 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654539 T2043 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 654540 T2043 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 654540 T2043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 654540 T2043 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654541 T2043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 654541 T2043 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 654541 T2043 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654542 T2043 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 654542 T2043 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 654543 T2043 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 654543 T2043 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 654543 T2043 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 654544 T2043 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 654544 T2043 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 654545 T2043 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 654545 T2043 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 654557 T2043 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 654562 T2043 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 654562 T2043 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 654563 T2043 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@43548c3b
   [junit4]   2> 654565 T2043 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 654565 T2043 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 654565 T2043 oass.SolrIndexSearcher.<init> Opening Searcher@7c8aa36d[collection1] main
   [junit4]   2> 654568 T2044 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c8aa36d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 654569 T2043 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 654570 T2016 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 654570 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 654570 T2047 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:42259/i_po/hx collection:control_collection shard:shard1
   [junit4]   2> 654572 T2047 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 654576 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 654586 T2049 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@397a08b2 name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 654586 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 654588 T2016 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 654598 T2047 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 654600 T2016 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 654601 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654602 T2047 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 654602 T2047 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C423 name=collection1 org.apache.solr.core.SolrCore@7af40f3f url=https://127.0.0.1:42259/i_po/hx/collection1 node=127.0.0.1:42259_i_po%2Fhx C423_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:42259/i_po/hx, core=collection1, node_name=127.0.0.1:42259_i_po%2Fhx}
   [junit4]   2> 654602 T2047 C423 P42259 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:42259/i_po/hx/collection1/
   [junit4]   2> 654603 T2047 C423 P42259 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 654603 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 654603 T2047 C423 P42259 oasc.SyncStrategy.syncToMe https://127.0.0.1:42259/i_po/hx/collection1/ has no replicas
   [junit4]   2> 654604 T2047 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:42259/i_po/hx/collection1/ shard1
   [junit4]   2> 654604 T2047 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 654614 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654622 T2040 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> 654622 T2049 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> 654638 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 654643 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654746 T2040 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> 654746 T2049 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> 654791 T2047 oasc.ZkController.register We are https://127.0.0.1:42259/i_po/hx/collection1/ and leader is https://127.0.0.1:42259/i_po/hx/collection1/
   [junit4]   2> 654791 T2047 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:42259/i_po/hx
   [junit4]   2> 654791 T2047 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 654791 T2047 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 654792 T2047 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 654793 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654794 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654794 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654794 T2047 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 654795 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 654796 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42259/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42259_i_po%2Fhx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 654799 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 654903 T2040 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> 654903 T2049 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> 655512 T2016 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 655513 T2016 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 655516 T2016 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 655518 T2016 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:42266
   [junit4]   2> 655520 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 655520 T2016 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 655520 T2016 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964
   [junit4]   2> 655521 T2016 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/'
   [junit4]   2> 655546 T2016 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/solr.xml
   [junit4]   2> 655600 T2016 oasc.CoreContainer.<init> New CoreContainer 1763139127
   [junit4]   2> 655601 T2016 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/]
   [junit4]   2> 655602 T2016 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 655602 T2016 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 655603 T2016 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 655603 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 655603 T2016 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 655604 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 655604 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 655604 T2016 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 655605 T2016 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 655615 T2016 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 655616 T2016 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 655616 T2016 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 655616 T2016 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42254/solr
   [junit4]   2> 655617 T2016 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 655617 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655620 T2060 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47fea903 name:ZooKeeperConnection Watcher:127.0.0.1:42254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655620 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655623 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 655632 T2062 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4264fe67 name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 655632 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 655637 T2016 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 656640 T2016 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42266_i_po%2Fhx
   [junit4]   2> 656643 T2016 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42266_i_po%2Fhx
   [junit4]   2> 656646 T2040 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 656647 T2062 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 656646 T2049 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 656671 T2063 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 656671 T2063 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 656672 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 656672 T2063 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 656673 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 656673 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 656674 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 656675 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42266/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42266_i_po%2Fhx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 656676 T2041 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 656676 T2041 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 656679 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 656688 T2062 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> 656688 T2049 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> 656688 T2040 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> 657674 T2063 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 657674 T2063 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1
   [junit4]   2> 657674 T2063 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 657675 T2063 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 657676 T2063 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 657677 T2063 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 657677 T2063 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1/'
   [junit4]   2> 657678 T2063 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1/lib/README' to classloader
   [junit4]   2> 657679 T2063 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1/lib/.svn/' to classloader
   [junit4]   2> 657680 T2063 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1/lib/classes/' to classloader
   [junit4]   2> 657759 T2063 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 657831 T2063 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 657933 T2063 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 657949 T2063 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 658548 T2063 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 658553 T2063 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 658555 T2063 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 658561 T2063 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 658587 T2063 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 658588 T2063 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1393670249964/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/
   [junit4]   2> 658588 T2063 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ce3b62
   [junit4]   2> 658590 T2063 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1
   [junit4]   2> 658591 T2063 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/index/
   [junit4]   2> 658591 T2063 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 658593 T2063 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/index
   [junit4]   2> 658593 T2063 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=6.7734375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=11.1220883549718, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 658597 T2063 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 658598 T2063 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 658601 T2063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 658601 T2063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 658601 T2063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 658602 T2063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 658602 T2063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 658602 T2063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 658603 T2063 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 658603 T2063 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 658604 T2063 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 658604 T2063 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 658605 T2063 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 658605 T2063 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 658605 T2063 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 658606 T2063 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 658606 T2063 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 658607 T2063 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 658618 T2063 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 658623 T2063 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 658624 T2063 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 658625 T2063 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2218bc04
   [junit4]   2> 658626 T2063 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 658627 T2063 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 658627 T2063 oass.SolrIndexSearcher.<init> Opening Searcher@23b61052[collection1] main
   [junit4]   2> 658631 T2064 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23b61052[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 658633 T2063 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 658634 T2016 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 658634 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 658634 T2067 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:42266/i_po/hx collection:collection1 shard:shard1
   [junit4]   2> 658636 T2067 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 658653 T2067 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 658663 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658663 T2067 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 658664 T2067 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C424 name=collection1 org.apache.solr.core.SolrCore@2ce17337 url=https://127.0.0.1:42266/i_po/hx/collection1 node=127.0.0.1:42266_i_po%2Fhx C424_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:42266/i_po/hx, core=collection1, node_name=127.0.0.1:42266_i_po%2Fhx}
   [junit4]   2> 658664 T2067 C424 P42266 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:42266/i_po/hx/collection1/
   [junit4]   2> 658664 T2067 C424 P42266 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 658664 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 658664 T2067 C424 P42266 oasc.SyncStrategy.syncToMe https://127.0.0.1:42266/i_po/hx/collection1/ has no replicas
   [junit4]   2> 658665 T2067 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:42266/i_po/hx/collection1/ shard1
   [junit4]   2> 658665 T2067 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 658668 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658669 T2040 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> 658669 T2062 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> 658669 T2049 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> 658674 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 658677 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658781 T2040 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> 658782 T2062 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> 658782 T2049 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> 658828 T2067 oasc.ZkController.register We are https://127.0.0.1:42266/i_po/hx/collection1/ and leader is https://127.0.0.1:42266/i_po/hx/collection1/
   [junit4]   2> 658828 T2067 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:42266/i_po/hx
   [junit4]   2> 658828 T2067 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 658828 T2067 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 658828 T2067 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 658830 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658830 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658831 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658831 T2067 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 658832 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 658833 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42266/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42266_i_po%2Fhx",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 658837 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 658940 T2040 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> 658940 T2049 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> 658940 T2062 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> 659660 T2016 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 659661 T2016 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 659665 T2016 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 659665 T2016 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:42273
   [junit4]   2> 659667 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 659668 T2016 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 659668 T2016 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002
   [junit4]   2> 659668 T2016 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/'
   [junit4]   2> 659694 T2016 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/solr.xml
   [junit4]   2> 659748 T2016 oasc.CoreContainer.<init> New CoreContainer 701362281
   [junit4]   2> 659748 T2016 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/]
   [junit4]   2> 659750 T2016 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 659750 T2016 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 659750 T2016 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 659751 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 659751 T2016 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 659751 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 659752 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 659752 T2016 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 659752 T2016 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 659764 T2016 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 659764 T2016 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 659764 T2016 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 659765 T2016 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42254/solr
   [junit4]   2> 659765 T2016 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 659766 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659769 T2078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fcdc8ce name:ZooKeeperConnection Watcher:127.0.0.1:42254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659770 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659773 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 659774 T2080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@386602aa name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 659774 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 659786 T2016 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 660790 T2016 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42273_i_po%2Fhx
   [junit4]   2> 660794 T2016 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42273_i_po%2Fhx
   [junit4]   2> 660798 T2040 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 660798 T2062 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 660799 T2080 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 660798 T2049 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 660823 T2081 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 660823 T2081 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 660845 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 660845 T2081 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 660846 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 660846 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 660848 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 660849 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42273/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42273_i_po%2Fhx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 660849 T2041 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 660849 T2041 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 660870 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 660872 T2040 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> 660872 T2049 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> 660872 T2062 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> 660872 T2080 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> 661848 T2081 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 661848 T2081 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1
   [junit4]   2> 661848 T2081 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 661849 T2081 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 661850 T2081 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 661851 T2081 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 661851 T2081 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1/'
   [junit4]   2> 661853 T2081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1/lib/classes/' to classloader
   [junit4]   2> 661854 T2081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1/lib/README' to classloader
   [junit4]   2> 661855 T2081 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1/lib/.svn/' to classloader
   [junit4]   2> 661926 T2081 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 661997 T2081 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 662099 T2081 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 662115 T2081 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 662684 T2081 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 662688 T2081 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 662690 T2081 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662694 T2081 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 662711 T2081 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 662712 T2081 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1393670254002/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/
   [junit4]   2> 662712 T2081 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ce3b62
   [junit4]   2> 662713 T2081 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2
   [junit4]   2> 662714 T2081 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/index/
   [junit4]   2> 662714 T2081 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 662715 T2081 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/index
   [junit4]   2> 662716 T2081 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=6.7734375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=11.1220883549718, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 662719 T2081 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 662719 T2081 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662721 T2081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 662722 T2081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 662722 T2081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 662722 T2081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662722 T2081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 662722 T2081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 662723 T2081 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662723 T2081 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 662723 T2081 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 662724 T2081 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 662724 T2081 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 662724 T2081 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 662725 T2081 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 662725 T2081 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 662726 T2081 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 662726 T2081 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 662734 T2081 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 662737 T2081 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 662738 T2081 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 662738 T2081 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@66626ce9
   [junit4]   2> 662740 T2081 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 662740 T2081 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 662740 T2081 oass.SolrIndexSearcher.<init> Opening Searcher@5792faa9[collection1] main
   [junit4]   2> 662742 T2082 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5792faa9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 662744 T2081 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 662745 T2016 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 662745 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 662745 T2085 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:42273/i_po/hx collection:collection1 shard:shard2
   [junit4]   2> 662747 T2085 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 662761 T2085 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 662769 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662769 T2085 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 662770 T2085 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C425 name=collection1 org.apache.solr.core.SolrCore@19de40b4 url=https://127.0.0.1:42273/i_po/hx/collection1 node=127.0.0.1:42273_i_po%2Fhx C425_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:42273/i_po/hx, core=collection1, node_name=127.0.0.1:42273_i_po%2Fhx}
   [junit4]   2> 662770 T2085 C425 P42273 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:42273/i_po/hx/collection1/
   [junit4]   2> 662770 T2085 C425 P42273 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 662770 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 662770 T2085 C425 P42273 oasc.SyncStrategy.syncToMe https://127.0.0.1:42273/i_po/hx/collection1/ has no replicas
   [junit4]   2> 662770 T2085 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:42273/i_po/hx/collection1/ shard2
   [junit4]   2> 662771 T2085 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 662778 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662779 T2040 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> 662780 T2062 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> 662780 T2080 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> 662780 T2049 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> 662791 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662792 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 662802 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662904 T2040 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> 662905 T2049 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> 662905 T2080 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> 662905 T2062 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> 662945 T2085 oasc.ZkController.register We are https://127.0.0.1:42273/i_po/hx/collection1/ and leader is https://127.0.0.1:42273/i_po/hx/collection1/
   [junit4]   2> 662945 T2085 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:42273/i_po/hx
   [junit4]   2> 662945 T2085 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 662945 T2085 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 662945 T2085 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 662946 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662946 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662947 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 662947 T2085 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 662948 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 662948 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42273/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42273_i_po%2Fhx",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 662951 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 663053 T2040 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> 663053 T2049 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> 663053 T2062 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> 663053 T2080 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> 663586 T2016 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 663587 T2016 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 663590 T2016 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1] of [SSLv2Hello, SSLv3, TLSv1]
   [junit4]   2> 663591 T2016 oejs.AbstractConnector.doStart Started SslSocketConnector@127.0.0.1:42280
   [junit4]   2> 663593 T2016 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 663594 T2016 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 663594 T2016 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112
   [junit4]   2> 663594 T2016 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/'
   [junit4]   2> 663620 T2016 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/solr.xml
   [junit4]   2> 663673 T2016 oasc.CoreContainer.<init> New CoreContainer 721956116
   [junit4]   2> 663674 T2016 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/]
   [junit4]   2> 663675 T2016 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 663675 T2016 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 663676 T2016 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 663676 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 663676 T2016 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 663676 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 663677 T2016 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 663677 T2016 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 663677 T2016 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 663687 T2016 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 663687 T2016 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 663688 T2016 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 663688 T2016 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42254/solr
   [junit4]   2> 663688 T2016 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 663689 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 663691 T2096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a213eed name:ZooKeeperConnection Watcher:127.0.0.1:42254 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 663692 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 663695 T2016 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 663702 T2098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42cc61a name:ZooKeeperConnection Watcher:127.0.0.1:42254/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 663703 T2016 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 663712 T2016 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 664716 T2016 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42280_i_po%2Fhx
   [junit4]   2> 664724 T2016 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42280_i_po%2Fhx
   [junit4]   2> 664728 T2062 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 664728 T2098 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 664729 T2080 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 664728 T2040 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 664728 T2049 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 664740 T2099 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 664740 T2099 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 664741 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 664742 T2099 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 664742 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 664742 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 664743 T2041 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 664744 T2041 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:42280/i_po/hx",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42280_i_po%2Fhx",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 664744 T2041 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 664744 T2041 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 664748 T2040 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 664756 T2098 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> 664757 T2080 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> 664757 T2049 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> 664757 T2062 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> 664756 T2040 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> 665743 T2099 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 665743 T2099 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1
   [junit4]   2> 665743 T2099 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 665744 T2099 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 665745 T2099 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 665746 T2099 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 665746 T2099 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1/'
   [junit4]   2> 665747 T2099 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1/lib/.svn/' to classloader
   [junit4]   2> 665748 T2099 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1/lib/classes/' to classloader
   [junit4]   2> 665749 T2099 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1/lib/README' to classloader
   [junit4]   2> 665826 T2099 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 665892 T2099 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 665995 T2099 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 666009 T2099 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 666611 T2099 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 666615 T2099 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 666620 T2099 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 666630 T2099 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 666658 T2099 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 666659 T2099 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty3-1393670258112/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3/
   [junit4]   2> 666659 T2099 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@56ce3b62
   [junit4]   2> 666661 T2099 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3
   [junit4]   2> 666662 T2099 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3/index/
   [junit4]   2> 666663 T2099 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 666665 T2099 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3/index
   [junit4]   2> 666665 T2099 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=6.7734375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=11.1220883549718, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 666670 T2099 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1393670246012/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 666670 T2099 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 666673 T2099 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 666674 T2099 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 666674 T2099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 666675 T2099 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 666675 T2099 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 666675 T2099 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 666

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

98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 	  28) Thread[id=2100, name=searcherExecutor-740-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	  29) Thread[id=2149, name=Thread-1304, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1018)
   [junit4]   2> 	  30) Thread[id=2086, name=HashSessionScavenger-31, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:531)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:484)
   [junit4]   2> 	  31) Thread[id=2151, name=coreZkRegister-752-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	  32) Thread[id=2097, name=TEST-ChaosMonkeyNothingIsSafeTest.testDistribSearch-seed#[445E44EE5D0EEBD4]-SendThread(localhost:42254), state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.getKeventIdent(Native Method)
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.getDescriptor(KqueueArrayWrapper.java:121)
   [junit4]   2> 	        at sun.nio.ch.KqueueArrayWrapper.poll(KqueueArrayWrapper.java:149)
   [junit4]   2> 	        at sun.nio.ch.KqueueSelectorImpl.doSelect(KqueueSelectorImpl.java:69)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
   [junit4]   2> 	        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:338)
   [junit4]   2> 	        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1068)
   [junit4]   2> 	  33) Thread[id=2131, name=qtp159930692-2131 Acceptor0 SslSocketConnector@127.0.0.1:42314, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.net.PlainSocketImpl.socketAccept(Native Method)
   [junit4]   2> 	        at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375)
   [junit4]   2> 	        at java.net.ServerSocket.implAccept(ServerSocket.java:478)
   [junit4]   2> 	        at sun.security.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:278)
   [junit4]   2> 	        at org.eclipse.jetty.server.ssl.SslSocketConnector.accept(SslSocketConnector.java:108)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	  34) Thread[id=2124, name=searcherExecutor-748-thread-1, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1131)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:679)
   [junit4]   2> 	  35) Thread[id=2154, name=HashSessionScavenger-34, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:531)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:484)
   [junit4]   2> NOTE: test params are: codec=Lucene46: {id=MockVariableIntBlock(baseBlockSize=19), a_t=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Asserting)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_PE, timezone=Australia/Currie
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=38,free=149851176,total=528089088
   [junit4]   2> NOTE: All tests run in this JVM: [TestHashPartitioner, TestCloudManagedSchema, HdfsUnloadDistributedZkTest, HighlighterTest, TestAddFieldRealTimeGet, TestOmitPositions, CachingDirectoryFactoryTest, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestFastWriter, TestRandomFaceting, TestImplicitCoreProperties, TestCollapseQParserPlugin, TestCSVLoader, TestIndexingPerformance, TestZkChroot, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestSolr4Spatial, HighlighterConfigTest, SolrCmdDistributorTest, TestFieldResource, SolrRequestParserTest, HdfsSyncSliceTest, TestSimpleQParserPlugin, PluginInfoTest, TestCSVResponseWriter, DefaultValueUpdateProcessorTest, ShardRoutingCustomTest, TestDynamicFieldResource, TestDefaultSimilarityFactory, TestCodecSupport, CoreContainerCoreInitFailuresTest, DistributedQueryComponentOptimizationTest, TestDistributedSearch, AlternateDirectoryTest, ZkSolrClientTest, TestCollationKeyRangeQueries, AssignTest, TestStressRecovery, TestIndexSearcher, ChaosMonkeySafeLeaderTest, TestWordDelimiterFilterFactory, UniqFieldsUpdateProcessorFactoryTest, TestReload, TestSolrDeletionPolicy2, TestStressUserVersions, SuggesterTSTTest, OutputWriterTest, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=445E44EE5D0EEBD4 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=es_PE -Dtests.timezone=Australia/Currie -Dtests.file.encoding=ISO8859-1
   [junit4] ERROR   0.00s J1 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([445E44EE5D0EEBD4]:0)
   [junit4] Completed on J1 in 7263.93s, 1 test, 2 errors <<< FAILURES!

[...truncated 122 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:478: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:451: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:490: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1278: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:911: There were test failures: 363 suites, 1570 tests, 1 suite-level error, 1 error, 135 ignored (4 assumptions)

Total time: 245 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure