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

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":{     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         
"replicas":{"core_node1":{             "state":"active",             
"core":"collection1",             "node_name":"127.0.0.1:37302_scta%2Fpg",      
       "base_url":"http://127.0.0.1:37302/scta/pg";,             
"leader":"true"}}}},     "autoAddReplicas":"false",     
"router":{"name":"compositeId"},     "autoCreated":"true",     
"replicationFactor":"1",     "maxShardsPerNode":"1"},   "collection1":{     
"shards":{"shard1":{         "range":"80000000-7fffffff",         
"state":"active",         "replicas":{           "core_node1":{             
"state":"active",             "core":"collection1",             
"node_name":"127.0.0.1:39845_scta%2Fpg",             
"base_url":"http://127.0.0.1:39845/scta/pg";,             "leader":"true"},      
     "core_node2":{             "state":"recovering",             
"core":"collection1",             "node_name":"127.0.0.1:56396_scta%2Fpg",      
       "base_url":"http://127.0.0.1:56396/scta/pg"}}}},     
"autoAddReplicas":"false",     "router":{"name":"compositeId"},     
"autoCreated":"true",     "replicationFactor":"1",     "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in 
collection1 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "core":"collection1",
            "node_name":"127.0.0.1:37302_scta%2Fpg",
            "base_url":"http://127.0.0.1:37302/scta/pg";,
            "leader":"true"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1",
    "maxShardsPerNode":"1"},
  "collection1":{
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"collection1",
            "node_name":"127.0.0.1:39845_scta%2Fpg",
            "base_url":"http://127.0.0.1:39845/scta/pg";,
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"collection1",
            "node_name":"127.0.0.1:56396_scta%2Fpg",
            "base_url":"http://127.0.0.1:56396/scta/pg"}}}},
    "autoAddReplicas":"false",
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1",
    "maxShardsPerNode":"1"}}
        at 
__randomizedtesting.SeedInfo.seed([3B5BEC03EAE5CBFE:B30FD3D94419A606]: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 10691 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
 3B5BEC03EAE5CBFE-001/init-core-data-001
   [junit4]   2> 1106501 T5737 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /scta/pg
   [junit4]   2> 1106514 T5737 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1106514 T5738 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1106614 T5737 oasc.ZkTestServer.run start zk server on 
port:39630
   [junit4]   2> 1106615 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1106615 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1106616 T5745 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@26716a38 
name:ZooKeeperConnection Watcher:127.0.0.1:39630 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106617 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1106617 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1106617 T5737 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1106618 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1106619 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1106619 T5748 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@527b7d5f 
name:ZooKeeperConnection Watcher:127.0.0.1:39630/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106619 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1106620 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1106620 T5737 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1106621 T5737 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1106621 T5737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1106622 T5737 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1106623 T5737 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> 1106623 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1106624 T5737 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> 1106624 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1106625 T5737 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> 1106625 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1106626 T5737 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> 1106626 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1106626 T5737 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> 1106627 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1106627 T5737 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> 1106627 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1106628 T5737 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> 1106628 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1106629 T5737 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> 1106629 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1106630 T5737 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> 1106630 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1106631 T5737 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> 1106631 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1106632 T5737 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> 1106632 T5737 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1106676 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1
   [junit4]   2> 1106677 T5737 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1106678 T5737 oejs.AbstractConnector.doStart Started 
[email protected]:44791
   [junit4]   2> 1106678 T5737 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=37302, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/tempDir-001/control/data, hostContext=/scta/pg, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/control-001/cores}
   [junit4]   2> 1106679 T5737 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 1106679 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/'
   [junit4]   2> 1106688 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/solr.xml
   [junit4]   2> 1106695 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/cores
   [junit4]   2> 1106696 T5737 oasc.CoreContainer.<init> New CoreContainer 
1114535847
   [junit4]   2> 1106696 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/]
   [junit4]   2> 1106696 T5737 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/control-001/lib
   [junit4]   2> 1106696 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/lib).
   [junit4]   2> 1106700 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1106700 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1106701 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1106702 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1106702 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1106702 T5737 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1106702 T5737 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1106702 T5737 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1106702 T5737 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1106703 T5737 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:39630/solr
   [junit4]   2> 1106703 T5737 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1106703 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1106703 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1106704 T5760 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@464ba021 
