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 2015/03/24 15:39:08 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b06) - Build # 11905 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11905/
Java: 32bit/jdk1.8.0_60-ea-b06 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {   "collection1":{     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "core":"collection1",             "base_url":"http://127.0.0.1:44277/gm_",             "node_name":"127.0.0.1:44277_gm_",             "state":"active",             "leader":"true"},           "core_node2":{             "core":"collection1",             "base_url":"http://127.0.0.1:50263/gm_",             "node_name":"127.0.0.1:50263_gm_",             "state":"recovering"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "autoCreated":"true"},   "control_collection":{     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "core":"collection1",             "base_url":"http://127.0.0.1:47753/gm_",             "node_name":"127.0.0.1:47753_gm_",             "state":"active",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "autoCreated":"true"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:44277/gm_",
            "node_name":"127.0.0.1:44277_gm_",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:50263/gm_",
            "node_name":"127.0.0.1:50263_gm_",
            "state":"recovering"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:47753/gm_",
            "node_name":"127.0.0.1:47753_gm_",
            "state":"active",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"}}
	at __randomizedtesting.SeedInfo.seed([37A2B35D382C6FE4:BFF68C8796D0021C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:103)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Error from server at http://127.0.0.1:55334/compositeid_collection_with_routerfield_shard1_replica1: no servers hosting shard: 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55334/compositeid_collection_with_routerfield_shard1_replica1: no servers hosting shard: 
	at __randomizedtesting.SeedInfo.seed([37A2B35D382C6FE4:BFF68C8796D0021C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:357)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9957 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/init-core-data-001
   [junit4]   2> 576177 T1396 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 576179 T1396 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 576180 T1397 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 576280 T1396 oasc.ZkTestServer.run start zk server on port:52056
   [junit4]   2> 576280 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 576281 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576282 T1404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1341c35 name:ZooKeeperConnection Watcher:127.0.0.1:52056 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576282 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576283 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 576283 T1396 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 576284 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 576285 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576285 T1407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c20f20 name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576285 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576286 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 576286 T1396 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 576287 T1396 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 576287 T1396 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 576288 T1396 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 576288 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 576288 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 576289 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 576290 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 576290 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 576291 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 576291 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 576291 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 576292 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 576292 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 576293 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 576293 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 576294 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 576294 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 576294 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 576295 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 576295 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 576295 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 576296 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 576296 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 576297 T1396 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 576297 T1396 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 576342 T1396 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1
   [junit4]   2> 576343 T1396 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 576346 T1396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48266
   [junit4]   2> 576346 T1396 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/tempDir-001/control/data, hostContext=/, hostPort=48266, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores}
   [junit4]   2> 576346 T1396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 576346 T1396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/'
   [junit4]   2> 576355 T1396 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/solr.xml
   [junit4]   2> 576362 T1396 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores
   [junit4]   2> 576362 T1396 oasc.CoreContainer.<init> New CoreContainer 9401874
   [junit4]   2> 576363 T1396 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/]
   [junit4]   2> 576363 T1396 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/lib
   [junit4]   2> 576363 T1396 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/lib).
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 576368 T1396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 576369 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 576369 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 576369 T1396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 576369 T1396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 576369 T1396 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 576370 T1396 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 576370 T1396 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 576370 T1396 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 576370 T1396 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 576371 T1396 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52056/solr
   [junit4]   2> 576371 T1396 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 576371 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 576371 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576372 T1419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a6613 name:ZooKeeperConnection Watcher:127.0.0.1:52056 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576373 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576373 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 576374 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 576375 T1422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d833bb name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 576375 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 576376 T1396 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 576377 T1396 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 576378 T1396 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 576378 T1396 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 576379 T1396 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 576380 T1396 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 576381 T1396 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 576381 T1396 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 576382 T1396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48266_
   [junit4]   2> 576382 T1396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48266_
   [junit4]   2> 576383 T1396 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 576383 T1396 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 576384 T1396 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 576385 T1396 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:48266_
   [junit4]   2> 576385 T1396 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 576385 T1396 oasc.Overseer.start Overseer (id=93533441052180483-127.0.0.1:48266_-n_0000000000) starting
   [junit4]   2> 576386 T1396 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 576388 T1396 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 576388 T1424 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 576389 T1423 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 576388 T1396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 576390 T1396 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores
   [junit4]   2> 576391 T1396 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 576391 T1396 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/
   [junit4]   2> 576391 T1396 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 576391 T1426 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 576392 T1426 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 576392 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 576392 T1426 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 576392 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
   [junit4]   2> 	  "node_name":"127.0.0.1:48266_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 576393 T1423 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
   [junit4]   2> 	  "node_name":"127.0.0.1:48266_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 576393 T1423 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 576393 T1423 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 576393 T1422 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> 577392 T1426 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 577392 T1426 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 577393 T1426 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 577393 T1426 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 577393 T1426 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 577393 T1426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/'
   [junit4]   2> 577401 T1426 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 577402 T1426 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 577405 T1426 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 577407 T1426 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 577412 T1426 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 577413 T1426 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 577415 T1426 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 577458 T1426 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 577459 T1426 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 577460 T1426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577461 T1426 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 577468 T1426 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 577468 T1426 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 577468 T1426 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/data/
   [junit4]   2> 577469 T1426 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1840c54
   [junit4]   2> 577469 T1426 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/data
   [junit4]   2> 577469 T1426 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 577469 T1426 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 577469 T1426 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/control-001/cores/collection1/data/index
   [junit4]   2> 577470 T1426 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=94.037109375, floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=1.8174646722897925, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6098921863086849
   [junit4]   2> 577470 T1426 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d59a9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f76fb),segFN=segments_1,generation=1}
   [junit4]   2> 577470 T1426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577472 T1426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577473 T1426 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 577473 T1426 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 577475 T1426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577475 T1426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577476 T1426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577476 T1426 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 577478 T1426 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 577478 T1426 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 577479 T1426 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 577479 T1426 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 577479 T1426 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 577480 T1426 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 577480 T1426 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17336836215691626]
   [junit4]   2> 577480 T1426 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@17d59a9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f76fb),segFN=segments_1,generation=1}
   [junit4]   2> 577480 T1426 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 577481 T1426 oass.SolrIndexSearcher.<init> Opening Searcher@149feda[collection1] main
   [junit4]   2> 577481 T1426 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 577481 T1426 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 577481 T1426 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 577481 T1426 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 577482 T1426 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 577482 T1426 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577482 T1426 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 577482 T1426 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 577482 T1426 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 577482 T1426 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 577483 T1426 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 577483 T1427 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@149feda[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 577483 T1430 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:48266 collection:control_collection shard:shard1
   [junit4]   2> 577484 T1396 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 577484 T1396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 577484 T1430 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 577484 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 577485 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577485 T1433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1db25b5 name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577486 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577486 T1430 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 577486 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 577486 T1396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 577487 T1430 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 577487 T1430 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 577486 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C199 name=collection1 org.apache.solr.core.SolrCore@7b6ab url=http://127.0.0.1:48266/collection1 node=127.0.0.1:48266_ C199_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:48266, node_name=127.0.0.1:48266_, state=down}
   [junit4]   2> 577487 T1430 C199 P48266 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:48266/collection1/
   [junit4]   2> 577487 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 577487 T1430 C199 P48266 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 577487 T1396 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 577488 T1430 C199 P48266 oasc.SyncStrategy.syncToMe http://127.0.0.1:48266/collection1/ has no replicas
   [junit4]   2> 577488 T1396 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 577488 T1430 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:48266/collection1/ shard1
   [junit4]   2> 577488 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 577488 T1430 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 577489 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577490 T1436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f2ac72 name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577490 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577490 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 577492 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577493 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 577494 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 577494 T1423 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 577500 T1422 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> 577500 T1433 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> 577502 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577503 T1423 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 577504 T1422 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> 577504 T1433 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> 577543 T1430 oasc.ZkController.register We are http://127.0.0.1:48266/collection1/ and leader is http://127.0.0.1:48266/collection1/
   [junit4]   2> 577543 T1430 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48266
   [junit4]   2> 577543 T1430 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 577544 T1430 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 577544 T1430 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 577544 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 577545 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
   [junit4]   2> 	  "node_name":"127.0.0.1:48266_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 577545 T1423 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48266",
   [junit4]   2> 	  "node_name":"127.0.0.1:48266_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 577549 T1396 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1
   [junit4]   2> 577550 T1396 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001
   [junit4]   2> 577550 T1396 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 577552 T1396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55334
   [junit4]   2> 577553 T1396 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=55334, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores}
   [junit4]   2> 577553 T1396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 577553 T1396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/'
   [junit4]   2> 577561 T1396 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/solr.xml
   [junit4]   2> 577565 T1396 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores
   [junit4]   2> 577565 T1396 oasc.CoreContainer.<init> New CoreContainer 25341187
   [junit4]   2> 577565 T1396 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/]
   [junit4]   2> 577566 T1396 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/lib
   [junit4]   2> 577566 T1396 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/lib).
   [junit4]   2> 577571 T1396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 577571 T1396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 577571 T1396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 577571 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 577572 T1396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 577573 T1396 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 577573 T1396 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 577573 T1396 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 577573 T1396 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 577574 T1396 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 577574 T1396 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52056/solr
   [junit4]   2> 577574 T1396 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 577574 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 577578 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577579 T1448 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f116a2 name:ZooKeeperConnection Watcher:127.0.0.1:52056 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577580 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577580 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 577581 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577582 T1451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@281219 name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577582 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577584 T1396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 577647 T1422 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> 577647 T1433 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> 577647 T1451 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> 578586 T1396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55334_
   [junit4]   2> 578586 T1396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55334_
   [junit4]   2> 578587 T1396 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 578588 T1396 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores
   [junit4]   2> 578589 T1396 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 578589 T1396 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/
   [junit4]   2> 578590 T1396 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 578590 T1452 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 578591 T1452 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 578591 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 578591 T1452 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 578592 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55334",
   [junit4]   2> 	  "node_name":"127.0.0.1:55334_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 578592 T1452 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 578592 T1423 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55334",
   [junit4]   2> 	  "node_name":"127.0.0.1:55334_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 578592 T1452 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 578592 T1423 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 578592 T1423 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 578592 T1452 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 578592 T1452 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 578693 T1423 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 578694 T1451 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 578694 T1451 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 579593 T1452 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 579593 T1452 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 579594 T1452 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 579594 T1452 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 579594 T1452 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 579594 T1452 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/'
   [junit4]   2> 579601 T1452 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 579602 T1452 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 579605 T1452 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 579607 T1452 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 579612 T1452 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 579613 T1452 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 579616 T1452 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 579658 T1452 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 579658 T1452 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 579659 T1452 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 579660 T1452 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 579669 T1452 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 579670 T1452 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 579670 T1452 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 579670 T1452 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1840c54
   [junit4]   2> 579670 T1452 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/data
   [junit4]   2> 579671 T1452 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 579671 T1452 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 579671 T1452 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 579672 T1452 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=94.037109375, floorSegmentMB=1.6416015625, forceMergeDeletesPctAllowed=1.8174646722897925, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6098921863086849
   [junit4]   2> 579672 T1452 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1766496 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11cec1b),segFN=segments_1,generation=1}
   [junit4]   2> 579672 T1452 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 579674 T1452 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 579674 T1452 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 579675 T1452 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 579675 T1452 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 579677 T1452 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 579678 T1452 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 579679 T1452 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 579680 T1452 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 579683 T1452 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 579683 T1452 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 579684 T1452 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 579684 T1452 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 579684 T1452 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 579684 T1452 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 579685 T1452 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17336836215691626]
   [junit4]   2> 579685 T1452 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1766496 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11cec1b),segFN=segments_1,generation=1}
   [junit4]   2> 579686 T1452 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 579686 T1452 oass.SolrIndexSearcher.<init> Opening Searcher@2d7629[collection1] main
   [junit4]   2> 579686 T1452 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 579686 T1452 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 579686 T1452 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 579687 T1452 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 579687 T1452 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 579687 T1452 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 579687 T1452 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 579687 T1452 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 579688 T1452 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 579688 T1452 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 579688 T1453 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d7629[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579688 T1452 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 579689 T1456 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:55334 collection:collection1 shard:shard2
   [junit4]   2> 579689 T1396 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 579689 T1396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 579689 T1456 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 579691 T1456 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 579692 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579692 T1456 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 579692 T1456 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C200 name=collection1 org.apache.solr.core.SolrCore@15ad828 url=http://127.0.0.1:55334/collection1 node=127.0.0.1:55334_ C200_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:55334, node_name=127.0.0.1:55334_, state=down}
   [junit4]   2> 579692 T1456 C200 P55334 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55334/collection1/
   [junit4]   2> 579692 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 579692 T1456 C200 P55334 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 579692 T1456 C200 P55334 oasc.SyncStrategy.syncToMe http://127.0.0.1:55334/collection1/ has no replicas
   [junit4]   2> 579693 T1456 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55334/collection1/ shard2
   [junit4]   2> 579693 T1456 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 579693 T1423 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 579693 T1451 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 579694 T1451 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 579694 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55334",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 579695 T1423 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 579695 T1451 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 579695 T1451 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 579696 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579745 T1456 oasc.ZkController.register We are http://127.0.0.1:55334/collection1/ and leader is http://127.0.0.1:55334/collection1/
   [junit4]   2> 579745 T1456 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:55334
   [junit4]   2> 579745 T1456 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 579745 T1456 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 579745 T1456 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 579746 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579747 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55334",
   [junit4]   2> 	  "node_name":"127.0.0.1:55334_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 579747 T1396 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1
   [junit4]   2> 579747 T1423 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:55334",
   [junit4]   2> 	  "node_name":"127.0.0.1:55334_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 579747 T1456 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 579748 T1396 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001
   [junit4]   2> 579748 T1423 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 579748 T1396 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 579748 T1451 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 579749 T1451 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 579750 T1396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41008
   [junit4]   2> 579750 T1396 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=41008, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores}
   [junit4]   2> 579751 T1396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 579751 T1396 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/'
   [junit4]   2> 579760 T1396 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/solr.xml
   [junit4]   2> 579764 T1396 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores
   [junit4]   2> 579764 T1396 oasc.CoreContainer.<init> New CoreContainer 7909030
   [junit4]   2> 579764 T1396 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/]
   [junit4]   2> 579764 T1396 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/lib
   [junit4]   2> 579765 T1396 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/lib).
   [junit4]   2> 579769 T1396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 579770 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 579771 T1396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 579771 T1396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 579771 T1396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 579771 T1396 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 579772 T1396 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 579772 T1396 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 579772 T1396 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 579772 T1396 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 579773 T1396 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52056/solr
   [junit4]   2> 579773 T1396 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 579773 T1396 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 579774 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579774 T1468 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@130dadc name:ZooKeeperConnection Watcher:127.0.0.1:52056 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579775 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579775 T1396 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 579777 T1396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579777 T1471 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@115a9fc name:ZooKeeperConnection Watcher:127.0.0.1:52056/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579777 T1396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579779 T1396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 580781 T1396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41008_
   [junit4]   2> 580782 T1396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41008_
   [junit4]   2> 580783 T1396 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 580784 T1396 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores
   [junit4]   2> 580785 T1396 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 580785 T1396 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/
   [junit4]   2> 580785 T1396 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 580786 T1472 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 580786 T1472 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 580787 T1422 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 580787 T1472 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 580787 T1472 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 580787 T1423 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41008",
   [junit4]   2> 	  "node_name":"127.0.0.1:41008_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 580787 T1472 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 580787 T1423 oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41008",
   [junit4]   2> 	  "node_name":"127.0.0.1:41008_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 580787 T1423 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 580788 T1472 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 580788 T1423 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 580788 T1472 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 580788 T1423 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 580788 T1471 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 580788 T1451 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 580789 T1471 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 580789 T1451 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 581788 T1472 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 581788 T1472 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 581789 T1472 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 581789 T1472 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 581789 T1472 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 581789 T1472 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/'
   [junit4]   2> 581796 T1472 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 581797 T1472 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 581800 T1472 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 581803 T1472 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 581809 T1472 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 581810 T1472 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 581812 T1472 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 581861 T1472 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 581861 T1472 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 581862 T1472 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 581863 T1472 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 581869 T1472 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 581869 T1472 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 581870 T1472 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 581870 T1472 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1840c54
   [junit4]   2> 581871 T1472 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/data
   [junit4]   2> 581871 T1472 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 37A2B35D382C6FE4-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 581871 T1472 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/

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

