Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11854/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseConcMarkSweepGC

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: {   "control_collection":{     "replicationFactor":"1",     
"maxShardsPerNode":"1",     "autoCreated":"true",     
"autoAddReplicas":"false",     "router":{"name":"compositeId"},     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{"core_node1":{             
"node_name":"127.0.0.1:56324_j_%2Foz",             
"base_url":"http://127.0.0.1:56324/j_/oz";,             "core":"collection1",    
         "state":"active",             "leader":"true"}}}}},   "collection1":{  
   "replicationFactor":"1",     "maxShardsPerNode":"1",     
"autoCreated":"true",     "autoAddReplicas":"false",     
"router":{"name":"compositeId"},     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         "replicas":{     
      "core_node1":{             "node_name":"127.0.0.1:52326_j_%2Foz",         
    "base_url":"http://127.0.0.1:52326/j_/oz";,             
"core":"collection1",             "state":"active",             
"leader":"true"},           "core_node2":{             
"node_name":"127.0.0.1:42116_j_%2Foz",             
"base_url":"http://127.0.0.1:42116/j_/oz";,             "core":"collection1",    
         "state":"recovering"}}}}}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in 
collection1 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "replicationFactor":"1",
    "maxShardsPerNode":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:56324_j_%2Foz",
            "base_url":"http://127.0.0.1:56324/j_/oz";,
            "core":"collection1",
            "state":"active",
            "leader":"true"}}}}},
  "collection1":{
    "replicationFactor":"1",
    "maxShardsPerNode":"1",
    "autoCreated":"true",
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:52326_j_%2Foz",
            "base_url":"http://127.0.0.1:52326/j_/oz";,
            "core":"collection1",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:42116_j_%2Foz",
            "base_url":"http://127.0.0.1:42116/j_/oz";,
            "core":"collection1",
            "state":"recovering"}}}}}}
        at 
__randomizedtesting.SeedInfo.seed([16F289350051EE5C:9EA6B6EFAEAD83A4]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java: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 10450 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
 16F289350051EE5C-001/init-core-data-001
   [junit4]   2> 1088437 T5140 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /j_/oz
   [junit4]   2> 1088440 T5140 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1088440 T5141 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1088540 T5140 oasc.ZkTestServer.run start zk server on 
port:50374
   [junit4]   2> 1088541 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1088541 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1088543 T5148 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@9f09f2 name:ZooKeeperConnection 
Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1088543 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1088544 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1088544 T5140 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1088545 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1088546 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1088546 T5151 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f80fc name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1088546 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1088547 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1088547 T5140 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1088548 T5140 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1088549 T5140 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1088549 T5140 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1088550 T5140 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> 1088551 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1088552 T5140 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> 1088552 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1088553 T5140 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> 1088554 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1088555 T5140 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> 1088555 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1088556 T5140 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> 1088556 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1088557 T5140 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> 1088557 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1088558 T5140 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> 1088558 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1088559 T5140 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> 1088560 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1088560 T5140 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> 1088561 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1088562 T5140 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> 1088562 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1088563 T5140 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> 1088563 T5140 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1088610 T5140 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
 16F289350051EE5C-001/control-001/cores/collection1
   [junit4]   2> 1088611 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1088613 T5140 oejs.AbstractConnector.doStart Started 
[email protected]:33068
   [junit4]   2> 1088614 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=56324, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/tempDir-001/control/data, hostContext=/j_/oz, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/control-001/cores}
   [junit4]   2> 1088614 T5140 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1088614 T5140 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
 16F289350051EE5C-001/control-001/'
   [junit4]   2> 1088626 T5140 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
 16F289350051EE5C-001/control-001/solr.xml
   [junit4]   2> 1088648 T5140 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
 16F289350051EE5C-001/control-001/cores
   [junit4]   2> 1088649 T5140 oasc.CoreContainer.<init> New CoreContainer 