name:ZooKeeperConnection Watcher:127.0.0.1:39630 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106705 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1106705 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1106706 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1106707 T5763 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5304a1c9 
name:ZooKeeperConnection Watcher:127.0.0.1:39630/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106707 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1106708 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1106709 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1106710 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1106710 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1106711 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1106712 T5737 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1106713 T5737 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1106713 T5737 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1106714 T5737 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37302_scta%2Fpg
   [junit4]   2> 1106714 T5737 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:37302_scta%2Fpg
   [junit4]   2> 1106715 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1106715 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1106716 T5737 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1106716 T5737 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:37302_scta%2Fpg
   [junit4]   2> 1106717 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1106717 T5737 oasc.Overseer.start Overseer 
(id=93534220933791747-127.0.0.1:37302_scta%2Fpg-n_0000000000) starting
   [junit4]   2> 1106718 T5737 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1106720 T5737 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1106721 T5737 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1106721 T5764 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1106721 T5765 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1106723 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/cores
   [junit4]   2> 1106723 T5737 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{loadOnStartup=true, coreNodeName=, config=solrconfig.xml, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1, dataDir=data/, 
name=collection1, transient=false, shard=, schema=schema.xml, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/, 
collection=control_collection}
   [junit4]   2> 1106723 T5737 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/
   [junit4]   2> 1106724 T5737 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1106724 T5767 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1106724 T5767 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1106725 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1106725 T5767 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1106725 T5764 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:37302_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:37302/scta/pg"} current 
state version: 0
   [junit4]   2> 1106725 T5764 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:37302_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:37302/scta/pg"}
   [junit4]   2> 1106725 T5764 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 1106726 T5764 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1106726 T5763 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> 1107725 T5767 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1107725 T5767 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1107726 T5767 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1107726 T5767 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1107726 T5767 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1107726 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/'
   [junit4]   2> 1107733 T5767 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1107734 T5767 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1107738 T5767 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1107746 T5767 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1107763 T5767 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1107764 T5767 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1107770 T5767 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1107931 T5767 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1107936 T5767 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1107937 T5767 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1107941 T5767 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1107943 T5767 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1107944 T5767 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1107945 T5767 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1107945 T5767 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1107945 T5767 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1107945 T5767 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1107945 T5767 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1107946 T5767 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1107946 T5767 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1107946 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/data/
   [junit4]   2> 1107946 T5767 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38bd1
   [junit4]   2> 1107946 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/data
   [junit4]   2> 1107947 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1107947 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1107947 T5767 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
 3B5BEC03EAE5CBFE-001/control-001/cores/collection1/data/index
   [junit4]   2> 1107947 T5767 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=99.587890625, 
floorSegmentMB=0.7353515625, forceMergeDeletesPctAllowed=9.44422099748151, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38565609540728885
   [junit4]   2> 1107947 T5767 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@774372f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d2fecb0),segFN=segments_1,generation=1}
   [junit4]   2> 1107948 T5767 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1107950 T5767 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1107950 T5767 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1107950 T5767 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1107950 T5767 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1107951 T5767 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1107951 T5767 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1107951 T5767 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1107951 T5767 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1107951 T5767 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1107953 T5767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1107953 T5767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1107954 T5767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1107955 T5767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1107957 T5767 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/schema,/replication,/admin/properties,/update/json,/admin/luke,/config,/admin/threads,/update,/admin/file,/update/json/docs,/update/csv,standard,/get,/admin/logging,/admin/system,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1107958 T5767 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1107958 T5767 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1107958 T5767 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1107959 T5767 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1107959 T5767 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1107959 T5767 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=4.2744140625, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=3.013914656288683, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8038827774395704
   [junit4]   2> 1107959 T5767 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@774372f3 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d2fecb0),segFN=segments_1,generation=1}
   [junit4]   2> 1107959 T5767 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1107960 T5767 oass.SolrIndexSearcher.<init> Opening 
