You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/05/30 04:31:08 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_05) - Build # 10307 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10307/
Java: 64bit/jdk1.8.0_05 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Didn't see all replicas come up within 30000 ms! ClusterState: live nodes:[127.0.0.1:58222_, 127.0.0.1:58294_, 127.0.0.1:42298_] collections:{control_collection=DocCollection(control_collection)={   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:58294",           "core":"collection1",           "node_name":"127.0.0.1:58294_",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "autoCreated":"true",   "maxShardsPerNode":"1"}, collection1=DocCollection(collection1)={   "replicationFactor":"1",   "shards":{     "shard1":{       "range":"80000000-ffffffff",       "state":"active",       "replicas":{"core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:58222",           "core":"collection1",           "node_name":"127.0.0.1:58222_",           "leader":"true"}}},     "shard2":{       "range":"0-7fffffff",       "state":"active",       "replicas":{"core_node1":{           "state":"active",           "base_url":"http://127.0.0.1:42298",           "core":"collection1",           "node_name":"127.0.0.1:42298_",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "autoCreated":"true",   "maxShardsPerNode":"1"}, c8n_1x2=DocCollection(c8n_1x2)={   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"recovering",           "base_url":"http://127.0.0.1:58294",           "core":"c8n_1x2_shard1_replica1",           "node_name":"127.0.0.1:58294_"},         "core_node2":{           "state":"active",           "base_url":"http://127.0.0.1:58222",           "core":"c8n_1x2_shard1_replica2",           "node_name":"127.0.0.1:58222_",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas come up within 30000 ms! ClusterState: live nodes:[127.0.0.1:58222_, 127.0.0.1:58294_, 127.0.0.1:42298_] collections:{control_collection=DocCollection(control_collection)={
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:58294",
          "core":"collection1",
          "node_name":"127.0.0.1:58294_",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "autoCreated":"true",
  "maxShardsPerNode":"1"}, collection1=DocCollection(collection1)={
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:58222",
          "core":"collection1",
          "node_name":"127.0.0.1:58222_",
          "leader":"true"}}},
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"core_node1":{
          "state":"active",
          "base_url":"http://127.0.0.1:42298",
          "core":"collection1",
          "node_name":"127.0.0.1:42298_",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "autoCreated":"true",
  "maxShardsPerNode":"1"}, c8n_1x2=DocCollection(c8n_1x2)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"recovering",
          "base_url":"http://127.0.0.1:58294",
          "core":"c8n_1x2_shard1_replica1",
          "node_name":"127.0.0.1:58294_"},
        "core_node2":{
          "state":"active",
          "base_url":"http://127.0.0.1:58222",
          "core":"c8n_1x2_shard1_replica2",
          "node_name":"127.0.0.1:58222_",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([1DF8940052DA29F8:9C1E1A18258549C4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.HttpPartitionTest.ensureAllReplicasAreActive(HttpPartitionTest.java:504)
	at org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:214)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:141)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11670 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/init-core-data-001
   [junit4]   2> 1302378 T7117 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1302380 T7117 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1302381 T7117 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1302381 T7118 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1302481 T7117 oasc.ZkTestServer.run start zk server on port:59888
   [junit4]   2> 1302482 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1303738 T7121 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 1254ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 1303740 T7124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e845fba name:ZooKeeperConnection Watcher:127.0.0.1:59888 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1303740 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1303740 T7117 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1303745 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1303746 T7126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e6c1654 name:ZooKeeperConnection Watcher:127.0.0.1:59888/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1303746 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1303746 T7117 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1303748 T7117 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1303749 T7117 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1303750 T7117 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1303751 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1303752 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1303754 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1303754 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1303756 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1303756 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1303759 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1303759 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1303760 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1303761 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1303762 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1303762 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1303763 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1303764 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1303765 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1303765 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1303767 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1303767 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1303771 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1303771 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1303772 T7117 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1303773 T7117 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1304025 T7117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1304030 T7117 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56006
   [junit4]   2> 1304031 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1304032 T7117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1304032 T7117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002
   [junit4]   2> 1304033 T7117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/'
   [junit4]   2> 1304055 T7117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/solr.xml
   [junit4]   2> 1304064 T7117 oasc.CoreContainer.<init> New CoreContainer 1356309417
   [junit4]   2> 1304064 T7117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/]
   [junit4]   2> 1304065 T7117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1304065 T7117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1304065 T7117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1304065 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1304066 T7117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1304066 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1304066 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1304066 T7117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1304067 T7117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1304067 T7117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1304067 T7117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1304068 T7117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1304068 T7117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59888/solr
   [junit4]   2> 1304068 T7117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1304069 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1304071 T7137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2204e633 name:ZooKeeperConnection Watcher:127.0.0.1:59888 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1304071 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1304073 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1304074 T7139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@548d0e07 name:ZooKeeperConnection Watcher:127.0.0.1:59888/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1304074 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1304076 T7117 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1304082 T7117 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1304084 T7117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1304088 T7117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1304092 T7117 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1304101 T7117 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1304104 T7117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58294_
   [junit4]   2> 1304106 T7117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58294_
   [junit4]   2> 1304110 T7117 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1304112 T7117 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1304114 T7117 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58294_
   [junit4]   2> 1304115 T7117 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1304116 T7117 oasc.Overseer.start Overseer (id=91843251385729027-127.0.0.1:58294_-n_0000000000) starting
   [junit4]   2> 1304120 T7117 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1304126 T7141 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1304126 T7117 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1304128 T7117 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1304129 T7117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1304130 T7140 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1304132 T7142 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1304132 T7142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1304133 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1304133 T7142 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1304134 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1304134 T7140 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:58294",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58294_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1304134 T7140 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1304135 T7140 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1304136 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1304136 T7139 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> 1305134 T7142 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1305134 T7142 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1305134 T7142 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1305134 T7142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1305135 T7142 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1305135 T7142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/collection1/'
   [junit4]   2> 1305136 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1305136 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1305136 T7142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1305162 T7142 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1305214 T7142 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1305215 T7142 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1305224 T7142 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1305583 T7142 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1305583 T7142 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1305584 T7142 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1305591 T7142 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1305593 T7142 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1305611 T7142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1305614 T7142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1305617 T7142 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1305618 T7142 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1305619 T7142 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1305619 T7142 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1305620 T7142 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1305620 T7142 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1305620 T7142 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1305621 T7142 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1305621 T7142 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-002/collection1/, dataDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/control/data/
   [junit4]   2> 1305621 T7142 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c8f5e4b
   [junit4]   2> 1305622 T7142 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/control/data
   [junit4]   2> 1305622 T7142 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/control/data/index/
   [junit4]   2> 1305622 T7142 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1305623 T7142 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/control/data/index
   [junit4]   2> 1305623 T7142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.537109375, floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=15.104964610345775, segmentsPerTier=23.0, maxCFSSegmentSizeMB=2.18359375, noCFSRatio=1.0
   [junit4]   2> 1305624 T7142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@607a8359 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38fa88c),segFN=segments_1,generation=1}
   [junit4]   2> 1305624 T7142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1305627 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1305628 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1305628 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1305629 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1305629 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1305629 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1305630 T7142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1305630 T7142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1305630 T7142 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1305631 T7142 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1305631 T7142 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1305632 T7142 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1305632 T7142 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1305632 T7142 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1305633 T7142 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1305633 T7142 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1305636 T7142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1305638 T7142 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1305638 T7142 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1305639 T7142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.1611328125, floorSegmentMB=0.3916015625, forceMergeDeletesPctAllowed=27.008213832364195, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1305639 T7142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@607a8359 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@38fa88c),segFN=segments_1,generation=1}
   [junit4]   2> 1305639 T7142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1305640 T7142 oass.SolrIndexSearcher.<init> Opening Searcher@1d4fb82d[collection1] main
   [junit4]   2> 1305640 T7142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1305641 T7142 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1305641 T7142 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1305641 T7142 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1305642 T7142 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1305642 T7142 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1305643 T7142 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1305643 T7142 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1305643 T7142 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1305643 T7142 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1305645 T7143 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d4fb82d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1305646 T7142 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1305647 T7146 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58294 collection:control_collection shard:shard1
   [junit4]   2> 1305647 T7117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1305648 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1305651 T7146 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1305652 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1305654 T7149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fcf3022 name:ZooKeeperConnection Watcher:127.0.0.1:59888/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1305654 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1305655 T7117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1305657 T7117 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1305658 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1305660 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305661 T7146 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1305661 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3382 name=collection1 org.apache.solr.core.SolrCore@1a9dc0cc url=http://127.0.0.1:58294/collection1 node=127.0.0.1:58294_ C3382_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:58294, core=collection1, node_name=127.0.0.1:58294_}
   [junit4]   2> 1305661 T7146 C3382 P58294 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58294/collection1/
   [junit4]   2> 1305661 T7146 C3382 P58294 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1305661 T7146 C3382 P58294 oasc.SyncStrategy.syncToMe http://127.0.0.1:58294/collection1/ has no replicas
   [junit4]   2> 1305662 T7146 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58294/collection1/ shard1
   [junit4]   2> 1305662 T7146 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1305663 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1305665 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305665 T7139 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> 1305668 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1305670 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305671 T7149 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> 1305804 T7149 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> 1305804 T7139 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> 1305852 T7146 oasc.ZkController.register We are http://127.0.0.1:58294/collection1/ and leader is http://127.0.0.1:58294/collection1/
   [junit4]   2> 1305853 T7146 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58294
   [junit4]   2> 1305853 T7146 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1305853 T7146 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1305853 T7146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1305855 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305856 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305856 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305856 T7146 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1305857 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1305857 T7140 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58294",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58294_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1305859 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1305960 T7139 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> 1305962 T7149 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> 1306064 T7117 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1306065 T7117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1306067 T7117 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36047
   [junit4]   2> 1306067 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1306068 T7117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1306068 T7117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003
   [junit4]   2> 1306068 T7117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/'
   [junit4]   2> 1306091 T7117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/solr.xml
   [junit4]   2> 1306102 T7117 oasc.CoreContainer.<init> New CoreContainer 275147001
   [junit4]   2> 1306103 T7117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/]
   [junit4]   2> 1306103 T7117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1306104 T7117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1306104 T7117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1306104 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1306104 T7117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1306105 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1306105 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1306105 T7117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1306106 T7117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1306106 T7117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1306106 T7117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1306107 T7117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1306107 T7117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59888/solr
   [junit4]   2> 1306107 T7117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1306108 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1306117 T7162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20a11d68 name:ZooKeeperConnection Watcher:127.0.0.1:59888 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1306118 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1306120 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1306121 T7164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f2032be name:ZooKeeperConnection Watcher:127.0.0.1:59888/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1306121 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1306125 T7117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1307127 T7117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42298_
   [junit4]   2> 1307130 T7117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42298_
   [junit4]   2> 1307133 T7149 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1307133 T7164 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1307133 T7139 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1307139 T7165 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1307140 T7165 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1307141 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1307141 T7165 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1307141 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1307142 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1307143 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1307144 T7140 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42298",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42298_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1307144 T7140 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1307145 T7140 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1307147 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1307249 T7139 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> 1307249 T7164 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> 1307249 T7149 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> 1308141 T7165 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1308142 T7165 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1308142 T7165 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1308142 T7165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1308143 T7165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1308143 T7165 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/collection1/'
   [junit4]   2> 1308144 T7165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1308144 T7165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1308145 T7165 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1308170 T7165 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1308181 T7165 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1308182 T7165 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1308187 T7165 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1308353 T7165 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1308353 T7165 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1308354 T7165 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1308358 T7165 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1308359 T7165 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1308366 T7165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308368 T7165 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1308370 T7165 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308370 T7165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308371 T7165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308371 T7165 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1308371 T7165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1308371 T7165 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1308372 T7165 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1308372 T7165 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1308372 T7165 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-003/collection1/, dataDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty1/
   [junit4]   2> 1308372 T7165 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c8f5e4b
   [junit4]   2> 1308373 T7165 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty1
   [junit4]   2> 1308373 T7165 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty1/index/
   [junit4]   2> 1308373 T7165 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1308373 T7165 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty1/index
   [junit4]   2> 1308374 T7165 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.537109375, floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=15.104964610345775, segmentsPerTier=23.0, maxCFSSegmentSizeMB=2.18359375, noCFSRatio=1.0
   [junit4]   2> 1308374 T7165 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@503befd5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62e851eb),segFN=segments_1,generation=1}
   [junit4]   2> 1308374 T7165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308377 T7165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1308377 T7165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308377 T7165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1308377 T7165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308378 T7165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1308378 T7165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1308378 T7165 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308378 T7165 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1308379 T7165 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1308379 T7165 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1308379 T7165 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1308379 T7165 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1308380 T7165 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1308380 T7165 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1308380 T7165 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1308381 T7165 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1308382 T7165 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1308383 T7165 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1308384 T7165 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1308384 T7165 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.1611328125, floorSegmentMB=0.3916015625, forceMergeDeletesPctAllowed=27.008213832364195, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1308384 T7165 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@503befd5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62e851eb),segFN=segments_1,generation=1}
   [junit4]   2> 1308385 T7165 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1308385 T7165 oass.SolrIndexSearcher.<init> Opening Searcher@7f8e4e48[collection1] main
   [junit4]   2> 1308385 T7165 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1308386 T7165 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1308386 T7165 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1308386 T7165 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1308386 T7165 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1308386 T7165 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1308387 T7165 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1308387 T7165 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1308387 T7165 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1308387 T7165 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1308389 T7166 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7f8e4e48[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1308391 T7165 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1308391 T7169 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42298 collection:collection1 shard:shard2
   [junit4]   2> 1308392 T7117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1308392 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1308392 T7169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1308396 T7169 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1308397 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308398 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308398 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308398 T7169 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1308398 T7169 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3383 name=collection1 org.apache.solr.core.SolrCore@676fe1a9 url=http://127.0.0.1:42298/collection1 node=127.0.0.1:42298_ C3383_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:42298, core=collection1, node_name=127.0.0.1:42298_}
   [junit4]   2> 1308399 T7169 C3383 P42298 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42298/collection1/
   [junit4]   2> 1308399 T7169 C3383 P42298 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1308399 T7169 C3383 P42298 oasc.SyncStrategy.syncToMe http://127.0.0.1:42298/collection1/ has no replicas
   [junit4]   2> 1308399 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1308399 T7169 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42298/collection1/ shard2
   [junit4]   2> 1308400 T7169 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1308402 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308408 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308412 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308514 T7139 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> 1308514 T7164 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> 1308514 T7149 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> 1308561 T7169 oasc.ZkController.register We are http://127.0.0.1:42298/collection1/ and leader is http://127.0.0.1:42298/collection1/
   [junit4]   2> 1308561 T7169 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42298
   [junit4]   2> 1308561 T7169 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1308561 T7169 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1308562 T7169 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1308564 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308564 T7169 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1308564 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308565 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308565 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1308565 T7140 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42298",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42298_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1308567 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1308668 T7149 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> 1308668 T7164 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> 1308668 T7139 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> 1308704 T7117 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1308705 T7117 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1308707 T7117 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39740
   [junit4]   2> 1308709 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1308709 T7117 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1308710 T7117 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004
   [junit4]   2> 1308710 T7117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/'
   [junit4]   2> 1308728 T7117 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/solr.xml
   [junit4]   2> 1308739 T7117 oasc.CoreContainer.<init> New CoreContainer 832361246
   [junit4]   2> 1308739 T7117 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/]
   [junit4]   2> 1308740 T7117 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1308740 T7117 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1308740 T7117 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1308740 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1308741 T7117 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1308741 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1308741 T7117 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1308742 T7117 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1308742 T7117 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1308743 T7117 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1308743 T7117 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1308744 T7117 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1308744 T7117 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:59888/solr
   [junit4]   2> 1308745 T7117 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1308745 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1308751 T7181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5410ce15 name:ZooKeeperConnection Watcher:127.0.0.1:59888 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1308751 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1308753 T7117 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1308754 T7183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2030dc29 name:ZooKeeperConnection Watcher:127.0.0.1:59888/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1308754 T7117 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1308759 T7117 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1309761 T7117 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58222_
   [junit4]   2> 1309763 T7117 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58222_
   [junit4]   2> 1309764 T7149 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1309765 T7164 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1309765 T7183 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1309764 T7139 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1309768 T7184 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1309769 T7184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1309769 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1309769 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1309770 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1309770 T7184 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1309770 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1309771 T7140 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58222",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58222_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1309771 T7140 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1309771 T7140 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1309772 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1309874 T7139 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> 1309874 T7183 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> 1309874 T7149 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> 1309874 T7164 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> 1310770 T7184 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1310770 T7184 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1310771 T7184 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1310771 T7184 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1310772 T7184 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1310772 T7184 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/collection1/'
   [junit4]   2> 1310772 T7184 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1310773 T7184 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1310773 T7184 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1310793 T7184 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1310803 T7184 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1310804 T7184 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1310809 T7184 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1310958 T7184 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1310958 T7184 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1310959 T7184 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1310964 T7184 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1310966 T7184 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1310973 T7184 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1310975 T7184 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1310977 T7184 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1310977 T7184 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1310978 T7184 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1310978 T7184 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1310979 T7184 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1310979 T7184 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1310979 T7184 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1310979 T7184 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1310979 T7184 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-004/collection1/, dataDir=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty2/
   [junit4]   2> 1310980 T7184 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c8f5e4b
   [junit4]   2> 1310980 T7184 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty2
   [junit4]   2> 1310980 T7184 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty2/index/
   [junit4]   2> 1310980 T7184 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1310981 T7184 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.HttpPartitionTest-1DF8940052DA29F8-001/tempDir-001/jetty2/index
   [junit4]   2> 1310981 T7184 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=26.537109375, floorSegmentMB=0.66015625, forceMergeDeletesPctAllowed=15.104964610345775, segmentsPerTier=23.0, maxCFSSegmentSizeMB=2.18359375, noCFSRatio=1.0
   [junit4]   2> 1310982 T7184 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ab0ec06 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1478c10a),segFN=segments_1,generation=1}
   [junit4]   2> 1310982 T7184 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1310985 T7184 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1310985 T7184 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1310985 T7184 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1310985 T7184 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1310986 T7184 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1310986 T7184 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1310986 T7184 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1310986 T7184 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1310986 T7184 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1310987 T7184 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1310987 T7184 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1310987 T7184 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1310988 T7184 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1310988 T7184 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1310988 T7184 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1310989 T7184 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1310990 T7184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1310992 T7184 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1310992 T7184 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1310993 T7184 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.1611328125, floorSegmentMB=0.3916015625, forceMergeDeletesPctAllowed=27.008213832364195, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1310993 T7184 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ab0ec06 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1478c10a),segFN=segments_1,generation=1}
   [junit4]   2> 1310993 T7184 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1310994 T7184 oass.SolrIndexSearcher.<init> Opening Searcher@34e2fef6[collection1] main
   [junit4]   2> 1310994 T7184 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1310995 T7184 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1310995 T7184 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1310995 T7184 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1310996 T7184 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1310996 T7184 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1310999 T7184 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1310999 T7184 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1311000 T7184 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1311000 T7184 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1311002 T7185 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34e2fef6[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1311003 T7184 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1311004 T7188 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58222 collection:collection1 shard:shard1
   [junit4]   2> 1311004 T7117 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1311005 T7117 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1311005 T7188 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1311006 T7117 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1311007 T7117 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1311007 T7117 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1311008 T7117 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1311009 T7188 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1311010 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311010 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311010 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311011 T7188 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1311011 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1311011 T7188 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3384 name=collection1 org.apache.solr.core.SolrCore@3d7a7e2 url=http://127.0.0.1:58222/collection1 node=127.0.0.1:58222_ C3384_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:58222, core=collection1, node_name=127.0.0.1:58222_}
   [junit4]   2> 1311011 T7188 C3384 P58222 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58222/collection1/
   [junit4]   2> 1311012 T7188 C3384 P58222 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1311012 T7188 C3384 P58222 oasc.SyncStrategy.syncToMe http://127.0.0.1:58222/collection1/ has no replicas
   [junit4]   2> 1311012 T7188 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58222/collection1/ shard1
   [junit4]   2> 1311013 T7188 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1311013 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311015 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311022 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311123 T7149 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> 1311123 T7139 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> 1311123 T7164 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> 1311123 T7183 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> 1311166 T7188 oasc.ZkController.register We are http://127.0.0.1:58222/collection1/ and leader is http://127.0.0.1:58222/collection1/
   [junit4]   2> 1311167 T7188 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58222
   [junit4]   2> 1311167 T7188 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1311167 T7188 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1311167 T7188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1311168 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311168 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311169 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311171 T7188 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1311172 T7140 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1311172 T7140 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58222",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58222_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1311174 T7139 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1311276 T7149 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> 1311276 T7164 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> 1311276 T7183 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> 1311276 T7139 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> 1312009 T7117 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1312009 T7117 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
   [junit4]   2> 1312011 T7147 oasc.SocketProxy$Acceptor.run accepted Socket[addr=/127.0.0.1,port=45548,localport=58294], receiveBufferSize:131015
   [junit4]   2> 1312015 T7147 oasc.SocketProxy$Bridge.<init> proxy connection Socket[addr=/127.0.0.1,port=56006,localport=45650], receiveBufferSize=131003
   [junit4]   2> ASYNC  NEW_CORE C3385 name=collection1 org.apache.solr.core.SolrCore@1a9dc0cc url=http://127.0.0.1:58294/collection1 node=127.0.0.1:58294_ C3385_STATE=coll:control_collection core:collection1 props:{state=active, base_url=http://127.0.0.1:58294, core=collection1, node_name=127.0.0.1:58294_, leader=true}
   [junit4]   2> 1312015 T7135 C3385 P58294 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1312016 T7135 C3385 P58294 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1312016 T7135 C3385 P58294 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 1312016 T7135 C3385 P58294 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1312016 T7135 C3385 P58294 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} {commit=} 0 1
   [junit4]   2> 1312018 T7170 oasc.SocketProxy$Acceptor.run accepted Socket[addr=/127.0.0.1,port=4480

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

]   2> 1373808 T7139 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1373808 T7267 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:291)
   [junit4]   2> 
   [junit4]   2> 1373884 T7270 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:291)
   [junit4]   2> 
   [junit4]   2> 1373884 T7164 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1374096 T7273 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:291)
   [junit4]   2> 
   [junit4]   2> 1374097 T7183 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {_version_=PostingsFormat(name=NestedPulsing), multiDefault=MockVariableIntBlock(baseBlockSize=93), a_t=PostingsFormat(name=NestedPulsing), intDefault=PostingsFormat(name=NestedPulsing), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=MockVariableIntBlock(baseBlockSize=93), id=FSTOrd41, text=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=PostingsFormat(name=NestedPulsing), timestamp=PostingsFormat(name=NestedPulsing)}, docValues:{}, sim=DefaultSimilarity, locale=nl, timezone=Europe/Sofia
   [junit4]   2> NOTE: Linux 3.8.0-41-generic amd64/Oracle Corporation 1.8.0_05 (64-bit)/cpus=8,threads=1,free=423343176,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestMergePolicyConfig, TestRemoteStreaming, HdfsBasicDistributedZkTest, PeerSyncTest, TestDistributedMissingSort, FileBasedSpellCheckerTest, TestFieldTypeResource, TestFieldSortValues, TestWriterPerf, SliceStateUpdateTest, ParsingFieldUpdateProcessorsTest, SolrInfoMBeanTest, SyncSliceTest, TestCoreContainer, DistributedTermsComponentTest, DocumentBuilderTest, HdfsUnloadDistributedZkTest, TriLevelCompositeIdRoutingTest, TestImplicitCoreProperties, PolyFieldTest, TestPHPSerializedResponseWriter, TestCharFilters, TestRestManager, TestSolrXMLSerializer, TestSolrDeletionPolicy1, AddSchemaFieldsUpdateProcessorFactoryTest, TestDocSet, TestSystemIdResolver, TestManagedStopFilterFactory, TestPostingsSolrHighlighter, LoggingHandlerTest, TestFunctionQuery, TestShortCircuitedRequests, SampleTest, TermVectorComponentTest, SSLMigrationTest, QueryElevationComponentTest, TestSearcherReuse, TestSolrQueryParser, TestSchemaSimilarityResource, ClusterStateTest, TestNonDefinedSimilarityFactory, TestNRTOpen, CursorPagingTest, TestReversedWildcardFilterFactory, SoftAutoCommitTest, DocValuesMissingTest, SpellPossibilityIteratorTest, SchemaVersionSpecificBehaviorTest, CircularListTest, BadComponentTest, ZkCLITest, OverseerCollectionProcessorTest, TestRandomMergePolicy, SOLR749Test, CoreMergeIndexesAdminHandlerTest, TestMiniSolrCloudCluster, AsyncMigrateRouteKeyTest, DateMathParserTest, PrimitiveFieldTypeTest, URLClassifyProcessorTest, OverseerTest, FieldMutatingUpdateProcessorTest, CachingDirectoryFactoryTest, ClusterStateUpdateTest, ResponseLogComponentTest, DirectUpdateHandlerOptimizeTest, DistributedSpellCheckComponentTest, TestRandomDVFaceting, TestSolrIndexConfig, MoreLikeThisHandlerTest, TestRealTimeGet, BJQParserTest, SuggesterFSTTest, TestSort, QueryResultKeyTest, TestBlendedInfixSuggestions, ShardSplitTest, SolrTestCaseJ4Test, TestLuceneMatchVersion, SolrCoreTest, AnalysisAfterCoreReloadTest, TestCollationFieldDocValues, ReturnFieldsTest, TestGroupingSearch, AssignTest, TestExtendedDismaxParser, RegexBoostProcessorTest, TestConfig, TestDistribDocBasedVersion, TestCursorMarkWithoutUniqueKey, UUIDFieldTest, SynonymTokenizerTest, WordBreakSolrSpellCheckerTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, AutoCommitTest, TestRecovery, ZkControllerTest, TestJoin, SpellCheckComponentTest, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, SpellCheckCollatorTest, SolrRequestParserTest, TestTrie, SuggesterWFSTTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, QueryEqualityTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, TestQueryTypes, TestValueSourceCache, TestIndexingPerformance, FastVectorHighlighterTest, SolrPluginUtilsTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, TestLFUCache, TestQuerySenderListener, CopyFieldTest, TestSearchPerf, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, EchoParamsTest, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, LegacyHTMLStripCharFilterTest, ResourceLoaderTest, ScriptEngineTest, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, TestCollationKeyRangeQueries, AliasIntegrationTest, CustomCollectionTest, DeleteShardTest, HttpPartitionTest]
   [junit4] Completed on J0 in 71.94s, 1 test, 1 failure <<< FAILURES!