30019159
   [junit4]   2> 1088649 T5140 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
 16F289350051EE5C-001/control-001/]
   [junit4]   2> 1088649 T5140 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/control-001/lib
   [junit4]   2> 1088650 T5140 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
 16F289350051EE5C-001/control-001/lib).
   [junit4]   2> 1088655 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1088656 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1088657 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1088658 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1088658 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1088658 T5140 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1088659 T5140 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1088659 T5140 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1088659 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1088659 T5140 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50374/solr
   [junit4]   2> 1088660 T5140 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1088660 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1088660 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1088661 T5163 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@f6be8f name:ZooKeeperConnection 
Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1088661 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1088663 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1088664 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1088664 T5166 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@181ec7f name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1088664 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1088665 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1088667 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1088668 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1088669 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1088670 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1088671 T5140 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1088672 T5140 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1088672 T5140 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1088673 T5140 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088674 T5140 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088675 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1088676 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1088677 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1088677 T5140 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:56324_j_%2Foz
   [junit4]   2> 1088678 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1088679 T5140 oasc.Overseer.start Overseer 
(id=93507538271207427-127.0.0.1:56324_j_%2Foz-n_0000000000) starting
   [junit4]   2> 1088680 T5140 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1088682 T5140 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1088683 T5168 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1088683 T5140 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1088683 T5167 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1088685 T5140 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
 16F289350051EE5C-001/control-001/cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, loadOnStartup=true, 
schema=schema.xml, transient=false, dataDir=data/, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/control-001/cores/collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/control-001/cores/collection1/, 
collection=control_collection, config=solrconfig.xml, name=collection1, 
coreNodeName=}
   [junit4]   2> 1088686 T5140 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
 16F289350051EE5C-001/control-001/cores/collection1/
   [junit4]   2> 1088687 T5140 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1088687 T5170 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1088687 T5170 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1088688 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1088688 T5170 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1088688 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:56324/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 0
   [junit4]   2> 1088689 T5167 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:56324/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"control_collection"}
   [junit4]   2> 1088689 T5167 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1088689 T5167 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1088690 T5166 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> 1089688 T5170 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1089688 T5170 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1089689 T5170 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1089689 T5170 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1089689 T5170 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1089689 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/'
   [junit4]   2> 1089700 T5170 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1089702 T5170 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1089707 T5170 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1089729 T5170 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1089765 T5170 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1089767 T5170 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1089771 T5170 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1090057 T5170 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1090079 T5170 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1090080 T5170 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1090085 T5170 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1090087 T5170 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1090090 T5170 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1090091 T5170 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1090091 T5170 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1090091 T5170 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1090092 T5170 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1090092 T5170 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1090092 T5170 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1090092 T5170 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1090092 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/control-001/cores/collection1/data/
   [junit4]   2> 1090093 T5170 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1090093 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/data
   [junit4]   2> 1090093 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1090093 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1090094 T5170 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
 16F289350051EE5C-001/control-001/cores/collection1/data/index
   [junit4]   2> 1090094 T5170 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, 
floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1090094 T5170 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@b56934 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5b2),segFN=segments_1,generation=1}
   [junit4]   2> 1090095 T5170 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1090098 T5170 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1090099 T5170 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1090099 T5170 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1090101 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090103 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090104 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090104 T5170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1090107 T5170 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1090108 T5170 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1090109 T5170 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1090109 T5170 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1090109 T5170 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1090109 T5170 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1090109 T5170 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=22.0390625, 
floorSegmentMB=1.8232421875, forceMergeDeletesPctAllowed=4.159651272571194, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1090110 T5170 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@b56934 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5b2),segFN=segments_1,generation=1}
   [junit4]   2> 1090110 T5170 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1090110 T5170 oass.SolrIndexSearcher.<init> Opening 
Searcher@18e0ba0[collection1] main
   [junit4]   2> 1090111 T5170 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1090111 T5170 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1090111 T5170 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1090111 T5170 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1090112 T5170 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1090112 T5170 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1090112 T5170 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1090112 T5170 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1090112 T5170 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1090113 T5170 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1090113 T5171 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@18e0ba0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1090113 T5170 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1090114 T5174 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:56324/j_/oz 
collection:control_collection shard:shard1
   [junit4]   2> 1090114 T5140 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1090115 T5174 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1090115 T5140 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1090116 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1090116 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1090117 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1090117 T5178 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14097ed name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1090117 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1090118 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1090118 T5174 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1090118 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> 1090118 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090118 T5140 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C4608 name=collection1 