2> 1171606 T5860 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42554 42554
   [junit4]   2> 1171648 T5861 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42554 42554
   [junit4]   2> 1171650 T5861 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 1171650 T5860 oasc.SocketProxy.close WARN Closing 7 connections to: http://127.0.0.1:44277/gm_
   [junit4]   2> 1171650 T5860 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:47753/gm_
   [junit4]   2> 1171651 T5860 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:50263/gm_
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=37A2B35D382C6FE4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=ECT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 56.4s J0 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:44277/gm_",
   [junit4]    >             "node_name":"127.0.0.1:44277_gm_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:50263/gm_",
   [junit4]    >             "node_name":"127.0.0.1:50263_gm_",
   [junit4]    >             "state":"recovering"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:47753/gm_",
   [junit4]    >             "node_name":"127.0.0.1:47753_gm_",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([37A2B35D382C6FE4:BFF68C8796D0021C]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:103)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1171664 T5860 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 37A2B35D382C6FE4-001
   [junit4]   2> 56422 T5859 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=FSTOrd50, text=PostingsFormat(name=Asserting), range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, locale=be_BY, timezone=ECT
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=57279808,total=273154048
   [junit4]   2> NOTE: All tests run in this JVM: [TestExpandComponent, TestNonDefinedSimilarityFactory, TestManagedResourceStorage, TestDFRSimilarityFactory, ParsingFieldUpdateProcessorsTest, MultiTermTest, DistributedFacetPivotSmallTest, DateMathParserTest, TestUpdate, DistributedIntervalFacetingTest, TestSolr4Spatial, TestDistributedSearch, UUIDUpdateProcessorFallbackTest, TestCloudManagedSchema, TestSolrQueryParserResource, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestIndexingPerformance, TestDefaultSearchFieldResource, RequestHandlersTest, HighlighterConfigTest, PeerSyncTest, DeleteShardTest, PrimitiveFieldTypeTest, TestStandardQParsers, ClusterStateTest, EnumFieldTest, TestDefaultStatsCache, TimeZoneUtilsTest, TestCodecSupport, InfoHandlerTest, SolrIndexConfigTest, HdfsBasicDistributedZkTest, PingRequestHandlerTest, SharedFSAutoReplicaFailoverUtilsTest, CSVRequestHandlerTest, TestRandomDVFaceting, StandardRequestHandlerTest, CoreMergeIndexesAdminHandlerTest, HdfsUnloadDistributedZkTest, SyncSliceTest, TestConfigReload, TestBinaryField, AddSchemaFieldsUpdateProcessorFactoryTest, TestCSVLoader, TestRestManager, TestQuerySenderListener, TestLazyCores, BasicDistributedZkTest, TestRemoteStreaming, AnalysisErrorHandlingTest, SolrCoreTest, SuggesterFSTTest, TestInfoStreamLogging, DistributedFacetPivotLargeTest, TestRangeQuery, SignatureUpdateProcessorFactoryTest, TestFileDictionaryLookup, IndexSchemaTest, QueryElevationComponentTest, TestFunctionQuery, TestIntervalFaceting, URLClassifyProcessorTest, TestWordDelimiterFilterFactory, SharedFSAutoReplicaFailoverTest, TestManagedSynonymFilterFactory, SuggesterWFSTTest, TestConfig, TestManagedSchemaFieldTypeResource, CurrencyFieldXmlFileTest, TermVectorComponentTest, RemoteQueryErrorTest, MigrateRouteKeyTest, SuggestComponentTest, TestImplicitCoreProperties, IndexBasedSpellCheckerTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, TestZkChroot, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SimplePostToolTest, CoreAdminHandlerTest, DocValuesTest, SuggesterTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, JsonLoaderTest, SOLR749Test, TestSolrIndexConfig, CopyFieldTest, TestDocSet, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, ChaosMonkeyNothingIsSafeTest, DeleteInactiveReplicaTest, LeaderFailoverAfterPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 56.68s, 1 test, 1 failure <<< FAILURES!

[...truncated 299 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 475 suites, 1893 tests, 1 error, 1 failure, 48 ignored (21 assumptions)

Total time: 46 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_60-ea-b06 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any