[...truncated 211 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1297: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:921: There were test failures: 396 suites, 1640 tests, 1 failure, 36 ignored (15 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_05) - Build # 10308 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10308/
Java: 64bit/jdk1.8.0_05 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
shard3 is not consistent.  Got 143 from http://127.0.0.1:41300/collection1lastClient and got 137 from http://127.0.0.1:49437/collection1

Stack Trace:
java.lang.AssertionError: shard3 is not consistent.  Got 143 from http://127.0.0.1:41300/collection1lastClient and got 137 from http://127.0.0.1:49437/collection1
	at __randomizedtesting.SeedInfo.seed([B4FD5BE2F9D72330:351BD5FA8E88430C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1139)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1118)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11363 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/init-core-data-001
   [junit4]   2> 1354430 T3004 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1354431 T3004 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1354443 T3004 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1354443 T3004 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1354444 T3005 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1354544 T3004 oasc.ZkTestServer.run start zk server on port:38542
   [junit4]   2> 1354545 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354622 T3011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@af78f46 name:ZooKeeperConnection Watcher:127.0.0.1:38542 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1354622 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1354623 T3004 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1354627 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354628 T3013 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4dbf1c8e name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1354628 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1354629 T3004 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1354631 T3004 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1354632 T3004 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1354633 T3004 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1354634 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1354635 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1354637 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1354638 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1354640 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1354641 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1354643 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1354643 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1354645 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1354645 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1354647 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1354647 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1354649 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1354649 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1354651 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1354652 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1354653 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1354654 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1354655 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1354655 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1354657 T3004 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1354657 T3004 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1354925 T3004 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1354955 T3004 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55605
   [junit4]   2> 1354956 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1354956 T3004 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1354956 T3004 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002
   [junit4]   2> 1354956 T3004 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/'
   [junit4]   2> 1354973 T3004 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/solr.xml
   [junit4]   2> 1354981 T3004 oasc.CoreContainer.<init> New CoreContainer 2031967308
   [junit4]   2> 1354981 T3004 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/]
   [junit4]   2> 1354982 T3004 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1354982 T3004 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1354982 T3004 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1354983 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1354983 T3004 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1354983 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1354983 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1354984 T3004 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1354984 T3004 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1354985 T3004 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1354985 T3004 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1354986 T3004 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1354986 T3004 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38542/solr
   [junit4]   2> 1354986 T3004 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1354987 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354989 T3028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57ae39dc name:ZooKeeperConnection Watcher:127.0.0.1:38542 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1354989 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1354991 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354993 T3030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ec93437 name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1354993 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1354994 T3004 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1354996 T3004 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1354997 T3004 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1354999 T3004 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1355000 T3004 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1355003 T3004 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1355004 T3004 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55605_
   [junit4]   2> 1355005 T3004 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55605_
   [junit4]   2> 1355006 T3004 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1355007 T3004 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1355009 T3004 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55605_
   [junit4]   2> 1355010 T3004 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1355012 T3004 oasc.Overseer.start Overseer (id=91843844401266691-127.0.0.1:55605_-n_0000000000) starting
   [junit4]   2> 1355019 T3004 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1355026 T3032 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1355026 T3004 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1355029 T3004 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1355032 T3004 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1355036 T3031 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1355037 T3033 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1355037 T3033 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1355039 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1355039 T3033 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1355039 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1355040 T3031 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:55605",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55605_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1355040 T3031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1355040 T3031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1355042 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1355042 T3030 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> 1356039 T3033 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1356039 T3033 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1356040 T3033 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1356040 T3033 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1356040 T3033 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1356041 T3033 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/collection1/'
   [junit4]   2> 1356041 T3033 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1356042 T3033 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1356042 T3033 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1356060 T3033 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1356075 T3033 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1356076 T3033 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1356082 T3033 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1356183 T3033 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1356184 T3033 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1356185 T3033 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1356187 T3033 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1356200 T3033 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1356200 T3033 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1356200 T3033 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-002/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/
   [junit4]   2> 1356201 T3033 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78f5ca4d
   [junit4]   2> 1356201 T3033 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data
   [junit4]   2> 1356202 T3033 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/index/
   [junit4]   2> 1356202 T3033 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1356203 T3033 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/index
   [junit4]   2> 1356203 T3033 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=87.279296875, floorSegmentMB=0.677734375, forceMergeDeletesPctAllowed=10.545805992210362, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1356207 T3033 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1356208 T3033 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1356210 T3033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1356210 T3033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1356210 T3033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1356210 T3033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1356211 T3033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1356211 T3033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1356211 T3033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1356211 T3033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1356212 T3033 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1356212 T3033 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1356212 T3033 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1356212 T3033 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1356212 T3033 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1356213 T3033 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1356213 T3033 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1356213 T3033 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1356215 T3033 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1356216 T3033 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1356216 T3033 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1356217 T3033 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=735694242, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1356218 T3033 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1356218 T3033 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1356218 T3033 oass.SolrIndexSearcher.<init> Opening Searcher@57ecb28f[collection1] main
   [junit4]   2> 1356218 T3033 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1356219 T3033 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1356219 T3033 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1356219 T3033 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1356220 T3033 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1356220 T3033 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1356221 T3033 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1356221 T3033 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1356221 T3033 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1356222 T3033 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1356223 T3034 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57ecb28f[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1356224 T3033 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1356224 T3037 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55605 collection:control_collection shard:shard1
   [junit4]   2> 1356224 T3004 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1356225 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1356225 T3037 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1356225 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356227 T3039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28551e86 name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356227 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1356230 T3037 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1356234 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356234 T3037 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1356234 T3037 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1469 name=collection1 org.apache.solr.core.SolrCore@5effd82e url=http://127.0.0.1:55605/collection1 node=127.0.0.1:55605_ C1469_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:55605, core=collection1, node_name=127.0.0.1:55605_}
   [junit4]   2> 1356234 T3037 C1469 P55605 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55605/collection1/
   [junit4]   2> 1356234 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356235 T3004 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1356235 T3037 C1469 P55605 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1356235 T3037 C1469 P55605 oasc.SyncStrategy.syncToMe http://127.0.0.1:55605/collection1/ has no replicas
   [junit4]   2> 1356235 T3037 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55605/collection1/ shard1
   [junit4]   2> 1356236 T3037 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1356236 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356237 T3004 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1356239 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356242 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356343 T3030 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> 1356343 T3039 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> 1356390 T3037 oasc.ZkController.register We are http://127.0.0.1:55605/collection1/ and leader is http://127.0.0.1:55605/collection1/
   [junit4]   2> 1356391 T3037 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55605
   [junit4]   2> 1356391 T3037 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1356391 T3037 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1356391 T3037 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1356392 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356392 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356392 T3037 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356392 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356393 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1356393 T3031 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:55605",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55605_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1356395 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1356493 T3004 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1356494 T3004 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1356495 T3004 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54943
   [junit4]   2> 1356497 T3039 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> 1356497 T3030 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> 1356497 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1356498 T3004 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1356498 T3004 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003
   [junit4]   2> 1356498 T3004 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/'
   [junit4]   2> 1356509 T3004 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/solr.xml
   [junit4]   2> 1356517 T3004 oasc.CoreContainer.<init> New CoreContainer 1293133228
   [junit4]   2> 1356517 T3004 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/]
   [junit4]   2> 1356518 T3004 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1356518 T3004 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1356518 T3004 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1356519 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1356519 T3004 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1356519 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1356520 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1356520 T3004 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1356520 T3004 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1356521 T3004 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1356521 T3004 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1356521 T3004 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1356522 T3004 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38542/solr
   [junit4]   2> 1356522 T3004 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1356523 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356525 T3050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@659c0815 name:ZooKeeperConnection Watcher:127.0.0.1:38542 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356525 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1356528 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356530 T3052 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@798784d4 name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1356530 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1356545 T3004 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1357547 T3004 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54943_
   [junit4]   2> 1357548 T3004 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54943_
   [junit4]   2> 1357550 T3030 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1357550 T3039 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1357550 T3052 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1357565 T3053 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1357566 T3053 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1357566 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357566 T3053 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1357566 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357567 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357567 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1357568 T3031 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:54943",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54943_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1357568 T3031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1357568 T3031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1357575 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1357676 T3030 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> 1357676 T3039 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> 1357676 T3052 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> 1358567 T3053 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1358567 T3053 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1358568 T3053 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1358568 T3053 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1358568 T3053 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1358568 T3053 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/collection1/'
   [junit4]   2> 1358569 T3053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1358569 T3053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1358569 T3053 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1358587 T3053 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1358595 T3053 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1358596 T3053 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1358600 T3053 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1358700 T3053 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1358701 T3053 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1358702 T3053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1358704 T3053 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1358714 T3053 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1358714 T3053 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1358715 T3053 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-003/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/
   [junit4]   2> 1358715 T3053 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78f5ca4d
   [junit4]   2> 1358715 T3053 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1
   [junit4]   2> 1358716 T3053 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/index/
   [junit4]   2> 1358716 T3053 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1358717 T3053 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/index
   [junit4]   2> 1358717 T3053 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=87.279296875, floorSegmentMB=0.677734375, forceMergeDeletesPctAllowed=10.545805992210362, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1358721 T3053 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1358721 T3053 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1358724 T3053 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1358725 T3053 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1358725 T3053 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1358725 T3053 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1358726 T3053 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1358726 T3053 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1358726 T3053 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1358726 T3053 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1358727 T3053 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1358727 T3053 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1358727 T3053 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1358729 T3053 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1358730 T3053 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1358730 T3053 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1358732 T3053 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=735694242, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1358733 T3053 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1358733 T3053 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1358733 T3053 oass.SolrIndexSearcher.<init> Opening Searcher@9305b4a[collection1] main
   [junit4]   2> 1358734 T3053 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1358734 T3053 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1358735 T3053 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1358735 T3053 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1358735 T3053 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1358735 T3053 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1358736 T3053 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1358736 T3053 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1358736 T3053 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1358736 T3053 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1358738 T3054 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9305b4a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1358739 T3053 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1358740 T3057 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54943 collection:collection1 shard:shard2
   [junit4]   2> 1358740 T3004 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1358741 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1358742 T3057 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1358748 T3057 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1358749 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358749 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358749 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358749 T3057 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1358750 T3057 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1358750 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1470 name=collection1 org.apache.solr.core.SolrCore@77c8bcd8 url=http://127.0.0.1:54943/collection1 node=127.0.0.1:54943_ C1470_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:54943, core=collection1, node_name=127.0.0.1:54943_}
   [junit4]   2> 1358750 T3057 C1470 P54943 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54943/collection1/
   [junit4]   2> 1358751 T3057 C1470 P54943 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1358751 T3057 C1470 P54943 oasc.SyncStrategy.syncToMe http://127.0.0.1:54943/collection1/ has no replicas
   [junit4]   2> 1358751 T3057 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54943/collection1/ shard2
   [junit4]   2> 1358751 T3057 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1358752 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358754 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358756 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358860 T3030 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> 1358860 T3052 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> 1358860 T3039 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> 1358906 T3057 oasc.ZkController.register We are http://127.0.0.1:54943/collection1/ and leader is http://127.0.0.1:54943/collection1/
   [junit4]   2> 1358906 T3057 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54943
   [junit4]   2> 1358907 T3057 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1358907 T3057 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1358907 T3057 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1358908 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358909 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358909 T3057 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1358909 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1358910 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1358910 T3031 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:54943",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54943_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1358911 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1359012 T3030 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> 1359013 T3039 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> 1359013 T3052 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> 1359035 T3004 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1359036 T3004 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1359037 T3004 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:35170
   [junit4]   2> 1359038 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1359039 T3004 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1359039 T3004 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004
   [junit4]   2> 1359039 T3004 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/'
   [junit4]   2> 1359050 T3004 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/solr.xml
   [junit4]   2> 1359057 T3004 oasc.CoreContainer.<init> New CoreContainer 1477305706
   [junit4]   2> 1359057 T3004 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/]
   [junit4]   2> 1359058 T3004 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1359058 T3004 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1359058 T3004 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1359059 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1359059 T3004 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1359059 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1359059 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1359060 T3004 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1359060 T3004 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1359060 T3004 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1359060 T3004 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1359061 T3004 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1359061 T3004 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38542/solr
   [junit4]   2> 1359061 T3004 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1359062 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1359063 T3068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@407bf774 name:ZooKeeperConnection Watcher:127.0.0.1:38542 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1359064 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1359066 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1359067 T3070 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6eef10c0 name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1359067 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1359071 T3004 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1360072 T3004 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35170_
   [junit4]   2> 1360073 T3004 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35170_
   [junit4]   2> 1360075 T3052 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1360075 T3039 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1360075 T3070 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1360076 T3030 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1360078 T3071 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1360078 T3071 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1360079 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360079 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360079 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360079 T3071 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1360083 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1360084 T3031 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:35170",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:35170_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1360085 T3031 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1360085 T3031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1360090 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1360192 T3030 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> 1360192 T3070 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> 1360192 T3039 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> 1360192 T3052 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> 1361079 T3071 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1361080 T3071 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1361080 T3071 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1361080 T3071 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1361081 T3071 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1361081 T3071 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/collection1/'
   [junit4]   2> 1361081 T3071 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1361082 T3071 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1361082 T3071 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1361099 T3071 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1361117 T3071 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1361118 T3071 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1361121 T3071 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1361223 T3071 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1361224 T3071 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1361225 T3071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1361227 T3071 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1361238 T3071 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1361238 T3071 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1361238 T3071 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-004/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/
   [junit4]   2> 1361238 T3071 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78f5ca4d
   [junit4]   2> 1361239 T3071 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2
   [junit4]   2> 1361239 T3071 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/index/
   [junit4]   2> 1361239 T3071 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1361240 T3071 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/index
   [junit4]   2> 1361241 T3071 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=87.279296875, floorSegmentMB=0.677734375, forceMergeDeletesPctAllowed=10.545805992210362, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1361245 T3071 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1361245 T3071 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1361247 T3071 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1361247 T3071 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1361247 T3071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1361247 T3071 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1361248 T3071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1361248 T3071 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1361248 T3071 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1361248 T3071 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1361248 T3071 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1361249 T3071 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1361249 T3071 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1361249 T3071 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1361249 T3071 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1361249 T3071 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1361250 T3071 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1361250 T3071 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1361252 T3071 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1361253 T3071 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1361253 T3071 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1361253 T3071 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=735694242, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1361254 T3071 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1361254 T3071 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1361255 T3071 oass.SolrIndexSearcher.<init> Opening Searcher@1db9538d[collection1] main
   [junit4]   2> 1361255 T3071 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1361255 T3071 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1361256 T3071 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1361256 T3071 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1361256 T3071 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1361256 T3071 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1361257 T3071 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1361257 T3071 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1361257 T3071 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1361257 T3071 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1361259 T3072 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1db9538d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1361260 T3071 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1361261 T3075 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:35170 collection:collection1 shard:shard3
   [junit4]   2> 1361261 T3004 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1361262 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1361263 T3075 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1361267 T3075 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1361268 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361268 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361268 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361269 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1361269 T3075 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1361269 T3075 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1471 name=collection1 org.apache.solr.core.SolrCore@5d0032c0 url=http://127.0.0.1:35170/collection1 node=127.0.0.1:35170_ C1471_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:35170, core=collection1, node_name=127.0.0.1:35170_}
   [junit4]   2> 1361269 T3075 C1471 P35170 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35170/collection1/
   [junit4]   2> 1361269 T3075 C1471 P35170 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1361270 T3075 C1471 P35170 oasc.SyncStrategy.syncToMe http://127.0.0.1:35170/collection1/ has no replicas
   [junit4]   2> 1361270 T3075 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35170/collection1/ shard3
   [junit4]   2> 1361270 T3075 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1361271 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361273 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361275 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361381 T3030 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> 1361381 T3052 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> 1361381 T3039 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> 1361382 T3070 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> 1361424 T3075 oasc.ZkController.register We are http://127.0.0.1:35170/collection1/ and leader is http://127.0.0.1:35170/collection1/
   [junit4]   2> 1361425 T3075 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:35170
   [junit4]   2> 1361425 T3075 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1361425 T3075 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1361425 T3075 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1361426 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361426 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361426 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361427 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1361427 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1361428 T3031 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:35170",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:35170_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1361429 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1361530 T3030 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> 1361530 T3039 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> 1361530 T3070 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> 1361530 T3052 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> 1361531 T3004 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1361532 T3004 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1361534 T3004 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54700
   [junit4]   2> 1361534 T3004 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1361535 T3004 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1361535 T3004 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-005
   [junit4]   2> 1361535 T3004 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-005/'
   [junit4]   2> 1361548 T3004 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-005/solr.xml
   [junit4]   2> 1361555 T3004 oasc.CoreContainer.<init> New CoreContainer 998389042
   [junit4]   2> 1361556 T3004 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-005/]
   [junit4]   2> 1361556 T3004 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1361556 T3004 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1361557 T3004 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1361557 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1361557 T3004 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1361557 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1361558 T3004 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1361558 T3004 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1361558 T3004 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1361559 T3004 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1361559 T3004 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1361559 T3004 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1361560 T3004 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38542/solr
   [junit4]   2> 1361560 T3004 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1361561 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1361562 T3086 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@437ef60e name:ZooKeeperConnection Watcher:127.0.0.1:38542 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1361562 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1361567 T3004 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1361568 T3088 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2816ed8f name:ZooKeeperConnection Watcher:127.0.0.1:38542/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1361569 T3004 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1361576 T3004 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1362578 T3004 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54700_
   [junit4]   2> 1362580 T3004 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54700_
   [junit4]   2> 1362586 T3030 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1362586 T3070 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1362606 T3039 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1362586 T3088 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1362586 T3052 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1362613 T3089 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1362613 T3089 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1362614 T3089 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1362614 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362615 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362615 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362617 T3031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1362617 T3031 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:54700",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54700_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1362618 T3031 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1362618 T3031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1362621 T3030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362723 T3030 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> 1362723 T3088 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> 1362723 T3070 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> 1362723 T3052 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> 1362723 T3039 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> 1363615 T3089 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1363615 T30

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