org.apache.solr.core.SolrCore@bfd5c4 
url=http://127.0.0.1:56324/j_/oz/collection1 node=127.0.0.1:56324_j_%2Foz 
C4608_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:56324_j_%2Foz, 
base_url=http://127.0.0.1:56324/j_/oz, core=collection1, state=down}
   [junit4]   2> 1090118 T5174 C4608 P56324 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:56324/j_/oz/collection1/
   [junit4]   2> 1090119 T5167 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> 1090119 T5174 C4608 P56324 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1090119 T5174 C4608 P56324 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:56324/j_/oz/collection1/ has no replicas
   [junit4]   2> 1090120 T5174 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:56324/j_/oz/collection1/ shard1
   [junit4]   2> 1090120 T5174 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1090120 T5140 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1090120 T5140 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 1090121 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1090121 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1090122 T5181 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@11426e1 name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1090122 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090122 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1090123 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1090123 T5167 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:56324/j_/oz";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1090124 T5142 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x14c349c527a0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1090125 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "stateFormat":"2"} current state version: 1
   [junit4]   2> 1090125 T5167 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1090126 T5166 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> 1090126 T5178 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> 1090129 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090129 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 1090130 T5178 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> 1090130 T5166 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> 1090189 T5140 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
 16F289350051EE5C-001/shard-1-001/cores/collection1
   [junit4]   2> 1090190 T5174 oasc.ZkController.register We are 
http://127.0.0.1:56324/j_/oz/collection1/ and leader is 
http://127.0.0.1:56324/j_/oz/collection1/
   [junit4]   2> 1090191 T5174 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:56324/j_/oz
   [junit4]   2> 1090191 T5174 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1090191 T5140 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
 16F289350051EE5C-001/shard-1-001
   [junit4]   2> 1090191 T5174 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1090191 T5174 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1090191 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1090192 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1090192 T5140 oejs.AbstractConnector.doStart Started 
[email protected]:35439
   [junit4]   2> 1090192 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:56324/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
3
   [junit4]   2> 1090193 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/tempDir-001/jetty1, hostContext=/j_/oz, 
solrconfig=solrconfig.xml, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-1-001/cores, hostPort=52326}
   [junit4]   2> 1090193 T5167 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:56324/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1090193 T5140 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1090194 T5140 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
 16F289350051EE5C-001/shard-1-001/'
   [junit4]   2> 1090212 T5140 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
 16F289350051EE5C-001/shard-1-001/solr.xml
   [junit4]   2> 1090222 T5140 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
 16F289350051EE5C-001/shard-1-001/cores
   [junit4]   2> 1090223 T5140 oasc.CoreContainer.<init> New CoreContainer 
1619084
   [junit4]   2> 1090223 T5140 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
 16F289350051EE5C-001/shard-1-001/]
   [junit4]   2> 1090223 T5140 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-1-001/lib
   [junit4]   2> 1090224 T5140 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
 16F289350051EE5C-001/shard-1-001/lib).
   [junit4]   2> 1090229 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1090229 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1090230 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1090231 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1090232 T5140 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1090232 T5140 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1090232 T5140 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1090233 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1090233 T5140 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50374/solr
   [junit4]   2> 1090233 T5140 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1090233 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1090234 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1090235 T5193 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@161915b name:ZooKeeperConnection 
Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1090235 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1090236 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1090237 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1090237 T5196 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b68193 name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1090237 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1090240 T5140 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1090295 T5178 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> 1090295 T5166 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> 1090295 T5196 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> 1091242 T5140 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52326_j_%2Foz
   [junit4]   2> 1091243 T5140 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:52326_j_%2Foz
   [junit4]   2> 1091244 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1091246 T5140 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
 16F289350051EE5C-001/shard-1-001/cores
   [junit4]   1> CORE DESCRIPTOR: {schema=schema.xml, shard=, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-1-001/cores/collection1, name=collection1, 
dataDir=data/, coreNodeName=, config=solrconfig.xml, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-1-001/cores/collection1/, transient=false, 
loadOnStartup=true, collection=collection1}
   [junit4]   2> 1091247 T5140 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/
   [junit4]   2> 1091247 T5140 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1091248 T5197 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1091248 T5197 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1091249 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1091249 T5197 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 1091249 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:52326/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1091249 T5197 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:52326/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 1091250 T5197 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1091250 T5167 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1091251 T5197 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 1091251 T5197 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1091352 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 1091352 T5196 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> 1091353 T5196 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 1092251 T5197 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1092251 T5197 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1092252 T5197 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1092252 T5197 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1092252 T5197 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1092252 T5197 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1092276 T5197 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1092277 T5197 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1092282 T5197 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1092296 T5197 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1092350 T5197 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1092351 T5197 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1092357 T5197 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1092600 T5197 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1092605 T5197 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1092606 T5197 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1092611 T5197 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1092612 T5197 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1092614 T5197 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1092614 T5197 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1092614 T5197 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1092615 T5197 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1092615 T5197 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1092615 T5197 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1092615 T5197 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1092615 T5197 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1092616 T5197 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
 16F289350051EE5C-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
 16F289350051EE5C-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1092616 T5197 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1092616 T5197 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1092616 T5197 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1092616 T5197 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1092617 T5197 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
 16F289350051EE5C-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1092617 T5197 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, 
floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1092617 T5197 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@10e471 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@105ee24),segFN=segments_1,generation=1}
   [junit4]   2> 1092618 T5197 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1092621 T5197 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1092621 T5197 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1092622 T5197 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1092623 T5197 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1092623 T5197 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1092623 T5197 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1092625 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092625 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092626 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092627 T5197 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1092641 T5197 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1092642 T5197 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1092642 T5197 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1092642 T5197 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1092643 T5197 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1092643 T5197 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1092643 T5197 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=22.0390625, 
floorSegmentMB=1.8232421875, forceMergeDeletesPctAllowed=4.159651272571194, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1092644 T5197 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@10e471 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@105ee24),segFN=segments_1,generation=1}
   [junit4]   2> 1092644 T5197 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1092644 T5197 oass.SolrIndexSearcher.<init> Opening 
Searcher@17313b0[collection1] main
   [junit4]   2> 1092644 T5197 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1092645 T5197 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1092645 T5197 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1092645 T5197 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1092645 T5197 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1092645 T5197 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1092646 T5197 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1092646 T5197 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1092646 T5197 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1092647 T5197 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1092647 T5198 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@17313b0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1092647 T5197 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1092648 T5201 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:52326/j_/oz collection:collection1 
shard:shard1
   [junit4]   2> 1092648 T5140 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1092648 T5201 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1092648 T5140 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1092651 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1092651 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092652 T5201 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1092652 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4609 name=collection1 
org.apache.solr.core.SolrCore@16dfccb 
url=http://127.0.0.1:52326/j_/oz/collection1 node=127.0.0.1:52326_j_%2Foz 
C4609_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:52326_j_%2Foz, 
base_url=http://127.0.0.1:52326/j_/oz, core=collection1, state=down}
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:52326/j_/oz/collection1/
   [junit4]   2> 1092652 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1092652 T5201 C4609 P52326 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:52326/j_/oz/collection1/ has no replicas
   [junit4]   2> 1092653 T5201 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:52326/j_/oz/collection1/ shard1
   [junit4]   2> 1092653 T5201 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 1092653 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 1092653 T5196 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> 1092654 T5196 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 1092655 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092655 T5167 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:52326/j_/oz";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1092656 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 1092656 T5196 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> 1092657 T5196 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 1092698 T5140 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
 16F289350051EE5C-001/shard-2-001/cores/collection1
   [junit4]   2> 1092699 T5140 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
 16F289350051EE5C-001/shard-2-001
   [junit4]   2> 1092699 T5140 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1092700 T5140 oejs.AbstractConnector.doStart Started 
[email protected]:56840
   [junit4]   2> 1092700 T5140 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {solrconfig=solrconfig.xml, hostContext=/j_/oz, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/tempDir-001/jetty2, hostPort=42116}
   [junit4]   2> 1092700 T5140 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@121ea24
   [junit4]   2> 1092701 T5140 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
 16F289350051EE5C-001/shard-2-001/'
   [junit4]   2> 1092705 T5201 oasc.ZkController.register We are 
http://127.0.0.1:52326/j_/oz/collection1/ and leader is 
http://127.0.0.1:52326/j_/oz/collection1/
   [junit4]   2> 1092706 T5201 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:52326/j_/oz
   [junit4]   2> 1092706 T5201 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1092706 T5201 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1092706 T5201 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1092707 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1092708 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:52326/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
4
   [junit4]   2> 1092708 T5167 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:52326/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1092708 T5201 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 1092709 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 1092709 T5196 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> 1092710 T5196 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1092713 T5140 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
 16F289350051EE5C-001/shard-2-001/solr.xml
   [junit4]   2> 1092742 T5140 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
 16F289350051EE5C-001/shard-2-001/cores
   [junit4]   2> 1092743 T5140 oasc.CoreContainer.<init> New CoreContainer 