Searcher@66ea989c[collection1] main
   [junit4]   2> 1107960 T5767 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1107960 T5767 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1107960 T5767 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1107961 T5767 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1107961 T5767 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1107961 T5767 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1107961 T5767 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1107961 T5767 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1107961 T5767 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1107961 T5767 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1107962 T5768 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@66ea989c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1107962 T5767 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1107962 T5771 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:37302/scta/pg 
collection:control_collection shard:shard1
   [junit4]   2> 1107962 T5737 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1107963 T5737 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1107963 T5771 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1107963 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1107963 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1107964 T5775 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@71ac8ba8 
name:ZooKeeperConnection Watcher:127.0.0.1:39630/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1107965 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1107965 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1107965 T5771 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1107965 T5737 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1107966 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1107966 T5771 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1107966 T5771 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1392 name=collection1 
org.apache.solr.core.SolrCore@1fa14b8e 
url=http://127.0.0.1:37302/scta/pg/collection1 node=127.0.0.1:37302_scta%2Fpg 
C1392_STATE=coll:control_collection core:collection1 props:{state=down, 
core=collection1, node_name=127.0.0.1:37302_scta%2Fpg, 
base_url=http://127.0.0.1:37302/scta/pg}
   [junit4]   2> 1107966 T5771 C1392 P37302 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:37302/scta/pg/collection1/
   [junit4]   2> 1107966 T5764 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> 1107966 T5771 C1392 P37302 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1107966 T5737 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1107966 T5771 C1392 P37302 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:37302/scta/pg/collection1/ has no replicas
   [junit4]   2> 1107967 T5771 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:37302/scta/pg/collection1/ shard1
   [junit4]   2> 1107967 T5771 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1107968 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1107969 T5764 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:37302/scta/pg";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 1108011 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1
   [junit4]   2> 1108012 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001
   [junit4]   2> 1108012 T5737 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1108013 T5737 oejs.AbstractConnector.doStart Started 
[email protected]:50033
   [junit4]   2> 1108013 T5737 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
 3B5BEC03EAE5CBFE-001/tempDir-001/jetty1, hostContext=/scta/pg, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-1-001/cores, hostPort=39845, 
solrconfig=solrconfig.xml}
   [junit4]   2> 1108014 T5737 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 1108014 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/'
   [junit4]   2> 1108023 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/solr.xml
   [junit4]   2> 1108031 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores
   [junit4]   2> 1108032 T5737 oasc.CoreContainer.<init> New CoreContainer 
680908486
   [junit4]   2> 1108032 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/]
   [junit4]   2> 1108032 T5737 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-1-001/lib
   [junit4]   2> 1108032 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/lib).
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1108037 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1108038 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1108038 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1108038 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1108038 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1108038 T5737 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1108039 T5737 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1108039 T5737 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1108039 T5737 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1108039 T5737 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:39630/solr
   [junit4]   2> 1108039 T5737 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1108039 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1108040 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1108041 T5787 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2b0c7f9c 
name:ZooKeeperConnection Watcher:127.0.0.1:39630 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1108041 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1108042 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1108042 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1108043 T5790 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@340684f name:ZooKeeperConnection 
Watcher:127.0.0.1:39630/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1108043 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1108046 T5737 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1108070 T5775 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> 1108070 T5763 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> 1108070 T5790 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> 1108119 T5771 oasc.ZkController.register We are 
http://127.0.0.1:37302/scta/pg/collection1/ and leader is 
http://127.0.0.1:37302/scta/pg/collection1/
   [junit4]   2> 1108119 T5771 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:37302/scta/pg
   [junit4]   2> 1108119 T5771 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1108119 T5771 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1108119 T5771 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1108120 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1108120 T5764 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:37302_scta%2Fpg",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:37302/scta/pg"} current 
