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/04/13 04:49:01 UTC

[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 255 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/255/
Java: 64bit/jdk1.7.0_80-ea-b05 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:44317/_bs",             "node_name":"127.0.0.1:44317__bs",             "leader":"true"},           "core_node2":{             "state":"recovering",             "core":"collection1",             "base_url":"http://127.0.0.1:33432/_bs",             "node_name":"127.0.0.1:33432__bs"}}}},     "router":{"name":"compositeId"},     "autoAddReplicas":"false",     "maxShardsPerNode":"1",     "autoCreated":"true"},   "control_collection":{     "replicationFactor":"1",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "state":"active",             "core":"collection1",             "base_url":"http://127.0.0.1:58510/_bs",             "node_name":"127.0.0.1:58510__bs",             "leader":"true"}}}},     "router":{"name":"compositeId"},     "autoAddReplicas":"false",     "maxShardsPerNode":"1",     "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":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:44317/_bs",
            "node_name":"127.0.0.1:44317__bs",
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"collection1",
            "base_url":"http://127.0.0.1:33432/_bs",
            "node_name":"127.0.0.1:33432__bs"}}}},
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1",
    "autoCreated":"true"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:58510/_bs",
            "node_name":"127.0.0.1:58510__bs",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1",
    "autoCreated":"true"}}
	at __randomizedtesting.SeedInfo.seed([BD8B2511A54A7C7F:35DF1ACB0BB61187]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'P val' for path 'response/params/y/p' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":2,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "c":"CY val modified",         "b":"BY val",         "i":"20",         "d":[           "val 1",           "val 2"],         "e":"EY val",         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'P val' for path 'response/params/y/p' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":2,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "c":"CY val modified",
        "b":"BY val",
        "i":"20",
        "d":[
          "val 1",
          "val 2"],
        "e":"EY val",
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([BD8B2511A54A7C7F:35DF1ACB0BB61187]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:405)
	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:224)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:71)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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 9519 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReqParamsAPI
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/init-core-data-001
   [junit4]   2> 147512 T669 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 147512 T669 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hg_/s
   [junit4]   2> 147515 T669 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 147515 T670 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 147615 T669 oasc.ZkTestServer.run start zk server on port:48871
   [junit4]   2> 147615 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 147616 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147617 T677 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75c4957a name:ZooKeeperConnection Watcher:127.0.0.1:48871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147617 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147618 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 147618 T669 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 147619 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 147620 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147621 T680 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6101fdfd name:ZooKeeperConnection Watcher:127.0.0.1:48871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147621 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147621 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 147621 T669 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 147622 T669 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 147623 T669 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 147624 T669 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 147625 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 147625 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 147627 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 147627 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 147628 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 147628 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 147629 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 147629 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 147630 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 147630 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 147631 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 147631 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 147632 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 147632 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 147633 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 147633 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 147634 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 147634 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 147635 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 147635 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 147636 T669 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 147636 T669 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 147687 T669 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1
   [junit4]   2> 147688 T669 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 147690 T669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50672
   [junit4]   2> 147690 T669 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/tempDir-001/control/data, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores, hostPort=50672, hostContext=/hg_/s}
   [junit4]   2> 147690 T669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@a2c6f70
   [junit4]   2> 147690 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/'
   [junit4]   2> 147699 T669 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/solr.xml
   [junit4]   2> 147708 T669 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores
   [junit4]   2> 147708 T669 oasc.CoreContainer.<init> New CoreContainer 917847391
   [junit4]   2> 147708 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/]
   [junit4]   2> 147709 T669 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/lib
   [junit4]   2> 147709 T669 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/lib).
   [junit4]   2> 147713 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 147714 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 147715 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 147715 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 147715 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 147715 T669 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 147715 T669 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 147715 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 147716 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 147716 T669 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 147716 T669 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48871/solr
   [junit4]   2> 147716 T669 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 147716 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 147717 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147718 T692 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@982aa8a name:ZooKeeperConnection Watcher:127.0.0.1:48871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147718 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147718 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 147720 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 147721 T695 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@582812b8 name:ZooKeeperConnection Watcher:127.0.0.1:48871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 147721 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 147722 T669 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 147723 T669 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 147724 T669 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 147725 T669 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 147727 T669 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 147728 T669 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 147729 T669 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 147729 T669 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 147730 T669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50672_hg_%2Fs
   [junit4]   2> 147730 T669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50672_hg_%2Fs
   [junit4]   2> 147731 T669 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 147732 T669 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 147733 T669 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 147734 T669 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50672_hg_%2Fs
   [junit4]   2> 147734 T669 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 147735 T669 oasc.Overseer.start Overseer (id=93643869005873155-127.0.0.1:50672_hg_%2Fs-n_0000000000) starting
   [junit4]   2> 147736 T669 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 147739 T669 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 147740 T669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 147740 T697 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 147740 T696 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 147742 T669 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores
   [junit4]   2> 147743 T669 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/, shard=, name=collection1, loadOnStartup=true, coreNodeName=, config=solrconfig.xml, dataDir=data/, collection=control_collection, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1, transient=false, schema=schema.xml}
   [junit4]   2> 147743 T669 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/
   [junit4]   2> 147744 T669 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 147744 T699 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 147744 T699 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 147745 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 147745 T699 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 147745 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50672/hg_/s",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:50672_hg_%2Fs"} current state version: 0
   [junit4]   2> 147746 T696 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50672/hg_/s",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:50672_hg_%2Fs"}
   [junit4]   2> 147746 T696 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 147746 T696 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 147747 T695 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> 148745 T699 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 148745 T699 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 148746 T699 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 148746 T699 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 148746 T699 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 148746 T699 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/'
   [junit4]   2> 148754 T699 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 148755 T699 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 148760 T699 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 148767 T699 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 148788 T699 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 148789 T699 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 148796 T699 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 148931 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 148937 T699 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 148938 T699 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 148947 T699 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 148950 T699 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 148952 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 148953 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 148953 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 148953 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 148953 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 148953 T699 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 148954 T699 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 148954 T699 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 148954 T699 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/data/
   [junit4]   2> 148954 T699 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79fd87c8
   [junit4]   2> 148955 T699 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/data
   [junit4]   2> 148955 T699 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/data/index/
   [junit4]   2> 148955 T699 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 148955 T699 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/control-001/cores/collection1/data/index
   [junit4]   2> 148955 T699 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 148956 T699 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19c2e2b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49b09e06),segFN=segments_1,generation=1}
   [junit4]   2> 148956 T699 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 148959 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 148960 T699 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 148961 T699 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 148962 T699 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 148963 T699 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 148964 T699 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 148965 T699 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 148968 T699 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /get,/admin/mbeans,/admin/threads,/replication,/admin/luke,/update,/admin/file,standard,/admin/segments,/admin/ping,/admin/system,/config,/update/json,/schema,/update/json/docs,/admin/plugins,/update/csv,/admin/properties,/admin/logging
   [junit4]   2> 148969 T699 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 148969 T699 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 148969 T699 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 148969 T699 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 148970 T699 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 148970 T699 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 148970 T699 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19c2e2b0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@49b09e06),segFN=segments_1,generation=1}
   [junit4]   2> 148970 T699 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 148971 T699 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@45ef62e0[collection1] main
   [junit4]   2> 148971 T699 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 148971 T699 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 148972 T699 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 148973 T699 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 148973 T699 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 148973 T700 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45ef62e0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 148974 T699 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 148974 T703 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50672/hg_/s collection:control_collection shard:shard1
   [junit4]   2> 148974 T669 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 148975 T669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 148975 T703 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 148975 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 148976 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 148977 T706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e6e8523 name:ZooKeeperConnection Watcher:127.0.0.1:48871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 148977 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 148977 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 148977 T669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 148979 T703 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 148979 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 148980 T669 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 148980 T703 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 148980 T703 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 148980 T669 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 148980 T696 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> 148980 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> ASYNC  NEW_CORE C182 name=collection1 org.apache.solr.core.SolrCore@4654c7a3 url=http://127.0.0.1:50672/hg_/s/collection1 node=127.0.0.1:50672_hg_%2Fs C182_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:50672/hg_/s, node_name=127.0.0.1:50672_hg_%2Fs}
   [junit4]   2> 148980 T703 C:control_collection S:shard1 C182 P50672 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50672/hg_/s/collection1/
   [junit4]   2> 148980 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 148981 T703 C:control_collection S:shard1 C182 P50672 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 148981 T703 C:control_collection S:shard1 C182 P50672 oasc.SyncStrategy.syncToMe http://127.0.0.1:50672/hg_/s/collection1/ has no replicas
   [junit4]   2> 148981 T703 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50672/hg_/s/collection1/ shard1
   [junit4]   2> 148981 T703 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 148982 T709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a181dd7 name:ZooKeeperConnection Watcher:127.0.0.1:48871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 148982 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 148982 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 148984 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 148985 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 148985 T696 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 148985 T706 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> 148985 T695 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> 148989 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50672/hg_/s",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 148989 T696 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 148990 T695 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> 148990 T706 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> 148992 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 148992 T706 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> 148992 T695 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> 149034 T669 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1
   [junit4]   2> 149034 T669 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001
   [junit4]   2> 149035 T669 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 149035 T703 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:50672/hg_/s/collection1/ and leader is http://127.0.0.1:50672/hg_/s/collection1/
   [junit4]   2> 149036 T703 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50672/hg_/s
   [junit4]   2> 149036 T703 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 149036 T703 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 149036 T703 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 149036 T669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59820
   [junit4]   2> 149036 T669 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/tempDir-001/jetty1, hostPort=59820, hostContext=/hg_/s, solrconfig=solrconfig.xml}
   [junit4]   2> 149037 T669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@a2c6f70
   [junit4]   2> 149037 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/'
   [junit4]   2> 149037 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 149038 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50672/hg_/s",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:50672_hg_%2Fs"} current state version: 4
   [junit4]   2> 149038 T696 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50672/hg_/s",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:50672_hg_%2Fs"}
   [junit4]   2> 149046 T669 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/solr.xml
   [junit4]   2> 149054 T669 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores
   [junit4]   2> 149054 T669 oasc.CoreContainer.<init> New CoreContainer 127230755
   [junit4]   2> 149054 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/]
   [junit4]   2> 149054 T669 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/lib
   [junit4]   2> 149054 T669 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/lib).
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 149060 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 149061 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 149061 T669 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 149061 T669 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 149061 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 149061 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 149061 T669 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 149062 T669 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48871/solr
   [junit4]   2> 149062 T669 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 149062 T669 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 149062 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 149063 T721 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76157964 name:ZooKeeperConnection Watcher:127.0.0.1:48871 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 149064 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 149064 T669 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 149065 T669 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 149066 T724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ca9b5a9 name:ZooKeeperConnection Watcher:127.0.0.1:48871/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 149066 T669 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 149069 T669 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 149140 T724 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> 149140 T695 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> 149140 T706 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> 150072 T669 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59820_hg_%2Fs
   [junit4]   2> 150073 T669 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59820_hg_%2Fs
   [junit4]   2> 150074 T669 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 150076 T669 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores
   [junit4]   2> 150076 T669 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1, shard=, collection=collection1, name=collection1, coreNodeName=, dataDir=data/, config=solrconfig.xml, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/, schema=schema.xml, transient=false}
   [junit4]   2> 150077 T669 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/
   [junit4]   2> 150077 T669 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 150078 T725 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 150078 T725 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 150079 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 150079 T725 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 150079 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59820/hg_/s",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59820_hg_%2Fs"} current state version: 5
   [junit4]   2> 150080 T725 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 150080 T696 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59820/hg_/s",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59820_hg_%2Fs"}
   [junit4]   2> 150080 T725 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 150080 T696 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 150080 T696 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 150081 T725 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 150081 T725 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 150182 T696 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 150182 T724 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> 150183 T724 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 151081 T725 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 151081 T725 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 151082 T725 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 151082 T725 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 151083 T725 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 151083 T725 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/'
   [junit4]   2> 151091 T725 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 151092 T725 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 151096 T725 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 151104 T725 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 151119 T725 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 151120 T725 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 151127 T725 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 151257 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 151262 T725 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 151263 T725 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 151271 T725 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 151273 T725 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 151275 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 151275 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 151275 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 151276 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 151276 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 151276 T725 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 151276 T725 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 151276 T725 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 151277 T725 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 151277 T725 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79fd87c8
   [junit4]   2> 151277 T725 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/data
   [junit4]   2> 151277 T725 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 151278 T725 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 151278 T725 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 151278 T725 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 151279 T725 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@72dcecd9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@641d579),segFN=segments_1,generation=1}
   [junit4]   2> 151279 T725 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 151283 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 151283 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 151283 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 151284 T725 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 151286 T725 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 151287 T725 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 151288 T725 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 151289 T725 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 151293 T725 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /get,/admin/mbeans,/admin/threads,/replication,/admin/luke,/update,/admin/file,standard,/admin/segments,/admin/ping,/admin/system,/config,/update/json,/schema,/update/json/docs,/admin/plugins,/update/csv,/admin/properties,/admin/logging
   [junit4]   2> 151294 T725 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 151294 T725 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 151294 T725 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 151295 T725 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 151295 T725 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 151295 T725 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 151296 T725 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@72dcecd9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@641d579),segFN=segments_1,generation=1}
   [junit4]   2> 151296 T725 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 151296 T725 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6efead77[collection1] main
   [junit4]   2> 151296 T725 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 151297 T725 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 151297 T725 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 151297 T725 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 151297 T725 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 151297 T725 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 151298 T725 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 151298 T725 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 151298 T725 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 151298 T725 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 151299 T726 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6efead77[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 151299 T725 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 151299 T729 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59820/hg_/s collection:collection1 shard:shard1
   [junit4]   2> 151300 T669 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 151300 T669 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 151300 T729 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 151303 T729 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 151303 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 151304 T729 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 151304 T729 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C183 name=collection1 org.apache.solr.core.SolrCore@3301a9c7 url=http://127.0.0.1:59820/hg_/s/collection1 node=127.0.0.1:59820_hg_%2Fs C183_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, base_url=http://127.0.0.1:59820/hg_/s, node_name=127.0.0.1:59820_hg_%2Fs}
   [junit4]   2> 151304 T729 C:collection1 S:shard1 C183 P59820 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59820/hg_/s/collection1/
   [junit4]   2> 151304 T729 C:collection1 S:shard1 C183 P59820 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 151304 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 151304 T729 C:collection1 S:shard1 C183 P59820 oasc.SyncStrategy.syncToMe http://127.0.0.1:59820/hg_/s/collection1/ has no replicas
   [junit4]   2> 151304 T729 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59820/hg_/s/collection1/ shard1
   [junit4]   2> 151304 T729 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 151305 T696 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 151305 T724 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> 151306 T724 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 151307 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59820/hg_/s",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 151308 T696 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 151308 T724 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> 151309 T724 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 151310 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 151348 T669 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/cores/collection1
   [junit4]   2> 151349 T669 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001
   [junit4]   2> 151349 T669 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 151350 T669 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45942
   [junit4]   2> 151351 T669 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/hg_/s, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostPort=45942, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/cores}
   [junit4]   2> 151351 T669 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@a2c6f70
   [junit4]   2> 151351 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/'
   [junit4]   2> 151357 T729 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:59820/hg_/s/collection1/ and leader is http://127.0.0.1:59820/hg_/s/collection1/
   [junit4]   2> 151357 T729 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59820/hg_/s
   [junit4]   2> 151357 T729 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 151357 T729 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 151357 T729 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 151358 T695 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 151359 T696 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59820/hg_/s",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59820_hg_%2Fs"} current state version: 5
   [junit4]   2> 151359 T696 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59820/hg_/s",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:59820_hg_%2Fs"}
   [junit4]   2> 151360 T696 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 151360 T729 C:collection1 S:shard1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 151360 T669 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/solr.xml
   [junit4]   2> 151360 T724 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> 151361 T724 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 151368 T669 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/cores
   [junit4]   2> 151368 T669 oasc.CoreContainer.<init> New CoreContainer 487059578
   [junit4]   2> 151368 T669 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/]
   [junit4]   2> 151369 T669 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/lib
   [junit4]   2> 151369 T669 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestReqParamsAPI BD8B2511A54A7C7F-001/shard-2-001/lib).
   [junit4]   2> 151373 T669 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 151374 T669 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 151375 T669 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 151375 T669 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 151375 T669 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 151375 T669 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 151375 T669 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 151375 T669 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 151376 T669 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48871/solr
   [junit4]   2> 151376 T669 oasc.ZkController.checkChrootPath zkHost in

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

