You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/27 16:48:24 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 11948 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11948/
Java: 64bit/jdk1.7.0_80-ea-b05 -XX:-UseCompressedOops -XX:+UseG1GC

1 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":{     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "base_url":"http://127.0.0.1:59034/hu_/pr",             "node_name":"127.0.0.1:59034_hu_%2Fpr",             "state":"active",             "core":"collection1",             "leader":"true"},           "core_node2":{             "base_url":"http://127.0.0.1:36813/hu_/pr",             "node_name":"127.0.0.1:36813_hu_%2Fpr",             "state":"recovering",             "core":"collection1"}}}},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "autoCreated":"true",     "router":{"name":"compositeId"},     "replicationFactor":"1"},   "control_collection":{     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "base_url":"http://127.0.0.1:57546/hu_/pr",             "node_name":"127.0.0.1:57546_hu_%2Fpr",             "state":"active",             "core":"collection1",             "leader":"true"}}}},     "maxShardsPerNode":"1",     "autoAddReplicas":"false",     "autoCreated":"true",     "router":{"name":"compositeId"},     "replicationFactor":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "base_url":"http://127.0.0.1:59034/hu_/pr",
            "node_name":"127.0.0.1:59034_hu_%2Fpr",
            "state":"active",
            "core":"collection1",
            "leader":"true"},
          "core_node2":{
            "base_url":"http://127.0.0.1:36813/hu_/pr",
            "node_name":"127.0.0.1:36813_hu_%2Fpr",
            "state":"recovering",
            "core":"collection1"}}}},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "router":{"name":"compositeId"},
    "replicationFactor":"1"},
  "control_collection":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "base_url":"http://127.0.0.1:57546/hu_/pr",
            "node_name":"127.0.0.1:57546_hu_%2Fpr",
            "state":"active",
            "core":"collection1",
            "leader":"true"}}}},
    "maxShardsPerNode":"1",
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "router":{"name":"compositeId"},
    "replicationFactor":"1"}}
	at __randomizedtesting.SeedInfo.seed([5CD88DC2579458C8:D48CB218F9683530]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1983)
	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9800 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/init-core-data-001
   [junit4]   2> 347315 T2449 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hu_/pr
   [junit4]   2> 347318 T2449 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 347319 T2450 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 347419 T2449 oasc.ZkTestServer.run start zk server on port:34675
   [junit4]   2> 347419 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 347420 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347423 T2457 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42ca368c name:ZooKeeperConnection Watcher:127.0.0.1:34675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347423 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347424 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 347424 T2449 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 347426 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 347427 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347428 T2460 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@219cc015 name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347428 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347429 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 347429 T2449 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 347430 T2449 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 347431 T2449 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 347432 T2449 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 347433 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 347433 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 347435 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 347435 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 347437 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 347437 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 347438 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 347438 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 347439 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 347439 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 347440 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 347440 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 347441 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 347442 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 347442 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 347443 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 347444 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 347444 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 347445 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 347445 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 347446 T2449 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 347446 T2449 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 347514 T2449 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1
   [junit4]   2> 347516 T2449 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 347518 T2449 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57640
   [junit4]   2> 347518 T2449 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/hu_/pr, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/tempDir-001/control/data, hostPort=57546}
   [junit4]   2> 347518 T2449 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 347519 T2449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/'
   [junit4]   2> 347532 T2449 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/solr.xml
   [junit4]   2> 347543 T2449 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores
   [junit4]   2> 347543 T2449 oasc.CoreContainer.<init> New CoreContainer 703447142
   [junit4]   2> 347543 T2449 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/]
   [junit4]   2> 347543 T2449 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/lib
   [junit4]   2> 347544 T2449 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/lib).
   [junit4]   2> 347550 T2449 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 347551 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 347552 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 347552 T2449 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 347552 T2449 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 347552 T2449 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 347553 T2449 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 347553 T2449 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 347553 T2449 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 347553 T2449 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 347554 T2449 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34675/solr
   [junit4]   2> 347554 T2449 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 347554 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 347554 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347557 T2472 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4fde95da name:ZooKeeperConnection Watcher:127.0.0.1:34675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347557 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347557 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 347560 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347561 T2475 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@30cdf4e0 name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347562 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347563 T2449 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 347565 T2449 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 347566 T2449 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 347569 T2449 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 347570 T2449 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 347573 T2449 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 347574 T2449 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 347575 T2449 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 347575 T2449 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57546_hu_%2Fpr
   [junit4]   2> 347576 T2449 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57546_hu_%2Fpr
   [junit4]   2> 347577 T2449 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 347578 T2449 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 347589 T2449 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 347591 T2449 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57546_hu_%2Fpr
   [junit4]   2> 347591 T2449 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 347593 T2449 oasc.Overseer.start Overseer (id=93550681950978051-127.0.0.1:57546_hu_%2Fpr-n_0000000000) starting
   [junit4]   2> 347594 T2449 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 347599 T2449 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 347599 T2449 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 347599 T2477 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 347600 T2476 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 347602 T2449 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores
   [junit4]   2> 347603 T2449 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/, coreNodeName=, transient=false, loadOnStartup=true, collection=control_collection, name=collection1, schema=schema.xml, dataDir=data/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1, config=solrconfig.xml}
   [junit4]   2> 347603 T2449 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/
   [junit4]   2> 347603 T2449 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 347606 T2479 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 347606 T2479 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 347607 T2479 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 347607 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 347608 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57546/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:57546_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"} current state version: 0
   [junit4]   2> 347608 T2476 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57546/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:57546_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 347609 T2476 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 347609 T2476 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 347610 T2475 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> 348607 T2479 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 348607 T2479 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 348607 T2479 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 348608 T2479 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 348608 T2479 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 348608 T2479 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/'
   [junit4]   2> 348617 T2479 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 348618 T2479 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 348621 T2479 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 348630 T2479 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 348648 T2479 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 348649 T2479 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 348654 T2479 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 348856 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 348862 T2479 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 348863 T2479 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 348870 T2479 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 348872 T2479 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 348874 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 348875 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 348875 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 348875 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 348876 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 348876 T2479 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 348876 T2479 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 348877 T2479 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 348877 T2479 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/data/
   [junit4]   2> 348877 T2479 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3744a82d
   [junit4]   2> 348877 T2479 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/data
   [junit4]   2> 348878 T2479 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/data/index/
   [junit4]   2> 348878 T2479 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 348878 T2479 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/control-001/cores/collection1/data/index
   [junit4]   2> 348878 T2479 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 348879 T2479 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7fb770cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@644e60ee),segFN=segments_1,generation=1}
   [junit4]   2> 348879 T2479 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 348882 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 348882 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 348883 T2479 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 348885 T2479 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 348886 T2479 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 348887 T2479 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 348887 T2479 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 348890 T2479 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/luke,/replication,/admin/logging,/update,/admin/file,/get,/admin/threads,/config,/admin/system,/admin/mbeans,/admin/segments,/admin/properties,/admin/plugins,standard,/update/json/docs,/update/csv,/schema,/update/json
   [junit4]   2> 348891 T2479 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 348892 T2479 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 348892 T2479 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 348892 T2479 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 348892 T2479 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 348893 T2479 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8907100716057166]
   [junit4]   2> 348893 T2479 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7fb770cb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@644e60ee),segFN=segments_1,generation=1}
   [junit4]   2> 348893 T2479 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 348894 T2479 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@287e5554[collection1] main
   [junit4]   2> 348894 T2479 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 348894 T2479 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 348894 T2479 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 348895 T2479 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 348896 T2479 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 348896 T2480 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@287e5554[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 348897 T2479 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 348897 T2483 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57546/hu_/pr collection:control_collection shard:shard1
   [junit4]   2> 348897 T2449 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 348897 T2449 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 348898 T2483 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 348898 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 348898 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 348899 T2487 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27a57324 name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 348900 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 348901 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 348901 T2449 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 348901 T2483 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 348902 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 348903 T2483 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 348903 T2483 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C348 name=collection1 org.apache.solr.core.SolrCore@77f69ad3 url=http://127.0.0.1:57546/hu_/pr/collection1 node=127.0.0.1:57546_hu_%2Fpr C348_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:57546/hu_/pr, node_name=127.0.0.1:57546_hu_%2Fpr, state=down, core=collection1}
   [junit4]   2> 348903 T2483 C:control_collection S:shard1 C348 P57546 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57546/hu_/pr/collection1/
   [junit4]   2> 348903 T2449 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 348903 T2476 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> 348903 T2449 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 348903 T2483 C:control_collection S:shard1 C348 P57546 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 348903 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 348904 T2483 C:control_collection S:shard1 C348 P57546 oasc.SyncStrategy.syncToMe http://127.0.0.1:57546/hu_/pr/collection1/ has no replicas
   [junit4]   2> 348904 T2483 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57546/hu_/pr/collection1/ shard1
   [junit4]   2> 348904 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 348904 T2483 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 348906 T2490 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c2e0ede name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 348906 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 348906 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 348907 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 348908 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 348908 T2476 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 348909 T2475 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> 348909 T2487 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> 348911 T2476 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:57546/hu_/pr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 348911 T2476 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 348912 T2475 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> 348913 T2487 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> 348914 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 348914 T2475 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> 348914 T2487 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> 348951 T2449 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1
   [junit4]   2> 348952 T2449 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001
   [junit4]   2> 348952 T2449 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 348953 T2449 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33237
   [junit4]   2> 348954 T2449 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/tempDir-001/jetty1, hostContext=/hu_/pr, hostPort=59034, solrconfig=solrconfig.xml}
   [junit4]   2> 348954 T2449 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 348954 T2449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/'
   [junit4]   2> 348958 T2483 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:57546/hu_/pr/collection1/ and leader is http://127.0.0.1:57546/hu_/pr/collection1/
   [junit4]   2> 348958 T2483 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57546/hu_/pr
   [junit4]   2> 348959 T2483 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 348959 T2483 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 348959 T2483 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 348959 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 348960 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57546/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:57546_hu_%2Fpr",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"} current state version: 4
   [junit4]   2> 348961 T2476 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57546/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:57546_hu_%2Fpr",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 348965 T2449 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/solr.xml
   [junit4]   2> 348973 T2449 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores
   [junit4]   2> 348973 T2449 oasc.CoreContainer.<init> New CoreContainer 1829490372
   [junit4]   2> 348974 T2449 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/]
   [junit4]   2> 348974 T2449 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/lib
   [junit4]   2> 348974 T2449 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/lib).
   [junit4]   2> 348978 T2449 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 348979 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 348980 T2449 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 348980 T2449 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 348980 T2449 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 348980 T2449 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 348980 T2449 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 348981 T2449 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 348981 T2449 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 348981 T2449 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34675/solr
   [junit4]   2> 348981 T2449 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 348981 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 348982 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 348983 T2502 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@586baa43 name:ZooKeeperConnection Watcher:127.0.0.1:34675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 348983 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 348983 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 348985 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 348986 T2505 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31a520aa name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 348986 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 348989 T2449 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 349062 T2475 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> 349062 T2487 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> 349063 T2505 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> 349991 T2449 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59034_hu_%2Fpr
   [junit4]   2> 349992 T2449 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59034_hu_%2Fpr
   [junit4]   2> 349993 T2449 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 349994 T2449 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores
   [junit4]   2> 349995 T2449 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/, shard=, transient=false, coreNodeName=, collection=collection1, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1, name=collection1, dataDir=data/, config=solrconfig.xml, schema=schema.xml, loadOnStartup=true}
   [junit4]   2> 349996 T2449 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/
   [junit4]   2> 349996 T2449 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 349997 T2506 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 349998 T2506 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 349998 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 349999 T2506 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 349999 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59034/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:59034_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 349999 T2506 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 349999 T2476 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59034/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:59034_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 349999 T2506 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 350000 T2476 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 350000 T2476 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 350000 T2506 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 350000 T2506 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 350102 T2476 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 350102 T2505 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> 350103 T2505 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 351001 T2506 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 351001 T2506 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 351001 T2506 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 351001 T2506 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 351002 T2506 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 351002 T2506 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/'
   [junit4]   2> 351010 T2506 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 351011 T2506 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 351015 T2506 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 351022 T2506 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 351040 T2506 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 351041 T2506 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 351045 T2506 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 351204 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 351209 T2506 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 351210 T2506 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 351217 T2506 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 351219 T2506 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 351221 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 351221 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 351221 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 351222 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 351222 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 351222 T2506 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 351222 T2506 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 351222 T2506 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 351223 T2506 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 351223 T2506 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3744a82d
   [junit4]   2> 351223 T2506 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/data
   [junit4]   2> 351223 T2506 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 351224 T2506 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 351224 T2506 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 351224 T2506 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 351225 T2506 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@db2c8e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54a232cd),segFN=segments_1,generation=1}
   [junit4]   2> 351225 T2506 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 351229 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 351229 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 351229 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 351229 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 351230 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 351230 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 351230 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 351230 T2506 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 351230 T2506 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 351232 T2506 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 351233 T2506 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 351234 T2506 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 351235 T2506 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 351239 T2506 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/admin/luke,/replication,/admin/logging,/update,/admin/file,/get,/admin/threads,/config,/admin/system,/admin/mbeans,/admin/segments,/admin/properties,/admin/plugins,standard,/update/json/docs,/update/csv,/schema,/update/json
   [junit4]   2> 351241 T2506 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 351241 T2506 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 351242 T2506 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 351242 T2506 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 351242 T2506 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 351243 T2506 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8907100716057166]
   [junit4]   2> 351243 T2506 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@db2c8e1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54a232cd),segFN=segments_1,generation=1}
   [junit4]   2> 351244 T2506 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 351244 T2506 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@211357dd[collection1] main
   [junit4]   2> 351244 T2506 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 351245 T2506 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 351245 T2506 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 351245 T2506 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 351245 T2506 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 351245 T2506 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 351246 T2506 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 351246 T2506 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 351246 T2506 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 351246 T2506 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 351247 T2507 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@211357dd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 351247 T2506 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 351248 T2510 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59034/hu_/pr collection:collection1 shard:shard1
   [junit4]   2> 351248 T2449 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 351248 T2449 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 351248 T2510 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 351250 T2510 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 351251 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 351251 T2510 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 351252 T2510 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C349 name=collection1 org.apache.solr.core.SolrCore@39935fe4 url=http://127.0.0.1:59034/hu_/pr/collection1 node=127.0.0.1:59034_hu_%2Fpr C349_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:59034/hu_/pr, node_name=127.0.0.1:59034_hu_%2Fpr, state=down, core=collection1}
   [junit4]   2> 351252 T2510 C:collection1 S:shard1 C349 P59034 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59034/hu_/pr/collection1/
   [junit4]   2> 351252 T2510 C:collection1 S:shard1 C349 P59034 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 351252 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 351252 T2510 C:collection1 S:shard1 C349 P59034 oasc.SyncStrategy.syncToMe http://127.0.0.1:59034/hu_/pr/collection1/ has no replicas
   [junit4]   2> 351253 T2510 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59034/hu_/pr/collection1/ shard1
   [junit4]   2> 351253 T2510 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 351253 T2476 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 351254 T2505 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> 351254 T2505 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 351255 T2476 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:59034/hu_/pr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 351256 T2476 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 351257 T2505 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> 351257 T2505 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 351258 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 351293 T2449 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1
   [junit4]   2> 351294 T2449 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001
   [junit4]   2> 351294 T2449 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 351295 T2449 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46601
   [junit4]   2> 351295 T2449 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/hu_/pr, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores, solrconfig=solrconfig.xml, hostPort=36813, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/tempDir-001/jetty2}
   [junit4]   2> 351296 T2449 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 351296 T2449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/'
   [junit4]   2> 351305 T2510 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:59034/hu_/pr/collection1/ and leader is http://127.0.0.1:59034/hu_/pr/collection1/
   [junit4]   2> 351306 T2510 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59034/hu_/pr
   [junit4]   2> 351306 T2510 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 351306 T2510 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 351306 T2510 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 351307 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 351307 T2449 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/solr.xml
   [junit4]   2> 351307 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59034/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:59034_hu_%2Fpr",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 351308 T2476 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59034/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:59034_hu_%2Fpr",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 351308 T2510 C:collection1 S:shard1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 351308 T2476 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 351309 T2505 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> 351309 T2505 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 351316 T2449 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores
   [junit4]   2> 351317 T2449 oasc.CoreContainer.<init> New CoreContainer 299860562
   [junit4]   2> 351317 T2449 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/]
   [junit4]   2> 351317 T2449 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/lib
   [junit4]   2> 351317 T2449 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/lib).
   [junit4]   2> 351322 T2449 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 351322 T2449 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 351322 T2449 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 351322 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 351322 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 351323 T2449 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 351323 T2449 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 351324 T2449 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 351324 T2449 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 351324 T2449 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 351324 T2449 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:34675/solr
   [junit4]   2> 351325 T2449 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 351325 T2449 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 351325 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 351327 T2523 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d51275f name:ZooKeeperConnection Watcher:127.0.0.1:34675 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 351327 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 351327 T2449 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 351329 T2449 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 351330 T2526 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25d54fd3 name:ZooKeeperConnection Watcher:127.0.0.1:34675/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 351330 T2449 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 351333 T2449 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 352335 T2449 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36813_hu_%2Fpr
   [junit4]   2> 352335 T2449 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36813_hu_%2Fpr
   [junit4]   2> 352338 T2449 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 352339 T2449 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores
   [junit4]   2> 352339 T2449 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1, dataDir=data/, coreNodeName=, loadOnStartup=true, name=collection1, transient=false, config=solrconfig.xml, schema=schema.xml, shard=, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/}
   [junit4]   2> 352340 T2449 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/
   [junit4]   2> 352340 T2449 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 352341 T2527 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 352341 T2527 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 352342 T2475 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 352342 T2527 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 352342 T2527 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 352342 T2476 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36813/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:36813_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"} current state version: 5
   [junit4]   2> 352343 T2527 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 352343 T2476 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36813/hu_/pr",
   [junit4]   2> 	  "node_name":"127.0.0.1:36813_hu_%2Fpr",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 352343 T2476 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 352343 T2476 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 352343 T2527 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 352344 T2527 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 352344 T2476 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 352345 T2526 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 352345 T2505 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 352345 T2505 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 352345 T2526 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 353344 T2527 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 353344 T2527 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 353345 T2527 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 353345 T2527 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 353345 T2527 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 353345 T2527 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/'
   [junit4]   2> 353353 T2527 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 353354 T2527 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 353358 T2527 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 353366 T2527 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 353403 T2527 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353403 T2527 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 353408 T2527 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 353561 T2527 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [ju

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

ter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 403354 T2526 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 403367 T2526 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 403367 T2526 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data/index.20150328042855891 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data/index.20150328042855891;done=false>>]
   [junit4]   2> 403367 T2526 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data/index.20150328042855891
   [junit4]   2> 403367 T2526 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 403367 T2526 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001/shard-2-001/cores/collection1/data
   [junit4]   2> 403398 T2449 C:control_collection S:shard1 c:collection1 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/hu_/pr,null}
   [junit4]   2> 403589 T2449 C:control_collection S:shard1 c:collection1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:34675 34675
   [junit4]   2> 403620 T2450 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:34675 34675
   [junit4]   2> 403621 T2450 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 403621 T2449 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:57546/hu_/pr
   [junit4]   2> 403621 T2449 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 7 connections to: http://127.0.0.1:59034/hu_/pr
   [junit4]   2> 403621 T2449 C:control_collection S:shard1 c:collection1 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:36813/hu_/pr
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=5CD88DC2579458C8 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Antarctica/McMurdo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 56.3s J0 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "collection1":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:59034/hu_/pr",
   [junit4]    >             "node_name":"127.0.0.1:59034_hu_%2Fpr",
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "base_url":"http://127.0.0.1:36813/hu_/pr",
   [junit4]    >             "node_name":"127.0.0.1:36813_hu_%2Fpr",
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1"}}}},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:57546/hu_/pr",
   [junit4]    >             "node_name":"127.0.0.1:57546_hu_%2Fpr",
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "replicationFactor":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5CD88DC2579458C8:D48CB218F9683530]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1983)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 403629 T2449 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.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 5CD88DC2579458C8-001
   [junit4]   2> 56318 T2448 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {timestamp=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Memory doPackFST= true), text=PostingsFormat(name=LuceneFixedGap), a_t=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct)}, docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=fr, timezone=Antarctica/McMurdo
   [junit4]   2> NOTE: Linux 3.13.0-46-generic amd64/Oracle Corporation 1.7.0_80-ea (64-bit)/cpus=12,threads=1,free=411236280,total=469762048
   [junit4]   2> NOTE: All tests run in this JVM: [TestDynamicFieldResource, TestCryptoKeys, TestBulkSchemaAPI, HttpPartitionTest, DebugComponentTest, TestSolrConfigHandlerCloud, TestReplicationHandler, ActionThrottleTest, PrimitiveFieldTypeTest, SpatialHeatmapFacetsTest, URLClassifyProcessorTest, PeerSyncTest, SharedFSAutoReplicaFailoverUtilsTest, SolrIndexConfigTest, TestJsonFacets, TestWordDelimiterFilterFactory, TestRawResponseWriter, IndexSchemaTest, TestTolerantSearch, HighlighterConfigTest, TestReqParamsAPI, TestInitQParser, TimeZoneUtilsTest, TestSchemaNameResource, BJQParserTest, TestInfoStreamLogging, TestDocumentBuilder, CoreAdminCreateDiscoverTest, ResponseHeaderTest, ClusterStateTest, TestSweetSpotSimilarityFactory, TestArbitraryIndexDir, BadCopyFieldTest, ZkNodePropsTest, MinimalSchemaTest, BufferStoreTest, StandardRequestHandlerTest, RequestHandlersTest, TestReversedWildcardFilterFactory, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 56.59s, 1 test, 1 failure <<< FAILURES!

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

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