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/14 23:57:44 UTC

[JENKINS] Lucene-Solr-5.1-Linux (32bit/jdk1.8.0_40) - Build # 267 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/267/
Java: 32bit/jdk1.8.0_40 -server -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:60817",
            "node_name":"127.0.0.1:60817_",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:52711",
            "node_name":"127.0.0.1:52711_",
            "state":"active"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"},
  "control_collection":{
    "replicationFactor":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "core":"collection1",
            "base_url":"http://127.0.0.1:43389",
            "node_name":"127.0.0.1:43389_",
            "state":"active",
            "leader":"true"}}}},
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true"}}
	at __randomizedtesting.SeedInfo.seed([3668041102CC543E:BE3C3BCBAC3039C6]: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:103)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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  'null' for path 'response/params/y/p' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":3,     "params":{       "x":{         "a":"A val",         "b":"B val",         "":{"v":0}},       "y":{         "p":"P val",         "q":"Q val",         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'null' for path 'response/params/y/p' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":3,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "p":"P val",
        "q":"Q val",
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([3668041102CC543E:BE3C3BCBAC3039C6]: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:236)
	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:71)
	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 9539 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/init-core-data-001
   [junit4]   2> 31267 T122 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 31273 T122 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 31274 T123 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 31374 T122 oasc.ZkTestServer.run start zk server on port:37676
   [junit4]   2> 31376 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 31377 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 31379 T130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b2f8d7 name:ZooKeeperConnection Watcher:127.0.0.1:37676 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 31379 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 31380 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 31380 T122 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 31382 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 31383 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 31385 T133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8ba5bf name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 31385 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 31386 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 31389 T122 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 31392 T122 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 31393 T122 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 31395 T122 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 31398 T122 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> 31398 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 31402 T122 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> 31402 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 31405 T122 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> 31405 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 31407 T122 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> 31407 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 31409 T122 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> 31410 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 31411 T122 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> 31412 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 31413 T122 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> 31414 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 31415 T122 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> 31416 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 31417 T122 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> 31418 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 31419 T122 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> 31420 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 31421 T122 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> 31422 T122 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 31481 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1
   [junit4]   2> 31483 T122 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 31491 T122 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 31492 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/tempDir-001/control/data, hostContext=/, hostPort=43389, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores}
   [junit4]   2> 31493 T122 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 31493 T122 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/'
   [junit4]   2> 31502 T122 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/solr.xml
   [junit4]   2> 31509 T122 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores
   [junit4]   2> 31509 T122 oasc.CoreContainer.<init> New CoreContainer 10169902
   [junit4]   2> 31510 T122 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/]
   [junit4]   2> 31510 T122 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/lib
   [junit4]   2> 31510 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/lib).
   [junit4]   2> 31516 T122 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 31516 T122 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 31516 T122 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 31517 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 31517 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 31517 T122 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 31517 T122 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 31517 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 31518 T122 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 31518 T122 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 31518 T122 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 31518 T122 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 31519 T122 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 31519 T122 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 31519 T122 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 31519 T122 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37676/solr
   [junit4]   2> 31530 T122 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 31530 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 31531 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 31532 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a0478 name:ZooKeeperConnection Watcher:127.0.0.1:37676 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 31532 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 31533 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 31537 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 31538 T148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e9d140 name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 31539 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 31544 T122 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 31546 T122 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 31549 T122 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 31551 T122 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 31554 T122 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 31560 T122 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 31565 T122 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 31566 T122 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 31567 T122 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43389_
   [junit4]   2> 31568 T122 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43389_
   [junit4]   2> 31570 T122 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 31572 T122 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 31574 T122 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 31577 T122 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:43389_
   [junit4]   2> 31578 T122 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 31582 T122 oasc.Overseer.start Overseer (id=93654038839951363-127.0.0.1:43389_-n_0000000000) starting
   [junit4]   2> 31588 T122 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 31613 T122 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 31633 T150 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 31634 T122 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 31638 T149 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 31644 T122 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores
   [junit4]   2> 31647 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 31647 T122 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/
   [junit4]   2> 31647 T122 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 31649 T152 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 31649 T152 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 31653 T152 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 31653 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 31655 T149 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:43389",
   [junit4]   2> 	  "node_name":"127.0.0.1:43389_",
   [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> 31666 T149 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:43389",
   [junit4]   2> 	  "node_name":"127.0.0.1:43389_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 31667 T149 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 31673 T149 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 31684 T148 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> 32654 T152 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 32655 T152 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 32656 T152 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 32656 T152 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 32657 T152 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 32658 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/'
   [junit4]   2> 32671 T152 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 32681 T152 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 32705 T152 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 32715 T152 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 32737 T152 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 32741 T152 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 32751 T152 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 32998 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 33034 T152 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 33036 T152 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 33052 T152 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 33055 T152 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 33058 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 33059 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 33059 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 33059 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 33060 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 33060 T152 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 33061 T152 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 33061 T152 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 33061 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/data/
   [junit4]   2> 33061 T152 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d0ff9
   [junit4]   2> 33062 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/data
   [junit4]   2> 33062 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/data/index/
   [junit4]   2> 33063 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 33063 T152 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/control-001/cores/collection1/data/index
   [junit4]   2> 33063 T152 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=53.53515625, floorSegmentMB=0.2802734375, forceMergeDeletesPctAllowed=13.58839752190733, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10798542348336114
   [junit4]   2> 33064 T152 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b92962 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ace19),segFN=segments_1,generation=1}
   [junit4]   2> 33065 T152 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33069 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 33078 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 33078 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 33078 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 33079 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 33079 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 33080 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 33080 T152 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 33080 T152 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 33082 T152 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33084 T152 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33085 T152 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33086 T152 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 33090 T152 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> 33091 T152 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 33092 T152 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 33092 T152 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 33093 T152 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 33093 T152 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 33093 T152 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=34.4365234375, floorSegmentMB=1.119140625, forceMergeDeletesPctAllowed=17.42013722436243, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 33094 T152 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@b92962 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ace19),segFN=segments_1,generation=1}
   [junit4]   2> 33094 T152 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 33095 T152 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3f6c9[collection1] main
   [junit4]   2> 33095 T152 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 33096 T152 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 33096 T152 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 33098 T152 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 33099 T152 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 33099 T152 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 33099 T152 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 33100 T152 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 33100 T152 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 33100 T152 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 33101 T153 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f6c9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 33103 T152 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 33104 T156 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43389 collection:control_collection shard:shard1
   [junit4]   2> 33104 T122 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 33105 T122 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 33112 T156 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 33117 T156 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 33119 T156 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 33119 T156 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 33121 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 33122 T149 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> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@1e6900e url=http://127.0.0.1:43389/collection1 node=127.0.0.1:43389_ C14_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:43389, node_name=127.0.0.1:43389_, state=down}
   [junit4]   2> 33122 T156 C:control_collection S:shard1 C14 P43389 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43389/collection1/
   [junit4]   2> 33123 T156 C:control_collection S:shard1 C14 P43389 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 33123 T156 C:control_collection S:shard1 C14 P43389 oasc.SyncStrategy.syncToMe http://127.0.0.1:43389/collection1/ has no replicas
   [junit4]   2> 33123 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 33123 T156 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43389/collection1/ shard1
   [junit4]   2> 33124 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 33125 T156 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 33126 T160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1299a1c name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 33126 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 33127 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 33127 T122 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 33130 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 33132 T149 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:43389",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 33133 T122 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 33133 T122 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 33134 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 33134 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 33136 T163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c24f83 name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 33136 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 33137 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 33138 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 33140 T149 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 33140 T149 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 33141 T148 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> 33141 T160 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> 33181 T156 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:43389/collection1/ and leader is http://127.0.0.1:43389/collection1/
   [junit4]   2> 33181 T156 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43389
   [junit4]   2> 33181 T156 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 33182 T156 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 33182 T156 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 33183 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 33184 T149 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:43389",
   [junit4]   2> 	  "node_name":"127.0.0.1:43389_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 33185 T149 oasco.ReplicaMutator.updateState Update state numShards=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:43389",
   [junit4]   2> 	  "node_name":"127.0.0.1:43389_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 33186 T149 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 33187 T148 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> 33187 T160 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> 33227 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1
   [junit4]   2> 33228 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001
   [junit4]   2> 33229 T122 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 33230 T122 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 33231 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=60817, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores}
   [junit4]   2> 33231 T122 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 33232 T122 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/'
   [junit4]   2> 33240 T122 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/solr.xml
   [junit4]   2> 33244 T122 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores
   [junit4]   2> 33245 T122 oasc.CoreContainer.<init> New CoreContainer 17722702
   [junit4]   2> 33245 T122 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/]
   [junit4]   2> 33245 T122 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/lib
   [junit4]   2> 33246 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/lib).
   [junit4]   2> 33251 T122 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 33252 T122 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 33252 T122 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 33252 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 33253 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 33253 T122 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 33253 T122 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 33253 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 33254 T122 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 33254 T122 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 33254 T122 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 33255 T122 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 33255 T122 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 33256 T122 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 33256 T122 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 33257 T122 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37676/solr
   [junit4]   2> 33257 T122 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 33257 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 33258 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 33260 T175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17a4fa7 name:ZooKeeperConnection Watcher:127.0.0.1:37676 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 33261 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 33261 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 33263 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 33265 T178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60e2fd name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 33265 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 33278 T122 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 33292 T148 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> 33292 T178 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> 33292 T160 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> 34284 T122 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60817_
   [junit4]   2> 34285 T122 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60817_
   [junit4]   2> 34289 T122 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 34293 T122 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores
   [junit4]   2> 34295 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 34295 T122 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/
   [junit4]   2> 34295 T122 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 34297 T179 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 34297 T179 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 34299 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 34300 T149 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:60817",
   [junit4]   2> 	  "node_name":"127.0.0.1:60817_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 34300 T179 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 34301 T179 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 34301 T149 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:60817",
   [junit4]   2> 	  "node_name":"127.0.0.1:60817_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 34301 T179 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 34301 T149 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 34301 T149 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 34303 T179 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 34304 T179 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 34404 T149 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 34405 T178 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> 34405 T178 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 35304 T179 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 35304 T179 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 35305 T179 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 35305 T179 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 35306 T179 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 35306 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/'
   [junit4]   2> 35369 T179 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 35372 T179 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 35384 T179 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 35394 T179 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 35412 T179 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 35413 T179 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 35426 T179 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 35621 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 35660 T179 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 35670 T179 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 35702 T179 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 35705 T179 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 35708 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 35709 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 35709 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 35709 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 35710 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 35710 T179 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 35710 T179 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 35710 T179 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 35711 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 35711 T179 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d0ff9
   [junit4]   2> 35712 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/data
   [junit4]   2> 35712 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 35712 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 35712 T179 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 35713 T179 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=53.53515625, floorSegmentMB=0.2802734375, forceMergeDeletesPctAllowed=13.58839752190733, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10798542348336114
   [junit4]   2> 35714 T179 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1824e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@123d8d2),segFN=segments_1,generation=1}
   [junit4]   2> 35714 T179 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35720 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 35720 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 35720 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 35720 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 35721 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 35721 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 35721 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 35722 T179 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 35722 T179 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 35724 T179 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35725 T179 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35726 T179 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35728 T179 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 35773 T179 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> 35774 T179 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 35775 T179 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 35775 T179 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 35776 T179 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 35776 T179 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 35778 T179 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=34.4365234375, floorSegmentMB=1.119140625, forceMergeDeletesPctAllowed=17.42013722436243, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 35788 T179 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1824e92 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@123d8d2),segFN=segments_1,generation=1}
   [junit4]   2> 35789 T179 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 35789 T179 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@a04062[collection1] main
   [junit4]   2> 35789 T179 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 35791 T179 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 35791 T179 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 35794 T179 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 35794 T179 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 35794 T179 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 35795 T179 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 35795 T179 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 35795 T179 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 35796 T179 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 35796 T180 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a04062[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 35797 T179 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 35808 T183 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:60817 collection:collection1 shard:shard1
   [junit4]   2> 35808 T122 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 35808 T122 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 35808 T183 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 35813 T183 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 35814 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 35814 T183 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 35815 T183 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@269e3a url=http://127.0.0.1:60817/collection1 node=127.0.0.1:60817_ C15_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:60817, node_name=127.0.0.1:60817_, state=down}
   [junit4]   2> 35815 T183 C:collection1 S:shard1 C15 P60817 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:60817/collection1/
   [junit4]   2> 35815 T183 C:collection1 S:shard1 C15 P60817 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 35815 T183 C:collection1 S:shard1 C15 P60817 oasc.SyncStrategy.syncToMe http://127.0.0.1:60817/collection1/ has no replicas
   [junit4]   2> 35815 T149 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 35816 T183 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:60817/collection1/ shard1
   [junit4]   2> 35816 T183 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 35817 T149 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 35818 T178 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> 35819 T178 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 35822 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 35823 T149 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:60817",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 35836 T149 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 35839 T178 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> 35841 T178 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 35872 T183 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:60817/collection1/ and leader is http://127.0.0.1:60817/collection1/
   [junit4]   2> 35873 T183 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:60817
   [junit4]   2> 35873 T183 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 35874 T183 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 35874 T183 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 35875 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 35877 T149 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:60817",
   [junit4]   2> 	  "node_name":"127.0.0.1:60817_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 35878 T149 oasco.ReplicaMutator.updateState Update state numShards=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:60817",
   [junit4]   2> 	  "node_name":"127.0.0.1:60817_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 35880 T149 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 35881 T178 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> 35883 T183 C:collection1 S:shard1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 35885 T178 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 35951 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores/collection1
   [junit4]   2> 35952 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001
   [junit4]   2> 35952 T122 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 35954 T122 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:?????
   [junit4]   2> 35955 T122 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.RecoveryAfterSoftCommitTest 3668041102CC543E-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=52711, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores}
   [junit4]   2> 35956 T122 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 35957 T122 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/'
   [junit4]   2> 35974 T122 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/solr.xml
   [junit4]   2> 35980 T122 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores
   [junit4]   2> 35981 T122 oasc.CoreContainer.<init> New CoreContainer 26286531
   [junit4]   2> 35981 T122 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/]
   [junit4]   2> 35981 T122 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/lib
   [junit4]   2> 35982 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/lib).
   [junit4]   2> 35988 T122 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 35988 T122 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 35988 T122 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 35989 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 35989 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 35989 T122 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 35989 T122 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 35989 T122 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 35990 T122 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 35990 T122 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 35990 T122 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 35990 T122 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 35991 T122 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 35991 T122 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 35991 T122 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 35992 T122 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37676/solr
   [junit4]   2> 35992 T122 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 35992 T122 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 35993 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 35997 T196 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12bc28a name:ZooKeeperConnection Watcher:127.0.0.1:37676 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 35997 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 35998 T122 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 36001 T122 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36002 T199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18eac4b name:ZooKeeperConnection Watcher:127.0.0.1:37676/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36002 T122 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36009 T122 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 37020 T122 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52711_
   [junit4]   2> 37021 T122 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52711_
   [junit4]   2> 37024 T122 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 37026 T122 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores
   [junit4]   2> 37026 T122 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/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores/collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 37027 T122 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest 3668041102CC543E-001/shard-2-001/cores/collection1/
   [junit4]   2> 37027 T122 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 37029 T200 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 37029 T200 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 37030 T148 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 37031 T200 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 37031 T200 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 37031 T149 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:52711",
   [junit4]   2> 	  "node_name":"127.0.0.1:52711_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 37032 T149 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:52711",
   [junit4]   2> 	  "node_name":"127.0.0.1:52711_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 37032 T200 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 37032 T149 oasco.ReplicaMutator.updateState Coll

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

th makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1322328 T6747 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:154)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:330)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:159)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:390)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:486)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:455)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:442)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:146)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:142)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 1323268 T6865 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1323299 T6622 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/pa_p/k,null}
   [junit4]   2> 1323490 T6622 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35157 35157
   [junit4]   2> 1323614 T6623 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35157 35157
   [junit4]   2> 1323615 T6623 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		40	/solr/configs/conf1
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI -Dtests.method=test -Dtests.seed=3668041102CC543E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 29.9s J2 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'null' for path 'response/params/y/p' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":3,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}},
   [junit4]    >       "y":{
   [junit4]    >         "p":"P val",
   [junit4]    >         "q":"Q val",
   [junit4]    >         "":{"v":0}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3668041102CC543E:BE3C3BCBAC3039C6]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:405)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:236)
   [junit4]    > 	at org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:71)
   [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> 1323625 T6622 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.handler.TestReqParamsAPI 3668041102CC543E-001
   [junit4]   2> 29873 T6621 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=DefaultSimilarity, locale=lv, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Linux 3.13.0-49-generic i386/Oracle Corporation 1.8.0_40 (32-bit)/cpus=12,threads=1,free=142317224,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRebalanceLeaders, NotRequiredUniqueKeyTest, TestRandomMergePolicy, SuggesterTest, TestUniqueKeyFieldResource, NumericFieldsTest, TestDocSet, TestCollationField, SSLMigrationTest, QueryParsingTest, TestMiniSolrCloudClusterSSL, PrimUtilsTest, TestSystemIdResolver, BufferStoreTest, TestManagedResource, HdfsUnloadDistributedZkTest, SimpleCollectionCreateDeleteTest, TestManagedSchema, TestCSVResponseWriter, DeleteLastCustomShardedReplicaTest, TestNamedUpdateProcessors, DocValuesTest, TestGroupingSearch, OverseerCollectionProcessorTest, RegexBoostProcessorTest, TestManagedResourceStorage, ShardSplitTest, DistributedFacetPivotWhiteBoxTest, TestPerFieldSimilarity, TestSort, SimpleFacetsTest, TestCloudPivotFacet, HighlighterMaxOffsetTest, TestPartialUpdateDeduplication, TestChildDocTransformer, SuggestComponentTest, TestReplicaProperties, TestZkChroot, TestStressRecovery, TestStandardQParsers, TestStressReorder, AliasIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSurroundQueryParser, FullSolrCloudDistribCmdsTest, LoggingHandlerTest, TestCustomSort, TestCloudInspectUtil, TestSerializedLuceneMatchVersion, SolrTestCaseJ4Test, SolrXmlInZkTest, TestBulkSchemaConcurrent, TestNRTOpen, TestLuceneMatchVersion, TestReplicationHandlerBackup, SolrCoreCheckLockOnStartupTest, TestSolrJ, TestIntervalFaceting, DirectSolrSpellCheckerTest, BadIndexSchemaTest, TestFastOutputStream, OutputWriterTest, TestSortingResponseWriter, TestShortCircuitedRequests, TestConfigOverlay, RollingRestartTest, TestManagedSchemaDynamicFieldResource, BasicDistributedZk2Test, TestSchemaManager, ActionThrottleTest, DeleteShardTest, OverseerTest, DistributedQueryElevationComponentTest, TestTrie, ExternalCollectionsTest, CollectionsAPIAsyncDistributedZkTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, TestLeaderElectionZkExpiry, TriLevelCompositeIdRoutingTest, TestInitParams, TestSolrConfigHandler, TestReqParamsAPI]
   [junit4] Completed on J2 in 30.14s, 1 test, 1 failure <<< FAILURES!

[...truncated 187 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: 48 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any