cked
   [junit4]   2> 628421 T4156 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 628421 T4156 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data
   [junit4]   2> 628421 T4156 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data/index.20150413073444208 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data/index.20150413073444208;done=false>>]
   [junit4]   2> 628421 T4156 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001/shard-2-001/cores/collection1/data/index.20150413073444208
   [junit4]   2> 629129 T4203 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 629162 T4079 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_bs,null}
   [junit4]   2> 629352 T4079 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42500 42500
   [junit4]   2> 629381 T4080 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:42500 42500
   [junit4]   2> 629383 T4080 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/aliases.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/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 629383 T4079 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:58510/_bs, target: http://127.0.0.1:33145/_bs
   [junit4]   2> 629383 T4079 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:33432/_bs, target: http://127.0.0.1:47615/_bs
   [junit4]   2> 629384 T4079 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:44317/_bs, target: http://127.0.0.1:39503/_bs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=BD8B2511A54A7C7F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_SY -Dtests.timezone=Asia/Baku -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 55.1s 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]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:44317/_bs",
   [junit4]    >             "node_name":"127.0.0.1:44317__bs",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:33432/_bs",
   [junit4]    >             "node_name":"127.0.0.1:33432__bs"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:58510/_bs",
   [junit4]    >             "node_name":"127.0.0.1:58510__bs",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BD8B2511A54A7C7F:35DF1ACB0BB61187]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 629390 T4079 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest BD8B2511A54A7C7F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=PostingsFormat(name=LuceneFixedGap), range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene50(blocksize=128), intDefault=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ar_SY, timezone=Asia/Baku
   [junit4]   2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation 1.7.0_80-ea (64-bit)/cpus=12,threads=1,free=280834112,total=507904000
   [junit4]   2> NOTE: All tests run in this JVM: [TestShortCircuitedRequests, SchemaVersionSpecificBehaviorTest, CloudExitableDirectoryReaderTest, TestSolrDeletionPolicy1, DistributedFacetPivotLargeTest, ChangedSchemaMergeTest, RequestHandlersTest, TestRemoteStreaming, DistribCursorPagingTest, TestReqParamsAPI, TestStressLucene, PeerSyncTest, AliasIntegrationTest, TestSchemaVersionResource, TestMissingGroups, TestManagedSchema, TestSolrIndexConfig, TestReplicaProperties, UpdateRequestProcessorFactoryTest, PingRequestHandlerTest, TestLeaderElectionZkExpiry, HdfsBasicDistributedZkTest, CoreAdminCreateDiscoverTest, TestRealTimeGet, MBeansHandlerTest, TermVectorComponentTest, FastVectorHighlighterTest, SuggesterWFSTTest, ParsingFieldUpdateProcessorsTest, TestSolrConfigHandlerCloud, TestSolr4Spatial, HttpPartitionTest, TestCloudManagedSchema, DistributedSpellCheckComponentTest, SimpleCollectionCreateDeleteTest, ConnectionManagerTest, DeleteShardTest, TimeZoneUtilsTest, TestWordDelimiterFilterFactory, CurrencyFieldXmlFileTest, AssignTest, TestPivotHelperCode, SolrRequestParserTest, TestRandomFaceting, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 55.12s, 1 test, 1 failure <<< FAILURES!

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

Total time: 43 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_80-ea-b05 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.8.0_60-ea-b06) - Build # 257 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/257/
Java: 64bit/jdk1.8.0_60-ea-b06 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Error from server at http://127.0.0.1:50670/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:50670/compositeid_collection_with_routerfield_shard1_replica1: no servers hosting shard: 
	at __randomizedtesting.SeedInfo.seed([2E056F8C0970EF78:A6515056A78C8280]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:556)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
	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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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 10090 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/init-core-data-001
   [junit4]   2> 790631 T5017 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 790633 T5017 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 790633 T5018 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 790733 T5017 oasc.ZkTestServer.run start zk server on port:60926
   [junit4]   2> 790733 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 790734 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790735 T5025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a1b0333 name:ZooKeeperConnection Watcher:127.0.0.1:60926 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790736 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790736 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 790736 T5017 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 790737 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 790738 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790738 T5028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f53f66d name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790738 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790739 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 790739 T5017 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 790740 T5017 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 790740 T5017 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 790741 T5017 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 790742 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 790742 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 790743 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 790743 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 790744 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 790745 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 790745 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 790746 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 790746 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 790747 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 790747 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 790747 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 790748 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 790748 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 790749 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 790749 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 790750 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 790750 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 790751 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 790751 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 790752 T5017 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 790752 T5017 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 790793 T5017 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1
   [junit4]   2> 790794 T5017 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 790801 T5017 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54655
   [junit4]   2> 790801 T5017 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/tempDir-001/control/data, hostContext=/, hostPort=54655, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores}
   [junit4]   2> 790802 T5017 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 790802 T5017 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/'
   [junit4]   2> 790812 T5017 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/solr.xml
   [junit4]   2> 790816 T5017 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores
   [junit4]   2> 790817 T5017 oasc.CoreContainer.<init> New CoreContainer 913431392
   [junit4]   2> 790817 T5017 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/]
   [junit4]   2> 790817 T5017 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/lib
   [junit4]   2> 790818 T5017 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/lib).
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 790822 T5017 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 790823 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 790823 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 790823 T5017 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 790823 T5017 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 790823 T5017 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 790823 T5017 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 790824 T5017 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 790824 T5017 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 790824 T5017 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 790824 T5017 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60926/solr
   [junit4]   2> 790824 T5017 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 790824 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 790825 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790826 T5040 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@489e98ba name:ZooKeeperConnection Watcher:127.0.0.1:60926 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790826 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790826 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 790827 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 790828 T5043 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@641e495c name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 790828 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 790829 T5017 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 790830 T5017 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 790830 T5017 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 790831 T5017 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 790832 T5017 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 790832 T5017 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 790833 T5017 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 790834 T5017 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 790834 T5017 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54655_
   [junit4]   2> 790834 T5017 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54655_
   [junit4]   2> 790835 T5017 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 790835 T5017 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 790836 T5017 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 790837 T5017 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54655_
   [junit4]   2> 790837 T5017 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 790837 T5017 oasc.Overseer.start Overseer (id=93645405505716227-127.0.0.1:54655_-n_0000000000) starting
   [junit4]   2> 790838 T5017 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 790840 T5017 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 790841 T5017 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 790841 T5045 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 790841 T5044 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 790843 T5017 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores
   [junit4]   2> 790844 T5017 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 790844 T5017 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/
   [junit4]   2> 790844 T5017 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 790844 T5047 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 790844 T5047 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 790845 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 790845 T5047 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 790845 T5044 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:54655",
   [junit4]   2> 	  "node_name":"127.0.0.1:54655_",
   [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> 790846 T5044 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:54655",
   [junit4]   2> 	  "node_name":"127.0.0.1:54655_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 790846 T5044 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 790846 T5044 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 790847 T5043 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> 791845 T5047 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 791846 T5047 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 791846 T5047 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 791846 T5047 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 791847 T5047 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 791847 T5047 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/'
   [junit4]   2> 791857 T5047 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 791859 T5047 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 791862 T5047 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 791866 T5047 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 791874 T5047 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 791874 T5047 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 791878 T5047 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 791954 T5047 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 791955 T5047 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 791956 T5047 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 791958 T5047 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 791964 T5047 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 791964 T5047 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 791964 T5047 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/data/
   [junit4]   2> 791964 T5047 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ec12025
   [junit4]   2> 791965 T5047 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/data
   [junit4]   2> 791965 T5047 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/data/index/
   [junit4]   2> 791965 T5047 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 791966 T5047 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/control-001/cores/collection1/data/index
   [junit4]   2> 791966 T5047 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.724609375, floorSegmentMB=0.7734375, forceMergeDeletesPctAllowed=3.3153511717576944, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7902329842220984
   [junit4]   2> 791967 T5047 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@183afc72 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@530debcf),segFN=segments_1,generation=1}
   [junit4]   2> 791967 T5047 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 791971 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 791971 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 791971 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 791971 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 791972 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 791972 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 791972 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 791972 T5047 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 791972 T5047 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 791974 T5047 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791975 T5047 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791976 T5047 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791976 T5047 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 791979 T5047 C:control_collection c:collection1 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> 791980 T5047 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 791980 T5047 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 791981 T5047 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 791981 T5047 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 791981 T5047 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 791982 T5047 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1483850810, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 791982 T5047 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@183afc72 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@530debcf),segFN=segments_1,generation=1}
   [junit4]   2> 791982 T5047 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 791983 T5047 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5cb0acad[collection1] main
   [junit4]   2> 791983 T5047 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 791983 T5047 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 791983 T5047 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 791984 T5047 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 791984 T5047 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 791984 T5047 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 791984 T5047 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 791985 T5047 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 791985 T5047 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 791985 T5047 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 791985 T5048 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cb0acad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 791985 T5047 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 791986 T5051 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54655 collection:control_collection shard:shard1
   [junit4]   2> 791986 T5017 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 791986 T5017 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 791986 T5051 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 791987 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 791987 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 791988 T5054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35e6548 name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 791988 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 791988 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 791988 T5017 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 791989 T5051 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 791989 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 791990 T5051 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 791990 T5051 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 791990 T5044 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> 791990 T5017 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C2275 name=collection1 org.apache.solr.core.SolrCore@15e4ea3b url=http://127.0.0.1:54655/collection1 node=127.0.0.1:54655_ C2275_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54655, node_name=127.0.0.1:54655_, state=down}
   [junit4]   2> 791990 T5051 C:control_collection S:shard1 C2275 P54655 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54655/collection1/
   [junit4]   2> 791990 T5017 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 791990 T5051 C:control_collection S:shard1 C2275 P54655 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 791991 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 791991 T5051 C:control_collection S:shard1 C2275 P54655 oasc.SyncStrategy.syncToMe http://127.0.0.1:54655/collection1/ has no replicas
   [junit4]   2> 791991 T5051 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54655/collection1/ shard1
   [junit4]   2> 791991 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 791991 T5051 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 791992 T5057 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3db2a650 name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 791992 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 791992 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 791993 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 791993 T5044 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54655",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 791994 T5044 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> 791994 T5044 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 791994 T5043 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> 791996 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 791996 T5044 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 791996 T5043 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> 791997 T5054 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> 792035 T5017 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1
   [junit4]   2> 792036 T5017 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001
   [junit4]   2> 792037 T5017 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 792038 T5017 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50670
   [junit4]   2> 792038 T5017 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50670, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores}
   [junit4]   2> 792039 T5017 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 792039 T5017 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/'
   [junit4]   2> 792043 T5051 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:54655/collection1/ and leader is http://127.0.0.1:54655/collection1/
   [junit4]   2> 792043 T5051 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54655
   [junit4]   2> 792043 T5051 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 792043 T5051 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 792043 T5051 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 792044 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 792044 T5044 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:54655",
   [junit4]   2> 	  "node_name":"127.0.0.1:54655_",
   [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> 792045 T5044 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:54655",
   [junit4]   2> 	  "node_name":"127.0.0.1:54655_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 792049 T5017 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/solr.xml
   [junit4]   2> 792052 T5017 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores
   [junit4]   2> 792052 T5017 oasc.CoreContainer.<init> New CoreContainer 1458075821
   [junit4]   2> 792052 T5017 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/]
   [junit4]   2> 792053 T5017 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/lib
   [junit4]   2> 792053 T5017 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/lib).
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 792057 T5017 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 792058 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 792058 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 792058 T5017 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 792058 T5017 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 792058 T5017 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 792058 T5017 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 792059 T5017 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 792059 T5017 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 792059 T5017 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 792059 T5017 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60926/solr
   [junit4]   2> 792059 T5017 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 792059 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 792060 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 792061 T5069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5baba19b name:ZooKeeperConnection Watcher:127.0.0.1:60926 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 792061 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 792061 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 792062 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 792063 T5072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1af8d7de name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 792063 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 792064 T5017 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 792146 T5043 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> 792146 T5072 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> 792146 T5054 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> 793066 T5017 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50670_
   [junit4]   2> 793067 T5017 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50670_
   [junit4]   2> 793067 T5017 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 793068 T5017 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores
   [junit4]   2> 793069 T5017 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 793069 T5017 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/
   [junit4]   2> 793069 T5017 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 793070 T5073 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 793070 T5073 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 793071 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 793071 T5073 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 793071 T5073 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 793071 T5044 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:50670",
   [junit4]   2> 	  "node_name":"127.0.0.1:50670_",
   [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> 793071 T5073 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 793072 T5044 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:50670",
   [junit4]   2> 	  "node_name":"127.0.0.1:50670_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 793072 T5044 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 793072 T5044 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 793072 T5073 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 793072 T5073 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 793173 T5044 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 793173 T5072 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> 793174 T5072 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 794072 T5073 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 794073 T5073 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 794073 T5073 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 794073 T5073 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 794073 T5073 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 794073 T5073 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/'
   [junit4]   2> 794081 T5073 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 794082 T5073 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 794084 T5073 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 794086 T5073 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 794097 T5073 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 794098 T5073 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 794101 T5073 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 794144 T5073 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 794144 T5073 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 794145 T5073 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 794146 T5073 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 794152 T5073 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 794152 T5073 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 794152 T5073 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 794152 T5073 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ec12025
   [junit4]   2> 794153 T5073 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/data
   [junit4]   2> 794153 T5073 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 794153 T5073 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 794153 T5073 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 794153 T5073 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=27.724609375, floorSegmentMB=0.7734375, forceMergeDeletesPctAllowed=3.3153511717576944, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7902329842220984
   [junit4]   2> 794154 T5073 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@45cf411b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69899fbf),segFN=segments_1,generation=1}
   [junit4]   2> 794154 T5073 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 794156 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 794157 T5073 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 794158 T5073 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 794159 T5073 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 794159 T5073 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 794160 T5073 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 794160 T5073 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 794163 T5073 C:collection1 c:collection1 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> 794163 T5073 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 794164 T5073 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 794164 T5073 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 794164 T5073 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 794164 T5073 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 794165 T5073 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1483850810, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 794166 T5073 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RawDirectoryWrapper(RAMDirectory@45cf411b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69899fbf),segFN=segments_1,generation=1}
   [junit4]   2> 794166 T5073 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 794166 T5073 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6227737[collection1] main
   [junit4]   2> 794166 T5073 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 794167 T5073 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 794173 T5073 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 794173 T5074 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6227737[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 794174 T5073 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 794174 T5077 C:collection1 S:shard2 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50670 collection:collection1 shard:shard2
   [junit4]   2> 794174 T5017 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 794174 T5077 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 794175 T5017 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 794176 T5077 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 794176 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 794176 T5077 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 794177 T5044 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> 794177 T5077 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2276 name=collection1 org.apache.solr.core.SolrCore@627a1cf0 url=http://127.0.0.1:50670/collection1 node=127.0.0.1:50670_ C2276_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50670, node_name=127.0.0.1:50670_, state=down}
   [junit4]   2> 794177 T5077 C:collection1 S:shard2 C2276 P50670 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50670/collection1/
   [junit4]   2> 794177 T5077 C:collection1 S:shard2 C2276 P50670 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 794177 T5044 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 794177 T5077 C:collection1 S:shard2 C2276 P50670 oasc.SyncStrategy.syncToMe http://127.0.0.1:50670/collection1/ has no replicas
   [junit4]   2> 794177 T5077 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50670/collection1/ shard2
   [junit4]   2> 794177 T5072 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> 794177 T5077 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 794178 T5072 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 794179 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 794179 T5044 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:50670",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 794180 T5044 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 794180 T5072 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> 794180 T5072 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 794229 T5077 C:collection1 S:shard2 oasc.ZkController.register We are http://127.0.0.1:50670/collection1/ and leader is http://127.0.0.1:50670/collection1/
   [junit4]   2> 794229 T5077 C:collection1 S:shard2 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50670
   [junit4]   2> 794229 T5077 C:collection1 S:shard2 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 794230 T5077 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 794230 T5077 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 794230 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 794230 T5044 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:50670",
   [junit4]   2> 	  "node_name":"127.0.0.1:50670_",
   [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> 794231 T5044 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:50670",
   [junit4]   2> 	  "node_name":"127.0.0.1:50670_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 794231 T5077 C:collection1 S:shard2 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 794231 T5044 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 794232 T5072 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> 794232 T5072 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 794235 T5017 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores/collection1
   [junit4]   2> 794236 T5017 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001
   [junit4]   2> 794236 T5017 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 794238 T5017 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57482
   [junit4]   2> 794239 T5017 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=57482, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores}
   [junit4]   2> 794239 T5017 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 794239 T5017 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/'
   [junit4]   2> 794252 T5017 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/solr.xml
   [junit4]   2> 794255 T5017 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores
   [junit4]   2> 794255 T5017 oasc.CoreContainer.<init> New CoreContainer 1783778253
   [junit4]   2> 794255 T5017 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/]
   [junit4]   2> 794256 T5017 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/lib
   [junit4]   2> 794256 T5017 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/lib).
   [junit4]   2> 794260 T5017 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 794261 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 794262 T5017 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 794262 T5017 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 794262 T5017 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 794262 T5017 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 794262 T5017 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 794262 T5017 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 794263 T5017 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 794263 T5017 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 794263 T5017 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60926/solr
   [junit4]   2> 794263 T5017 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 794263 T5017 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 794264 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 794265 T5089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a6aaf4c name:ZooKeeperConnection Watcher:127.0.0.1:60926 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 794265 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 794265 T5017 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 794267 T5017 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 794267 T5092 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68e54d00 name:ZooKeeperConnection Watcher:127.0.0.1:60926/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 794267 T5017 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 794269 T5017 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 795271 T5017 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57482_
   [junit4]   2> 795272 T5017 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57482_
   [junit4]   2> 795274 T5017 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 795275 T5017 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores
   [junit4]   2> 795276 T5017 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 795276 T5017 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores/collection1/
   [junit4]   2> 795276 T5017 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 795277 T5093 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 795277 T5093 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 795278 T5043 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 795278 T5093 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 795278 T5093 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 795278 T5044 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:57482",
   [junit4]   2> 	  "node_name":"127.0.0.1:57482_",
   [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> 795278 T5093 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 795279 T5044 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:57482",
   [junit4]   2> 	  "node_name":"127.0.0.1:57482_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 795279 T5044 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 795279 T5044 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 795279 T5093 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 795279 T5093 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 795279 T5044 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 795280 T5092 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> 795280 T5072 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> 795280 T5092 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 795280 T5072 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 796279 T5093 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 796280 T5093 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 796280 T5093 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 796280 T5093 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 796280 T5093 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 796280 T5093 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest 2E056F8C0970EF78-001/shard-2-001/cores/collection1/'
   [junit4]   2> 796288 T5093 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 796289 T5093 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 796291 T5093 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 796293 T5093 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 796298 T5093 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 796299 T5093 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 796301 T5093 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 796350 T5093 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 796350 T5093 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 796351 T5093 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file curr

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

ormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Memory doPackFST= true), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 7child1_s=BlockTreeOrds(blocksize=128), 13parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 7child0_s=PostingsFormat(name=Memory doPackFST= true), 23parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 5child2_s=PostingsFormat(name=Memory doPackFST= true), 13grand4_s=PostingsFormat(name=LuceneVarGapFixedInterval), 29parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 33parent_f1_s=BlockTreeOrds(blocksize=128), 12parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 22parent_f1_s=BlockTreeOrds(blocksize=128), 12grand1_s=BlockTreeOrds(blocksize=128), 11grand6_s=PostingsFormat(name=LuceneVarGapFixedInterval), 2child1_s=PostingsFormat(name=Memory doPackFST= true), 3parent_f2_s=BlockTreeOrds(blocksize=128), 32parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 10grand3_s=BlockTreeOrds(blocksize=128), 6grand3_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 31parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 11parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 21parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 7grand4_s=PostingsFormat(name=Memory doPackFST= true), 3grand0_s=PostingsFormat(name=Memory doPackFST= true), 8grand1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 9grand2_s=PostingsFormat(name=Memory doPackFST= true), 9parent_f1_s=PostingsFormat(name=Memory doPackFST= true), routefield_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 13parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 23parent_f2_s=BlockTreeOrds(blocksize=128), 5child1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 33parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 13grand3_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 22parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 4child0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 11grand5_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 12grand2_s=PostingsFormat(name=Memory doPackFST= true), 12parent_f2_s=BlockTreeOrds(blocksize=128), 10grand4_s=PostingsFormat(name=Memory doPackFST= true), 32parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 21parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 8grand2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 9grand1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 12grand8_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 13grand7_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 14parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 20parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 6child4_s=BlockTreeOrds(blocksize=128), 6grand0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 7child3_s=PostingsFormat(name=LuceneVarGapFixedInterval), 5child0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 8parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), title_lettertok=PostingsFormat(name=Memory doPackFST= true), 27parent_f2_s=BlockTreeOrds(blocksize=128), 2parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 4child1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 11grand4_s=BlockTreeOrds(blocksize=128), 16parent_f2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 10grand5_s=PostingsFormat(name=LuceneVarGapFixedInterval), 13grand10_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 7grand6_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 18parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 9grand8_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 8grand3_s=PostingsFormat(name=Memory doPackFST= true), 6parent_f1_s=BlockTreeOrds(blocksize=128), 25parent_f1_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 12grand9_s=BlockTreeOrds(blocksize=128), 0parent_f1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 3grand2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 9grand0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 4parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 13grand6_s=BlockTreeOrds(blocksize=128), 6child5_s=PostingsFormat(name=Memory doPackFST= true), 7child2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 5grand4_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 6grand1_s=PostingsFormat(name=Memory doPackFST= true), 16parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 8parent_f2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 13grand5_s=PostingsFormat(name=Memory doPackFST= true), 29parent_f2_s=BlockTreeOrds(blocksize=128), 2parent_f1_s=BlockTreeOrds(blocksize=128), 4child2_s=BlockTreeOrds(blocksize=128), rnd_b=PostingsFormat(name=Memory doPackFST= true), 11grand3_s=PostingsFormat(name=Memory doPackFST= true), 27parent_f1_s=PostingsFormat(name=Memory doPackFST= true), title_stemmed=BlockTreeOrds(blocksize=128), 12grand0_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 10grand6_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), 2child0_s=PostingsFormat(name=LuceneVarGapFixedInterval), 13grand11_s=BlockTreeOrds(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=Africa/Casablanca
   [junit4]   2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation 1.8.0_60-ea (64-bit)/cpus=12,threads=1,free=236139376,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestLMDirichletSimilarityFactory, LukeRequestHandlerTest, CacheHeaderTest, OpenCloseCoreStressTest, RequiredFieldsTest, DistributedMLTComponentTest, AddBlockUpdateTest, TestSimpleTrackingShardHandler, TestAtomicUpdateErrorCases, AnalysisErrorHandlingTest, BasicFunctionalityTest, CopyFieldTest, RAMDirectoryFactoryTest, DistributedSuggestComponentTest, HdfsDirectoryTest, TestFileDictionaryLookup, TestCoreDiscovery, TestLFUCache, DistanceFunctionTest, TestValueSourceCache, TestFastLRUCache, TestCloudSchemaless, ConvertedLegacyTest, DistributedFacetPivotLargeTest, TestNonDefinedSimilarityFactory, TestJsonRequest, RecoveryAfterSoftCommitTest, LeaderInitiatedRecoveryOnCommitTest, SystemInfoHandlerTest, SuggesterTSTTest, TestCollapseQParserPlugin, EnumFieldTest, TestCharFilters, TestIndexSearcher, FieldMutatingUpdateProcessorTest, DistributedTermsComponentTest, TestFreeTextSuggestions, OverseerRolesTest, DistributedFacetPivotSmallAdvancedTest, AnalyticsMergeStrategyTest, LeaderFailoverAfterPartitionTest, TestHashPartitioner, FieldAnalysisRequestHandlerTest, DistributedQueueTest, DistributedIntervalFacetingTest, SegmentsInfoRequestHandlerTest, TestFieldResource, AnalyticsQueryTest, TestHdfsUpdateLog, TestConfigReload, FileUtilsTest, TestFiltering, RankQueryTest, TestDefaultSearchFieldResource, AnalysisAfterCoreReloadTest, CollectionReloadTest, TestDistribDocBasedVersion, SimpleMLTQParserTest, JsonLoaderTest, CollectionsAPIDistributedZkTest, TestDistributedGrouping, TestOmitPositions, InfoHandlerTest, TestFoldingMultitermQuery, CoreAdminRequestStatusTest, TestStressVersions, ParsingFieldUpdateProcessorsTest, TestManagedSynonymFilterFactory, DistribDocExpirationUpdateProcessorTest, TestInitQParser, TestSearchPerf, ExitableDirectoryReaderTest, StatelessScriptUpdateProcessorFactoryTest, ZkCLITest, DocValuesMultiTest, TestFuzzyAnalyzedSuggestions, TestCoreContainer, DocumentAnalysisRequestHandlerTest, SpatialFilterTest, MigrateRouteKeyTest, ReplicationFactorTest, BasicZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J1 in 51.89s, 1 test, 1 error <<< FAILURES!

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

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



[JENKINS] Lucene-Solr-5.1-Linux (64bit/jdk1.8.0_40) - Build # 256 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/256/
Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Error from server at http://127.0.0.1:50875/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:50875/compositeid_collection_with_routerfield_shard1_replica1: no servers hosting shard: 
	at __randomizedtesting.SeedInfo.seed([9F57FC1B2F2B3701:1703C3C181D75AF9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:556)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
	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:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	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 9523 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/init-core-data-001
   [junit4]   2> 101253 T590 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 101255 T590 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 101256 T591 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 101355 T590 oasc.ZkTestServer.run start zk server on port:35975
   [junit4]   2> 101356 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 101356 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 101360 T598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cf7c211 name:ZooKeeperConnection Watcher:127.0.0.1:35975 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 101361 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 101361 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 101361 T590 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 101364 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 101364 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 101365 T601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d18ea3e name:ZooKeeperConnection Watcher:127.0.0.1:35975/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 101365 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 101366 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 101366 T590 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 101368 T590 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 101368 T590 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 101369 T590 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 101370 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 101371 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 101372 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 101372 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 101373 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 101373 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 101374 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 101375 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 101377 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 101377 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 101379 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 101379 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 101381 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 101381 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 101383 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 101383 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 101384 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 101384 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 101385 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 101385 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 101386 T590 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 101387 T590 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 101462 T590 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1
   [junit4]   2> 101464 T590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 101470 T590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41186
   [junit4]   2> 101470 T590 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/tempDir-001/control/data, hostContext=/, hostPort=41186, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores}
   [junit4]   2> 101470 T590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 101471 T590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/'
   [junit4]   2> 101497 T590 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/solr.xml
   [junit4]   2> 101501 T590 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores
   [junit4]   2> 101502 T590 oasc.CoreContainer.<init> New CoreContainer 773908321
   [junit4]   2> 101502 T590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/]
   [junit4]   2> 101502 T590 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/lib
   [junit4]   2> 101502 T590 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/lib).
   [junit4]   2> 101506 T590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 101506 T590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 101506 T590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 101507 T590 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 101508 T590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 101508 T590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 101508 T590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 101508 T590 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 101508 T590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35975/solr
   [junit4]   2> 101508 T590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 101509 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 101509 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 101511 T613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35145197 name:ZooKeeperConnection Watcher:127.0.0.1:35975 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 101511 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 101512 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 101514 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 101515 T616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13b8327a name:ZooKeeperConnection Watcher:127.0.0.1:35975/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 101515 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 101517 T590 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 101518 T590 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 101521 T590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 101523 T590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 101524 T590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 101525 T590 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 101526 T590 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 101526 T590 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 101527 T590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41186_
   [junit4]   2> 101527 T590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41186_
   [junit4]   2> 101528 T590 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 101529 T590 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 101530 T590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 101531 T590 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:41186_
   [junit4]   2> 101531 T590 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 101532 T590 oasc.Overseer.start Overseer (id=93644818145607683-127.0.0.1:41186_-n_0000000000) starting
   [junit4]   2> 101533 T590 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 101547 T590 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 101548 T590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 101548 T618 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 101549 T617 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 101552 T590 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores
   [junit4]   2> 101553 T590 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 101553 T590 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/
   [junit4]   2> 101554 T590 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 101555 T620 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 101555 T620 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 101555 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 101555 T620 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 101556 T617 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:41186",
   [junit4]   2> 	  "node_name":"127.0.0.1:41186_",
   [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> 101556 T617 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:41186",
   [junit4]   2> 	  "node_name":"127.0.0.1:41186_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 101556 T617 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 101557 T617 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 101558 T616 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> 102556 T620 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 102556 T620 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 102556 T620 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 102556 T620 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 102557 T620 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 102557 T620 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/'
   [junit4]   2> 102568 T620 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 102569 T620 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 102575 T620 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 102579 T620 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 102586 T620 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 102587 T620 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 102592 T620 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 102670 T620 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 102671 T620 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 102672 T620 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 102675 T620 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 102693 T620 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 102694 T620 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 102694 T620 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/data/
   [junit4]   2> 102694 T620 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dcc0e71
   [junit4]   2> 102695 T620 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/data
   [junit4]   2> 102695 T620 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/data/index/
   [junit4]   2> 102695 T620 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 102695 T620 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/control-001/cores/collection1/data/index
   [junit4]   2> 102695 T620 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=11.1162109375, floorSegmentMB=1.7099609375, forceMergeDeletesPctAllowed=23.18234220985961, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.386938578671981
   [junit4]   2> 102696 T620 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@252df6ac lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@474e0e8d),segFN=segments_1,generation=1}
   [junit4]   2> 102696 T620 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 102700 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 102700 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 102700 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 102700 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 102700 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 102701 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 102701 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 102701 T620 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 102701 T620 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 102703 T620 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 102704 T620 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 102705 T620 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 102706 T620 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 102708 T620 C:control_collection c:collection1 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> 102709 T620 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 102711 T620 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 102711 T620 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 102711 T620 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 102712 T620 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 102712 T620 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 102713 T620 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@252df6ac lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@474e0e8d),segFN=segments_1,generation=1}
   [junit4]   2> 102713 T620 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 102713 T620 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@29e82a14[collection1] main
   [junit4]   2> 102713 T620 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 102714 T620 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 102714 T620 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 102714 T620 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 102714 T620 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 102715 T620 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 102715 T620 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 102715 T620 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 102715 T620 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 102715 T620 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 102716 T621 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29e82a14[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 102716 T620 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 102717 T624 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41186 collection:control_collection shard:shard1
   [junit4]   2> 102717 T590 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 102717 T590 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 102718 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 102718 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102720 T627 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12b679c3 name:ZooKeeperConnection Watcher:127.0.0.1:35975/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102721 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102721 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 102723 T590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 102724 T624 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 102725 T590 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 102748 T624 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 102750 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 102750 T624 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 102750 T624 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C177 name=collection1 org.apache.solr.core.SolrCore@33ae409d url=http://127.0.0.1:41186/collection1 node=127.0.0.1:41186_ C177_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:41186, node_name=127.0.0.1:41186_, state=down}
   [junit4]   2> 102750 T624 C:control_collection S:shard1 C177 P41186 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41186/collection1/
   [junit4]   2> 102750 T617 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> 102750 T624 C:control_collection S:shard1 C177 P41186 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 102751 T624 C:control_collection S:shard1 C177 P41186 oasc.SyncStrategy.syncToMe http://127.0.0.1:41186/collection1/ has no replicas
   [junit4]   2> 102751 T624 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41186/collection1/ shard1
   [junit4]   2> 102751 T624 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 102756 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 102757 T617 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41186",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 102803 T590 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1
   [junit4]   2> 102804 T590 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001
   [junit4]   2> 102804 T590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 102805 T590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50875
   [junit4]   2> 102806 T590 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=50875, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores}
   [junit4]   2> 102807 T590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 102807 T590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/'
   [junit4]   2> 102816 T590 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/solr.xml
   [junit4]   2> 102820 T590 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores
   [junit4]   2> 102820 T590 oasc.CoreContainer.<init> New CoreContainer 752717191
   [junit4]   2> 102820 T590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/]
   [junit4]   2> 102820 T590 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/lib
   [junit4]   2> 102821 T590 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/lib).
   [junit4]   2> 102826 T590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 102827 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 102828 T590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 102828 T590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 102828 T590 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 102828 T590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 102828 T590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 102828 T590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 102829 T590 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 102829 T590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35975/solr
   [junit4]   2> 102829 T590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 102829 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 102830 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102831 T639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@747cdefb name:ZooKeeperConnection Watcher:127.0.0.1:35975 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102832 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102832 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 102833 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102834 T642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c88bf8f name:ZooKeeperConnection Watcher:127.0.0.1:35975/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102834 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102837 T590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 102861 T616 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> 102862 T642 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> 102861 T627 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> 102907 T624 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:41186/collection1/ and leader is http://127.0.0.1:41186/collection1/
   [junit4]   2> 102907 T624 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41186
   [junit4]   2> 102907 T624 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 102907 T624 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 102907 T624 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 102909 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 102915 T617 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:41186",
   [junit4]   2> 	  "node_name":"127.0.0.1:41186_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 102915 T617 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:41186",
   [junit4]   2> 	  "node_name":"127.0.0.1:41186_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 103017 T642 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> 103017 T616 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> 103017 T627 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> 103840 T590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50875_
   [junit4]   2> 103840 T590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50875_
   [junit4]   2> 103841 T590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 103843 T590 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores
   [junit4]   2> 103843 T590 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 103844 T590 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/
   [junit4]   2> 103844 T590 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 103844 T643 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 103844 T643 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 103845 T643 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 103845 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 103845 T617 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:50875",
   [junit4]   2> 	  "node_name":"127.0.0.1:50875_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 103846 T617 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:50875",
   [junit4]   2> 	  "node_name":"127.0.0.1:50875_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 103846 T617 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 103846 T617 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 103948 T616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 103948 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 103948 T627 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 104845 T643 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 104845 T643 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 104846 T643 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 104846 T643 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 104846 T643 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 104846 T643 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/'
   [junit4]   2> 104853 T643 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 104854 T643 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 104858 T643 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 104861 T643 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 104870 T643 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 104871 T643 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 104877 T643 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 104935 T643 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 104935 T643 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 104936 T643 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 104938 T643 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 104945 T643 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 104945 T643 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 104945 T643 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 104946 T643 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dcc0e71
   [junit4]   2> 104946 T643 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/data
   [junit4]   2> 104946 T643 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 104946 T643 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 104946 T643 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 104947 T643 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=11.1162109375, floorSegmentMB=1.7099609375, forceMergeDeletesPctAllowed=23.18234220985961, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.386938578671981
   [junit4]   2> 104947 T643 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b86346 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fcebc7),segFN=segments_1,generation=1}
   [junit4]   2> 104947 T643 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 104949 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 104950 T643 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 104951 T643 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 104952 T643 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 104952 T643 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 104953 T643 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 104954 T643 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 104956 T643 C:collection1 c:collection1 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> 104957 T643 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 104957 T643 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 104957 T643 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 104958 T643 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 104958 T643 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 104958 T643 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 104959 T643 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b86346 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fcebc7),segFN=segments_1,generation=1}
   [junit4]   2> 104959 T643 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 104959 T643 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4b0fa086[collection1] main
   [junit4]   2> 104959 T643 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 104959 T643 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 104960 T643 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 104961 T644 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b0fa086[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 104961 T643 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 104962 T647 C:collection1 S:shard2 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50875 collection:collection1 shard:shard2
   [junit4]   2> 104962 T590 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 104962 T590 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 104962 T647 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 104964 T647 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 104965 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 104965 T647 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 104965 T647 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C178 name=collection1 org.apache.solr.core.SolrCore@48e566ca url=http://127.0.0.1:50875/collection1 node=127.0.0.1:50875_ C178_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50875, node_name=127.0.0.1:50875_, state=down}
   [junit4]   2> 104965 T647 C:collection1 S:shard2 C178 P50875 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50875/collection1/
   [junit4]   2> 104966 T647 C:collection1 S:shard2 C178 P50875 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 104966 T617 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> 104966 T647 C:collection1 S:shard2 C178 P50875 oasc.SyncStrategy.syncToMe http://127.0.0.1:50875/collection1/ has no replicas
   [junit4]   2> 104966 T647 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50875/collection1/ shard2
   [junit4]   2> 104967 T647 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 104980 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 104981 T617 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:50875",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 105016 T590 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1
   [junit4]   2> 105017 T590 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001
   [junit4]   2> 105017 T590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 105019 T590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57416
   [junit4]   2> 105020 T590 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=57416, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores}
   [junit4]   2> 105020 T590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 105021 T590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/'
   [junit4]   2> 105032 T590 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/solr.xml
   [junit4]   2> 105036 T590 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores
   [junit4]   2> 105037 T590 oasc.CoreContainer.<init> New CoreContainer 2106091720
   [junit4]   2> 105037 T590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/]
   [junit4]   2> 105038 T590 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/lib
   [junit4]   2> 105038 T590 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/lib).
   [junit4]   2> 105045 T590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 105045 T590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 105045 T590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 105046 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 105046 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 105046 T590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 105046 T590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 105047 T590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 105047 T590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 105047 T590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 105047 T590 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 105048 T590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 105048 T590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 105048 T590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 105049 T590 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 105049 T590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35975/solr
   [junit4]   2> 105049 T590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 105049 T590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 105050 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 105052 T659 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ed89db name:ZooKeeperConnection Watcher:127.0.0.1:35975 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105052 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 105053 T590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 105054 T590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 105057 T662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7709e804 name:ZooKeeperConnection Watcher:127.0.0.1:35975/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105058 T590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 105061 T590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 105083 T616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105083 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105083 T627 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105084 T662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105131 T647 C:collection1 S:shard2 oasc.ZkController.register We are http://127.0.0.1:50875/collection1/ and leader is http://127.0.0.1:50875/collection1/
   [junit4]   2> 105131 T647 C:collection1 S:shard2 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50875
   [junit4]   2> 105131 T647 C:collection1 S:shard2 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 105131 T647 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 105131 T647 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 105132 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 105133 T617 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:50875",
   [junit4]   2> 	  "node_name":"127.0.0.1:50875_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 105134 T617 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:50875",
   [junit4]   2> 	  "node_name":"127.0.0.1:50875_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 105236 T662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105236 T616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105236 T627 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 105236 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 106064 T590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57416_
   [junit4]   2> 106064 T590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57416_
   [junit4]   2> 106066 T590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 106067 T590 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores
   [junit4]   2> 106068 T590 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 106068 T590 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/
   [junit4]   2> 106068 T590 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 106069 T663 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 106069 T663 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 106069 T663 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 106069 T616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 106070 T617 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:57416",
   [junit4]   2> 	  "node_name":"127.0.0.1:57416_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 106070 T617 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:57416",
   [junit4]   2> 	  "node_name":"127.0.0.1:57416_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 106070 T617 oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 106070 T617 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 106172 T642 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 106172 T627 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 106172 T616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 106172 T662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 107069 T663 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 107070 T663 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 107192 T663 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 107192 T663 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 107193 T663 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 107193 T663 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/'
   [junit4]   2> 107202 T663 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 107203 T663 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 107207 T663 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 107211 T663 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 107219 T663 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 107220 T663 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 107224 T663 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 107300 T663 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 107301 T663 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 107302 T663 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 107304 T663 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 107315 T663 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 107315 T663 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 107315 T663 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 107315 T663 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7dcc0e71
   [junit4]   2> 107316 T663 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/data
   [junit4]   2> 107317 T663 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 107317 T663 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 107317 T663 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 107317 T663 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=11.1162109375, floorSegmentMB=1.7099609375, forceMergeDeletesPctAllowed=23.18234220985961, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.386938578671981
   [junit4]   2> 107319 T663 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@cbe0409 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d20d061),segFN=segments_1,generation=1}
   [junit4]   2> 107319 T663 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 107322 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 107322 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 107322 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 107323 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 107323 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 107323 T663 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-

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