state version: 2
   [junit4]   2> 1108121 T5764 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:37302_scta%2Fpg",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:37302/scta/pg"}
   [junit4]   2> 1108222 T5775 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> 1108222 T5763 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> 1108222 T5790 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> 1109047 T5737 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39845_scta%2Fpg
   [junit4]   2> 1109048 T5737 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:39845_scta%2Fpg
   [junit4]   2> 1109049 T5737 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1109050 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores
   [junit4]   2> 1109051 T5737 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{config=solrconfig.xml, transient=false, schema=schema.xml, name=collection1, 
coreNodeName=, loadOnStartup=true, collection=collection1, shard=, 
dataDir=data/, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/}
   [junit4]   2> 1109052 T5737 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/
   [junit4]   2> 1109052 T5737 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1109053 T5791 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1109053 T5791 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1109053 T5791 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1109053 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1109054 T5764 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:39845_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:39845/scta/pg"} current 
state version: 3
   [junit4]   2> 1109054 T5764 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:39845_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:39845/scta/pg"}
   [junit4]   2> 1109054 T5764 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 1109054 T5764 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1109155 T5763 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1109155 T5790 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1109155 T5775 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110053 T5791 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1110054 T5791 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1110054 T5791 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1110054 T5791 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1110055 T5791 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1110055 T5791 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1110062 T5791 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1110063 T5791 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1110067 T5791 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1110075 T5791 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1110105 T5791 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1110105 T5791 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1110111 T5791 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1110269 T5791 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1110274 T5791 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1110275 T5791 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1110279 T5791 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1110281 T5791 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1110282 T5791 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1110283 T5791 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1110283 T5791 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1110283 T5791 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1110283 T5791 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1110283 T5791 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1110284 T5791 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1110284 T5791 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1110284 T5791 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
 3B5BEC03EAE5CBFE-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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1110284 T5791 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38bd1
   [junit4]   2> 1110284 T5791 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1110285 T5791 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1110285 T5791 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1110285 T5791 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
 3B5BEC03EAE5CBFE-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1110285 T5791 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=99.587890625, 
floorSegmentMB=0.7353515625, forceMergeDeletesPctAllowed=9.44422099748151, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38565609540728885
   [junit4]   2> 1110286 T5791 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@643c1493 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@246af24e),segFN=segments_1,generation=1}
   [junit4]   2> 1110286 T5791 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1110289 T5791 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1110290 T5791 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1110290 T5791 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1110291 T5791 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1110292 T5791 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1110293 T5791 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1110293 T5791 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1110296 T5791 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/schema,/replication,/admin/properties,/update/json,/admin/luke,/config,/admin/threads,/update,/admin/file,/update/json/docs,/update/csv,standard,/get,/admin/logging,/admin/system,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1110297 T5791 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1110297 T5791 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1110298 T5791 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1110298 T5791 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1110298 T5791 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1110299 T5791 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=4.2744140625, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=3.013914656288683, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8038827774395704
   [junit4]   2> 1110299 T5791 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@643c1493 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@246af24e),segFN=segments_1,generation=1}
   [junit4]   2> 1110299 T5791 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1110299 T5791 oass.SolrIndexSearcher.<init> Opening 