30100423
   [junit4]   2> 1092743 T5140 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
 16F289350051EE5C-001/shard-2-001/]
   [junit4]   2> 1092743 T5140 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/lib
   [junit4]   2> 1092744 T5140 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
 16F289350051EE5C-001/shard-2-001/lib).
   [junit4]   2> 1092748 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1092748 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1092749 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1092750 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1092751 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1092751 T5140 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1092751 T5140 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1092751 T5140 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1092752 T5140 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1092752 T5140 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1092752 T5140 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50374/solr
   [junit4]   2> 1092752 T5140 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1092752 T5140 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1092753 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1092754 T5214 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@44c5c0 name:ZooKeeperConnection 
Watcher:127.0.0.1:50374 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1092754 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1092755 T5140 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1092756 T5140 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1092756 T5217 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1140f67 name:ZooKeeperConnection 
Watcher:127.0.0.1:50374/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1092757 T5140 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1092759 T5140 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1093761 T5140 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42116_j_%2Foz
   [junit4]   2> 1093762 T5140 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:42116_j_%2Foz
   [junit4]   2> 1093765 T5140 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1093767 T5140 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
 16F289350051EE5C-001/shard-2-001/cores
   [junit4]   1> CORE DESCRIPTOR: {coreNodeName=, name=collection1, 
loadOnStartup=true, schema=schema.xml, config=solrconfig.xml, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores/collection1/, transient=false, shard=, 
dataDir=data/, collection=collection1, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores/collection1}
   [junit4]   2> 1093768 T5140 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/
   [junit4]   2> 1093768 T5140 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1093769 T5218 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1093769 T5218 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1093770 T5166 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1093770 T5218 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 1093770 T5218 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 1093770 T5167 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:42116/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 1093771 T5218 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]   2>          "base_url":"http://127.0.0.1:42116/j_/oz";,
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "collection":"collection1"}
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 1093771 T5167 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1093771 T5218 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 1093771 T5218 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1093772 T5167 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 1093772 T5217 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> 1093772 T5196 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> 1093773 T5217 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 1093773 T5196 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 1094772 T5218 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1094772 T5218 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1094772 T5218 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1094772 T5218 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1094773 T5218 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1094773 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1094785 T5218 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1094786 T5218 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1094790 T5218 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1094815 T5218 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1094844 T5218 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1094845 T5218 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1094850 T5218 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1095113 T5218 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1095119 T5218 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1095120 T5218 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1095139 T5218 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1095141 T5218 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1095144 T5218 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095144 T5218 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1095144 T5218 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1095145 T5218 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1095145 T5218 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1095145 T5218 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1095145 T5218 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1095145 T5218 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1095146 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 1095146 T5218 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@ecf90d
   [junit4]   2> 1095147 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1095147 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 1095147 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1095147 T5218 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
 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1095148 T5218 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=15.5078125, 
floorSegmentMB=1.19921875, forceMergeDeletesPctAllowed=26.82215794558323, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1095148 T5218 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@47b787 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@623bb5),segFN=segments_1,generation=1}
   [junit4]   2> 1095148 T5218 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1095152 T5218 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1095153 T5218 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1095154 T5218 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1095154 T5218 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1095154 T5218 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1095156 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095157 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095158 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095159 T5218 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1095162 T5218 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/ping,/admin/system,/admin/threads,/admin/plugins,/schema,standard,/get,/update/csv,/config,/update/json/docs,/admin/file,/admin/properties,/update,/admin/segments,/admin/mbeans,/admin/luke,/update/json,/replication,/admin/logging
   [junit4]   2> 1095163 T5218 oasc.SolrCore.initStatsCache Using default 

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

-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1136537 T5217 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1136537 T5217 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 
16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 
16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023;done=false>>]
   [junit4]   2> 1136538 T5217 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 16F289350051EE5C-001/shard-2-001/cores/collection1/data/index.20150319193651023
   [junit4]   2> 1136568 T5140 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/j_/oz,null}
   [junit4]   2> 1136760 T5140 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:50374 50374
   [junit4]   2> 1136776 T5141 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:50374 50374
   [junit4]   2> 1136776 T5141 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> 1136777 T5140 oasc.SocketProxy.close WARN Closing 1 