rTest-B4FD5BE2F9D72330-001/tempDir-001/jetty4
   [junit4]   2> 1428885 T3188 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1428887 T3188 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1428887 T3106 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 1428887 T3106 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001/tempDir-001/jetty4/index
   [junit4]   2> 1428887 T3106 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1428886 T3544 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1428886 T3167 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1428887 T3106 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 12)
   [junit4]   2> 1428887 T3188 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1428888 T3106 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1428889 T3106 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1428888 T3167 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTest-B4FD5BE2F9D72330-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=ja_JP, timezone=America/Campo_Grande
   [junit4]   2> NOTE: Linux 3.8.0-41-generic amd64/Oracle Corporation 1.8.0_05 (64-bit)/cpus=8,threads=1,free=89263728,total=212086784
   [junit4]   2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, NotRequiredUniqueKeyTest, HdfsLockFactoryTest, TestFieldTypeCollectionResource, TestIBSimilarityFactory, ChaosMonkeyNothingIsSafeTest, TestRangeQuery, SignatureUpdateProcessorFactoryTest, CurrencyFieldXmlFileTest, TestStressRecovery, TestNumberUtils, DistributedDebugComponentTest, TestFiltering, TestSolrXml, TestLazyCores, TestZkChroot, ZkNodePropsTest, DistributedQueryComponentCustomSortTest, HdfsCollectionsAPIDistributedZkTest, MultiTermTest, TestSweetSpotSimilarityFactory, ConnectionManagerTest, OverseerRolesTest, TestShardHandlerFactory, HdfsRecoveryZkTest, TimeZoneUtilsTest, DocValuesMultiTest, SimplePostToolTest, DeleteReplicaTest, OverseerStatusTest, SolrXmlInZkTest, CoreContainerCoreInitFailuresTest, TestCustomSort, PluginInfoTest, TestIndexingPerformance, TestDistributedGrouping, HighlighterTest, TestDefaultSimilarityFactory, SolrPluginUtilsTest, TestFileDictionaryLookup, TestDistributedSearch, UniqFieldsUpdateProcessorFactoryTest, DebugComponentTest, TestFieldCollectionResource, TestIndexSearcher, SpellingQueryConverterTest, TestMaxScoreQueryParser, DirectSolrSpellCheckerTest, TestManagedResource, PrimUtilsTest, TestManagedSynonymFilterFactory, TestXIncludeConfig, DirectUpdateHandlerTest, CollectionsAPIDistributedZkTest, TestSolrJ, TestMultiCoreConfBootstrap, RAMDirectoryFactoryTest, TestInfoStreamLogging, TestCollationField, DocumentAnalysisRequestHandlerTest, ZkSolrClientTest, BadIndexSchemaTest, SortByFunctionTest, TestDynamicFieldResource, HdfsSyncSliceTest, TestCollectionAPI, TestOmitPositions, TestUtils, TermVectorComponentDistributedTest, PathHierarchyTokenizerFactoryTest, MigrateRouteKeyTest, CoreAdminRequestStatusTest, TestRTGBase, TestDFRSimilarityFactory, ShardRoutingCustomTest, MinimalSchemaTest, TestClassNameShortening, TestArbitraryIndexDir, SolrCoreCheckLockOnStartupTest, AtomicUpdatesTest, TestPhraseSuggestions, TestNoOpRegenerator, TestSchemaVersionResource, TestSimpleQParserPlugin, MultiThreadedOCPTest, JSONWriterTest, AlternateDirectoryTest, TestAnalyzedSuggestions, BasicZkTest, HdfsDirectoryTest, XmlUpdateRequestHandlerTest, TestCodecSupport, TestCSVResponseWriter, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J1 in 75.48s, 1 test, 1 failure <<< FAILURES!

[...truncated 606 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1297: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:921: There were test failures: 396 suites, 1640 tests, 1 failure, 36 ignored (15 assumptions)

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