Searcher@2ab039ff[collection1] main
   [junit4]   2> 1110299 T5791 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1110300 T5791 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1110300 T5791 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1110300 T5791 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1110300 T5791 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1110301 T5791 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1110301 T5791 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1110301 T5791 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1110301 T5791 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1110301 T5791 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 1110302 T5792 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@2ab039ff[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1110302 T5791 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1110302 T5795 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:39845/scta/pg collection:collection1 
shard:shard1
   [junit4]   2> 1110302 T5737 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1110303 T5737 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1110303 T5795 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1110305 T5795 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1110317 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1110318 T5795 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1110318 T5795 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1393 name=collection1 
org.apache.solr.core.SolrCore@6da61622 
url=http://127.0.0.1:39845/scta/pg/collection1 node=127.0.0.1:39845_scta%2Fpg 
C1393_STATE=coll:collection1 core:collection1 props:{state=down, 
core=collection1, node_name=127.0.0.1:39845_scta%2Fpg, 
base_url=http://127.0.0.1:39845/scta/pg}
   [junit4]   2> 1110318 T5795 C1393 P39845 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:39845/scta/pg/collection1/
   [junit4]   2> 1110318 T5764 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> 1110318 T5795 C1393 P39845 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1110318 T5795 C1393 P39845 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:39845/scta/pg/collection1/ has no replicas
   [junit4]   2> 1110318 T5795 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:39845/scta/pg/collection1/ shard1
   [junit4]   2> 1110318 T5795 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 1110320 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1110320 T5764 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:39845/scta/pg";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 1110360 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1
   [junit4]   2> 1110361 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001
   [junit4]   2> 1110361 T5737 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1110363 T5737 oejs.AbstractConnector.doStart Started 
[email protected]:58261
   [junit4]   2> 1110363 T5737 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {solrconfig=solrconfig.xml, hostPort=56396, hostContext=/scta/pg, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-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
 3B5BEC03EAE5CBFE-001/tempDir-001/jetty2}
   [junit4]   2> 1110363 T5737 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@741378ec
   [junit4]   2> 1110363 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/'
   [junit4]   2> 1110372 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/solr.xml
   [junit4]   2> 1110380 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores
   [junit4]   2> 1110381 T5737 oasc.CoreContainer.<init> New CoreContainer 
1496995776
   [junit4]   2> 1110381 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/]
   [junit4]   2> 1110381 T5737 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-2-001/lib
   [junit4]   2> 1110381 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/lib).
   [junit4]   2> 1110386 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1110386 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1110386 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1110386 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1110387 T5737 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 1110388 T5737 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1110388 T5737 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1110388 T5737 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1110388 T5737 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1110388 T5737 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:39630/solr
   [junit4]   2> 1110389 T5737 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1110389 T5737 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1110389 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1110390 T5808 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@322032aa 
name:ZooKeeperConnection Watcher:127.0.0.1:39630 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1110391 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1110391 T5737 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1110392 T5737 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1110393 T5811 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2294c595 
name:ZooKeeperConnection Watcher:127.0.0.1:39630/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1110393 T5737 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1110395 T5737 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1110422 T5775 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110422 T5811 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110422 T5790 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110422 T5763 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110471 T5795 oasc.ZkController.register We are 
http://127.0.0.1:39845/scta/pg/collection1/ and leader is 
http://127.0.0.1:39845/scta/pg/collection1/
   [junit4]   2> 1110471 T5795 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:39845/scta/pg
   [junit4]   2> 1110471 T5795 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1110471 T5795 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1110471 T5795 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1110472 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1110472 T5764 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:39845_scta%2Fpg",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:39845/scta/pg"} current 
state version: 5
   [junit4]   2> 1110473 T5764 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:39845_scta%2Fpg",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "base_url":"http://127.0.0.1:39845/scta/pg"}
   [junit4]   2> 1110574 T5763 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110574 T5811 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110574 T5790 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1110574 T5775 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1111397 T5737 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56396_scta%2Fpg
   [junit4]   2> 1111397 T5737 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56396_scta%2Fpg
   [junit4]   2> 1111398 T5737 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1111399 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores
   [junit4]   2> 1111400 T5737 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{config=solrconfig.xml, loadOnStartup=true, coreNodeName=, transient=false, 
dataDir=data/, schema=schema.xml, shard=, collection=collection1, 
name=collection1, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/}
   [junit4]   2> 1111400 T5737 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/
   [junit4]   2> 1111400 T5737 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 1111401 T5812 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1111401 T5812 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1111401 T5812 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1111401 T5763 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1111402 T5764 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56396_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:56396/scta/pg"} current 
state version: 6
   [junit4]   2> 1111402 T5764 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:56396_scta%2Fpg",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "base_url":"http://127.0.0.1:56396/scta/pg"}
   [junit4]   2> 1111402 T5764 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 1111402 T5764 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 1111504 T5775 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1111504 T5811 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1111504 T5763 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1111504 T5790 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1112402 T5812 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1112402 T5812 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1112402 T5812 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1112402 T5812 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1112403 T5812 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1112403 T5812 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1112413 T5812 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 1112415 T5812 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 1112419 T5812 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 1112429 T5812 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.1.0
   [junit4]   2> 1112447 T5812 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1112448 T5812 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1112455 T5812 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1112622 T5812 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1112628 T5812 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1112629 T5812 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1112635 T5812 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1112636 T5812 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1112638 T5812 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1112638 T5812 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1112638 T5812 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1112638 T5812 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1112639 T5812 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1112639 T5812 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1112639 T5812 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1112639 T5812 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1112639 T5812 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
 3B5BEC03EAE5CBFE-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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 1112639 T5812 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@38bd1
   [junit4]   2> 1112640 T5812 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1112640 T5812 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 1112641 T5812 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1112641 T5812 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
 3B5BEC03EAE5CBFE-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1112641 T5812 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=99.587890625, 