./../home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001/shard-6-001/cores/implicit_collection_without_routerfield_shard2_replica1/data/index
   [junit4]   2> 160171 T590 C:control_collection S:shard1 c:collection1 oasc.Overseer.close Overseer (id=93644818145607696-127.0.0.1:41735_-n_0000000006) closing
   [junit4]   2> 160171 T909 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:41735_
   [junit4]   2> 161674 T869 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 161705 T590 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 161896 T590 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35975 35975
   [junit4]   2> 161924 T591 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35975 35975
   [junit4]   2> 161925 T591 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/aliases.json
   [junit4]   2> 		14	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/configs/conf1
   [junit4]   2> 		4	/solr/collections/compositeid_collection_with_routerfield/state.json
   [junit4]   2> 		4	/solr/collections/implicit_collection_without_routerfield/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		14	/solr/live_nodes
   [junit4]   2> 		7	/solr/overseer/queue
   [junit4]   2> 		7	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.method=test -Dtests.seed=9F57FC1B2F2B3701 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_AT -Dtests.timezone=Etc/GMT+10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   60.7s J2 | FullSolrCloudDistribCmdsTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:50875/compositeid_collection_with_routerfield_shard1_replica1: no servers hosting shard: 
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9F57FC1B2F2B3701:1703C3C181D75AF9]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:556)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDeleteByIdCompositeRouterWithRouterField(FullSolrCloudDistribCmdsTest.java:357)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:146)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 161945 T590 C:control_collection S:shard1 c:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest 9F57FC1B2F2B3701-001
   [junit4]   2> 60694 T589 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {28parent_f2_s=PostingsFormat(name=Direct), 6grand2_s=FSTOrd50, 7grand5_s=PostingsFormat(name=Memory doPackFST= true), 18parent_f2_s=FSTOrd50, 4grand0_s=FSTOrd50, 7grand1_s=PostingsFormat(name=Memory doPackFST= true), 15parent_f2_s=FST50, 25parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 6parent_f2_s=PostingsFormat(name=Direct), 0parent_f2_s=FST50, 3grand1_s=PostingsFormat(name=Memory doPackFST= true), 4parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 19parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 9parent_f2_s=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Direct), text=FST50, 5grand3_s=PostingsFormat(name=Memory doPackFST= true), 1parent_f1_s=PostingsFormat(name=Direct), 13parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 23parent_f1_s=PostingsFormat(name=Direct), _root_=FSTOrd50, 29parent_f1_s=FST50, 3child0_s=PostingsFormat(name=Direct), 4child3_s=PostingsFormat(name=Direct), 12parent_f1_s=PostingsFormat(name=Direct), 22parent_f1_s=FSTOrd50, 1grand0_s=FST50, 7parent_f1_s=FST50, 2child1_s=PostingsFormat(name=Direct), 3parent_f2_s=FSTOrd50, 6grand3_s=FST50, 5grand2_s=PostingsFormat(name=Direct), 11parent_f2_s=FST50, 4grand1_s=FST50, 21parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 7grand4_s=PostingsFormat(name=Direct), 3grand0_s=PostingsFormat(name=Direct), 9parent_f1_s=PostingsFormat(name=Direct), 30parent_f1_s=PostingsFormat(name=Direct), 14parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 20parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 1parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 7grand0_s=PostingsFormat(name=Direct), text_t=FSTOrd50, 24parent_f2_s=PostingsFormat(name=Direct), routefield_s=FST50, 13parent_f2_s=PostingsFormat(name=Direct), type_s=FSTOrd50, 23parent_f2_s=FSTOrd50, 10parent_f1_s=FST50, 22parent_f2_s=FST50, 4child0_s=PostingsFormat(name=Memory doPackFST= true), 12parent_f2_s=FSTOrd50, 5grand1_s=FSTOrd50, 6grand4_s=PostingsFormat(name=Memory doPackFST= true), 11parent_f1_s=FSTOrd50, 4grand2_s=PostingsFormat(name=Memory doPackFST= true), 21parent_f1_s=FST50, 7grand3_s=FSTOrd50, 14parent_f1_s=FST50, 20parent_f2_s=PostingsFormat(name=Direct), 24parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 30parent_f2_s=FSTOrd50, 5parent_f1_s=PostingsFormat(name=Direct), 6grand0_s=PostingsFormat(name=Memory doPackFST= true), 10parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 8parent_f1_s=PostingsFormat(name=Memory doPackFST= true), title_lettertok=PostingsFormat(name=Direct), 27parent_f2_s=FSTOrd50, 2parent_f2_s=PostingsFormat(name=Direct), 4child1_s=FST50, 2grand1_s=PostingsFormat(name=Direct), 17parent_f2_s=PostingsFormat(name=Direct), 3child2_s=FST50, 16parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 26parent_f2_s=FST50, 1child0_s=FST50, 7grand6_s=FST50, 5grand0_s=FST50, 18parent_f1_s=FST50, 28parent_f1_s=FSTOrd50, 6grand5_s=PostingsFormat(name=Direct), 7grand2_s=FST50, 4grand3_s=PostingsFormat(name=Direct), 15parent_f1_s=FSTOrd50, 6parent_f1_s=FSTOrd50, 25parent_f1_s=FST50, title=FSTOrd50, 0parent_f1_s=PostingsFormat(name=Memory doPackFST= true), 3grand2_s=FST50, 4parent_f2_s=FST50, 19parent_f2_s=FST50, 5grand4_s=FST50, 6grand1_s=PostingsFormat(name=Direct), 5parent_f2_s=PostingsFormat(name=Memory doPackFST= true), 16parent_f1_s=PostingsFormat(name=Direct), 8parent_f2_s=FST50, 29parent_f2_s=FSTOrd50, 2parent_f1_s=FSTOrd50, 4child2_s=FSTOrd50, rnd_b=PostingsFormat(name=Direct), 27parent_f1_s=PostingsFormat(name=Direct), 17parent_f1_s=FSTOrd50, _version_=FSTOrd50, 2grand0_s=FSTOrd50, title_stemmed=FSTOrd50, 3child1_s=PostingsFormat(name=Memory doPackFST= true), 7parent_f2_s=FSTOrd50, 26parent_f1_s=FSTOrd50, 2child0_s=PostingsFormat(name=Memory doPackFST= true), 3parent_f1_s=FST50}, docValues:{}, sim=DefaultSimilarity, locale=de_AT, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=12,threads=1,free=320911976,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerOptimizeTest, TestSystemIdResolver, HighlighterMaxOffsetTest, TestExactSharedStatsCache, TestShortCircuitedRequests, TestCloudPivotFacet, TestStressReorder, TestUniqueKeyFieldResource, SolrTestCaseJ4Test, TestRecovery, TestCSVResponseWriter, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J2 in 61.22s, 1 test, 1 error <<< FAILURES!

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

Total time: 42 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any