connections to: http://127.0.0.1:42116/j_/oz
   [junit4]   2> 1136777 T5140 oasc.SocketProxy.close WARN Closing 6 
connections to: http://127.0.0.1:52326/j_/oz
   [junit4]   2> 1136777 T5140 oasc.SocketProxy.close WARN Closing 0 
connections to: http://127.0.0.1:56324/j_/oz
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test 
-Dtests.seed=16F289350051EE5C -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en_GB -Dtests.timezone=CST6CDT -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 48.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]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:56324_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:56324/j_/oz";,
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}}},
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:52326_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:52326/j_/oz";,
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:42116_j_%2Foz",
   [junit4]    >             "base_url":"http://127.0.0.1:42116/j_/oz";,
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"recovering"}}}}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([16F289350051EE5C:9EA6B6EFAEAD83A4]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
   [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> 1136782 T5140 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
 16F289350051EE5C-001
   [junit4]   2> 48347 T5139 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=MockRandom), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=MockRandom), 
range_facet_l=PostingsFormat(name=MockRandom), text=FST50, 
a_t=PostingsFormat(name=MockRandom), multiDefault=Lucene50(blocksize=128), 
_version_=PostingsFormat(name=MockRandom)}, 
docValues:{timestamp=DocValuesFormat(name=Direct)}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=en_GB, 
timezone=CST6CDT
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_76 
(32-bit)/cpus=12,threads=1,free=70502488,total=302489600
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocumentBuilder, 
TestConfig, TestMergePolicyConfig, TestCSVLoader, SolrRequestParserTest, 
HdfsSyncSliceTest, UpdateRequestProcessorFactoryTest, TestLazyCores, 
TestMaxScoreQueryParser, MultiThreadedOCPTest, FastVectorHighlighterTest, 
CSVRequestHandlerTest, TestRandomMergePolicy, 
TestDynamicFieldCollectionResource, DistributedSpellCheckComponentTest, 
TestRangeQuery, TestDefaultStatsCache, TestJsonFacets, HdfsDirectoryTest, 
TestSolrIndexConfig, TestCloudPivotFacet, IndexSchemaTest, TestStressLucene, 
TestLeaderElectionZkExpiry, TestSolrDeletionPolicy1, 
IndexBasedSpellCheckerTest, ShardSplitTest, BadCopyFieldTest, 
LeaderElectionIntegrationTest, HttpPartitionTest, 
DocExpirationUpdateProcessorFactoryTest, URLClassifyProcessorTest, 
TestDefaultSearchFieldResource, TestRemoteStreaming, 
SignatureUpdateProcessorFactoryTest, TestPhraseSuggestions, 
TestWordDelimiterFilterFactory, TestRandomFaceting, TestNamedUpdateProcessors, 
TestInitQParser, TestBinaryField, DateMathParserTest, 
TestManagedSchemaFieldResource, TestArbitraryIndexDir, TestFieldTypeResource, 
TestReplicationHandler, PreAnalyzedUpdateProcessorTest, TestRealTimeGet, 
AddBlockUpdateTest, SchemaVersionSpecificBehaviorTest, 
TestDFRSimilarityFactory, AnalyticsMergeStrategyTest, 
QueryElevationComponentTest, PeerSyncTest, TestPostingsSolrHighlighter, 
HdfsRecoveryZkTest, TestManagedStopFilterFactory, TermVectorComponentTest, 
TestSolrQueryParserResource, ActionThrottleTest, TestIBSimilarityFactory, 
ChaosMonkeyNothingIsSafeTest, InfoHandlerTest, TestReplicaProperties, 
AtomicUpdatesTest, TestDistributedSearch, MergeStrategyTest, 
TestQuerySenderListener, DeleteInactiveReplicaTest, TestSolr4Spatial, 
MultiTermTest, BlockDirectoryTest, HdfsBasicDistributedZk2Test, 
HighlighterMaxOffsetTest, TestCodecSupport, 
TestSolrQueryParserDefaultOperatorResource, DeleteLastCustomShardedReplicaTest, 
DeleteShardTest, DistribDocExpirationUpdateProcessorTest, 
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 48.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 278 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: 474 suites, 1890 tests, 1 failure, 48 ignored (21 
assumptions)

Total time: 65 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server 
-XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to