floorSegmentMB=0.7353515625, forceMergeDeletesPctAllowed=9.44422099748151, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38565609540728885
   [junit4]   2> 1112642 T5812 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@7f771833 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63d5fda5),segFN=segments_1,generation=1}
   [junit4]   2> 1112642 T5812 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1112646 T5812 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1112647 T5812 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1112647 T5812 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1112647 T5812 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1112647 T5812 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1112647 T5812 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1112648 T5812 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1112648 T5812 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1112648 T5812 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1112650 T5812 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1112652 T5812 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1112653 T5812 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1112654 T5812 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1112659 T5812 oasc.RequestHandlers.initHandlersFromConfig 
Registered paths: 
/admin/plugins,/schema,/replication,/admin/properties,/update/json,/admin/luke,/config,/admin/threads,/update,/admin/file,/update/json/docs,/update/csv,standard,/get,/admin/logging,/admin/system,/admin/segments,/admin/mbeans,/admin/ping
   [junit4]   2> 1112660 T5812 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1112660 T5812 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1112660 T5812 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1112661 T5812 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1112661 T5812 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1112662 T5812 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=4.2744140625, 
floorSegmentMB=0.3955078125, forceMergeDeletesPctAllowed=3.013914656288683, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8038827774395704
   [junit4]   2> 1112662 T5812 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=RawDirectoryWrapper(RAMDirectory@7f771833 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63d5fda5),segFN=segments_1,generation=1}
   [junit4]   2> 1112662 T5812 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1112663 T5812 oass.SolrIndexSearcher.<init> Opening 
Searcher@73cc1a6[collection1] main
   [junit4]   2> 1112663 T5812 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1112663 T5812 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1112663 T5812 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1112664 T5812 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1112664 T5812 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1112664 T5812 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1112664 T5812 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1112665 T5812 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1112665 T5812 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2

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

.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2>                at 
org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]   2>                ... 11 more
   [junit4]   2>        
   [junit4]   2> 1164566 T5737 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/scta/pg,null}
   [junit4]   2> 1164756 T5737 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:39630 39630
   [junit4]   2> 1164774 T5738 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:39630 39630
   [junit4]   2> 1164775 T5738 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/clusterstate.json
   [junit4]   2>                4       /solr/aliases.json
   [junit4]   2>                3       /solr/configs/conf1
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/live_nodes
   [junit4]   2>                3       /solr/overseer/queue
   [junit4]   2>                3       /solr/overseer/collection-queue-work
   [junit4]   2>        
   [junit4]   2> 1164776 T5737 oasc.SocketProxy.close WARN Closing 8 
connections to: http://127.0.0.1:39845/scta/pg
   [junit4]   2> 1164776 T5737 oasc.SocketProxy.close WARN Closing 0 
connections to: http://127.0.0.1:37302/scta/pg
   [junit4]   2> 1164776 T5737 oasc.SocketProxy.close WARN Closing 1 
connections to: http://127.0.0.1:56396/scta/pg
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test 
-Dtests.seed=3B5BEC03EAE5CBFE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=iw_IL -Dtests.timezone=Egypt -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 58.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]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:37302_scta%2Fpg",
   [junit4]    >             "base_url":"http://127.0.0.1:37302/scta/pg";,
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "collection1":{
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:39845_scta%2Fpg",
   [junit4]    >             "base_url":"http://127.0.0.1:39845/scta/pg";,
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "node_name":"127.0.0.1:56396_scta%2Fpg",
   [junit4]    >             "base_url":"http://127.0.0.1:56396/scta/pg"}}}},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3B5BEC03EAE5CBFE:B30FD3D94419A606]: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> 1164784 T5737 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
 3B5BEC03EAE5CBFE-001
   [junit4]   2> 58285 T5736 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{range_facet_l=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Direct), 
a_t=BlockTreeOrds(blocksize=128), _version_=BlockTreeOrds(blocksize=128), 
multiDefault=FSTOrd50, intDefault=BlockTreeOrds(blocksize=128)}, 
docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, 
locale=iw_IL, timezone=Egypt
   [junit4]   2> NOTE: Linux 3.13.0-46-generic amd64/Oracle Corporation 
1.7.0_80-ea (64-bit)/cpus=12,threads=1,free=212509496,total=507772928
   [junit4]   2> NOTE: All tests run in this JVM: [TermsComponentTest, 
DistributedFacetPivotWhiteBoxTest, TestQuerySenderListener, 
FastVectorHighlighterTest, QueryElevationComponentTest, SuggesterWFSTTest, 
TestReplicationHandler, TestRestManager, 
TestSolrQueryParserDefaultOperatorResource, TestJettySolrRunner, 
TestSolrConfigHandlerCloud, TestFileDictionaryLookup, TestCSVLoader, 
ShardSplitTest, TestRecoveryHdfs, TestJmxIntegration, TermVectorComponentTest, 
UniqFieldsUpdateProcessorFactoryTest, TestCloudPivotFacet, TestUpdate, 
RollingRestartTest, ParsingFieldUpdateProcessorsTest, 
DistributedFacetPivotLongTailTest, TestRandomDVFaceting, BadCopyFieldTest, 
TestBlendedInfixSuggestions, ClusterStateTest, TestDocumentBuilder, 
TestJsonRequest, HighlighterConfigTest, TestSolrQueryParserResource, 
DeleteInactiveReplicaTest, AddBlockUpdateTest, CurrencyFieldXmlFileTest, 
TestExactStatsCache, TestWordDelimiterFilterFactory, TestSolr4Spatial, 
TestIndexingPerformance, BasicZkTest, DistribDocExpirationUpdateProcessorTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestBadConfig, TestFieldTypeResource, 
SyncSliceTest, CSVRequestHandlerTest, MultiTermTest, TestReqParamsAPI, 
SuggesterFSTTest, TestSolrIndexConfig, TestSolrDeletionPolicy1, 
DefaultValueUpdateProcessorTest, TestObjectReleaseTracker, 
TestManagedSchemaFieldTypeResource, HighlighterTest, TestJoin, 
TestInfoStreamLogging, TestBulkSchemaAPI, TestDefaultSearchFieldResource, 
AtomicUpdatesTest, TestJsonFacets, CoreAdminCreateDiscoverTest, 
TestPhraseSuggestions, TestDefaultStatsCache, StandardRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, CoreMergeIndexesAdminHandlerTest, 
TestManagedSchema, DistributedSpellCheckComponentTest, TestBinaryField, 
DateFieldTest, MultiThreadedOCPTest, SolrRequestParserTest, 
TestNamedUpdateProcessors, HttpPartitionTest, InfoHandlerTest, 
TestStressLucene, WordBreakSolrSpellCheckerTest, QueryEqualityTest, 
DocValuesMultiTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, 
TestQueryUtils, DocumentAnalysisRequestHandlerTest, 
XmlUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, IndexSchemaTest, 
MBeansHandlerTest, BinaryUpdateRequestHandlerTest, TestComponentsName, 
CopyFieldTest, TestMergePolicyConfig, TestDocSet, NumericFieldsTest, 
TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, 
TestXIncludeConfig, TestDFRSimilarityFactory, TestIBSimilarityFactory, 
TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, 
URLClassifyProcessorTest, DateMathParserTest, PreAnalyzedFieldTest, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestUtils, 
ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, 
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest, 
DeleteLastCustomShardedReplicaTest, DistributedQueueTest, 
ExternalCollectionsTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 58.80s, 1 test, 1 failure <<< FAILURES!

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

Total time: 46 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_80-ea-b05 
-XX:-UseCompressedOops -XX:+UseSerialGC
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