Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2956/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 
ms! ClusterState: {   "collection1":{     "router":{"name":"compositeId"},     
"autoAddReplicas":"false",     "autoCreated":"true",     "shards":{"shard1":{   
      "range":"80000000-7fffffff",         "state":"active",         
"replicas":{           "core_node1":{             "state":"active",             
"core":"collection1",             "base_url":"http://127.0.0.1:11075";,          
   "node_name":"127.0.0.1:11075_",             "leader":"true"},           
"core_node2":{             "state":"recovering",             
"core":"collection1",             "base_url":"http://127.0.0.1:11084";,          
   "node_name":"127.0.0.1:11084_"}}}},     "replicationFactor":"1",     
"maxShardsPerNode":"1"},   "control_collection":{     
"router":{"name":"compositeId"},     "autoAddReplicas":"false",     
"autoCreated":"true",     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         
"replicas":{"core_node1":{             "state":"active",             
"core":"collection1",             "base_url":"http://127.0.0.1:11063";,          
   "node_name":"127.0.0.1:11063_",             "leader":"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: {
  "collection1":{
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11075";,
            "node_name":"127.0.0.1:11075_",
            "leader":"true"},
          "core_node2":{
            "state":"recovering",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11084";,
            "node_name":"127.0.0.1:11084_"}}}},
    "replicationFactor":"1",
    "maxShardsPerNode":"1"},
  "control_collection":{
    "router":{"name":"compositeId"},
    "autoAddReplicas":"false",
    "autoCreated":"true",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:11063";,
            "node_name":"127.0.0.1:11063_",
            "leader":"true"}}}},
    "replicationFactor":"1",
    "maxShardsPerNode":"1"}}
        at 
__randomizedtesting.SeedInfo.seed([F785F400FD717312:7FD1CBDA538D1EEA]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        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:57)
        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 10018 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/init-core-data-001
   [junit4]   2> 1077814 T5114 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1077819 T5114 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1077820 T5115 oasc.ZkTestServer$2$1.setClientPort client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1077820 T5115 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1077920 T5114 oasc.ZkTestServer.run start zk server on 
port:11060
   [junit4]   2> 1077944 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1077946 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1078048 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1078050 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1078052 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1078053 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1078055 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1078057 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1078059 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1078060 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1078062 T5114 oasc.AbstractZkTestCase.putConfig put 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1079452 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1
   [junit4]   2> 1079456 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1079460 T5114 oejs.AbstractConnector.doStart Started 
[email protected]:11064
   [junit4]   2> 1079460 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores, hostPort=11063, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/tempDir-001/control/data}
   [junit4]   2> 1079460 T5114 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1079461 T5114 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/'
   [junit4]   2> 1079503 T5114 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/solr.xml
   [junit4]   2> 1079556 T5114 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores
   [junit4]   2> 1079556 T5114 oasc.CoreContainer.<init> New CoreContainer 
96397717
   [junit4]   2> 1079557 T5114 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/]
   [junit4]   2> 1079557 T5114 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/lib
   [junit4]   2> 1079558 T5114 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/lib).
   [junit4]   2> 1079568 T5114 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1079575 T5114 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1079576 T5114 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1079576 T5114 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1079577 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1079577 T5114 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:11060/solr
   [junit4]   2> 1079577 T5114 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1079593 T5114 N:127.0.0.1:11063_ 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:11063_
   [junit4]   2> 1079596 T5114 N:127.0.0.1:11063_ oasc.Overseer.close Overseer 
(id=null) closing
   [junit4]   2> 1079597 T5114 N:127.0.0.1:11063_ 
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 
127.0.0.1:11063_
   [junit4]   2> 1079598 T5114 N:127.0.0.1:11063_ oasc.Overseer.start Overseer 
(id=93662287884320771-127.0.0.1:11063_-n_0000000000) starting
   [junit4]   2> 1079604 T5114 N:127.0.0.1:11063_ 
oasc.OverseerAutoReplicaFailoverThread.<init> Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1079604 T5142 N:127.0.0.1:11063_ 
oasc.OverseerCollectionProcessor.run Process current queue of collection 
creations
   [junit4]   2> 1079605 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1079607 T5114 N:127.0.0.1:11063_ 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores
   [junit4]   2> 1079609 T5114 N:127.0.0.1:11063_ oasc.CoreDescriptor.<init> 
CORE DESCRIPTOR: 
{absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/, shard=, 
config=solrconfig.xml, loadOnStartup=true, collection=control_collection, 
schema=schema.xml, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1, coreNodeName=, 
transient=false, name=collection1, dataDir=data/}
   [junit4]   2> 1079610 T5114 N:127.0.0.1:11063_ 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/
   [junit4]   2> 1079610 T5114 N:127.0.0.1:11063_ 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1079611 T5144 N:127.0.0.1:11063_ C:control_collection 
c:collection1 oasc.ZkController.publish publishing core=collection1 state=down 
collection=control_collection
   [junit4]   2> 1079611 T5144 N:127.0.0.1:11063_ C:control_collection 
c:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 1079612 T5144 N:127.0.0.1:11063_ 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1079612 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1079612 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11063";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11063_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"} current state version: 0
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11063";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11063_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ 
oasco.ClusterStateMutator.createCollection building a new cName: 
control_collection
   [junit4]   2> 1079613 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1080612 T5144 N:127.0.0.1:11063_ 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 1080613 T5144 N:127.0.0.1:11063_ 
oasc.ZkController.createCollectionZkNode Check for collection 
zkNode:control_collection
   [junit4]   2> 1080613 T5144 N:127.0.0.1:11063_ 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1080614 T5144 N:127.0.0.1:11063_ 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/'
   [junit4]   2> 1080628 T5144 N:127.0.0.1:11063_ 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1080630 T5144 N:127.0.0.1:11063_ oasc.Config.<init> loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1080638 T5144 N:127.0.0.1:11063_ 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1080656 T5144 N:127.0.0.1:11063_ oasc.SolrConfig.<init> Using 
Lucene MatchVersion: 5.2.0
   [junit4]   2> 1080696 T5144 N:127.0.0.1:11063_ oasc.SolrConfig.<init> Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1080797 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1080804 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema 
[collection1] Schema name=test
   [junit4]   2> 1081117 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1081130 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema 
default search field in schema is text
   [junit4]   2> 1081132 T5144 N:127.0.0.1:11063_ oass.IndexSchema.readSchema 
unique key field: id
   [junit4]   2> 1081140 T5144 N:127.0.0.1:11063_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1081143 T5144 N:127.0.0.1:11063_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1081147 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1081148 T5144 N:127.0.0.1:11063_ oasc.CoreContainer.create 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/, 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/data/
   [junit4]   2> 1081149 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/data
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1081150 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/control-001/cores/collection1/data/index
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, 
floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@56bee8aa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9d1d64),segFN=segments_1,generation=1}
   [junit4]   2> 1081151 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1081156 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1081157 T5144 N:127.0.0.1:11063_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1081158 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 1081176 T5144 N:127.0.0.1:11063_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081178 T5144 N:127.0.0.1:11063_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081180 T5144 N:127.0.0.1:11063_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081182 T5144 N:127.0.0.1:11063_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1081185 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1081187 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1081188 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1081189 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1081190 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1081190 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1081191 T5144 N:127.0.0.1:11063_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, 
floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7301276800386564
   [junit4]   2> 1081191 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@56bee8aa 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f9d1d64),segFN=segments_1,generation=1}
   [junit4]   2> 1081192 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1081192 T5144 N:127.0.0.1:11063_ c:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@4b152dce[collection1] main
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1081193 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1081194 T5144 N:127.0.0.1:11063_ c:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1081195 T5144 N:127.0.0.1:11063_ c:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1081195 T5145 N:127.0.0.1:11063_ c:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@4b152dce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1081195 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:11063 collection:control_collection shard:shard1
   [junit4]   2> 1081195 T5114 N:127.0.0.1:11063_ oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1081196 T5114 N:127.0.0.1:11063_ oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1081199 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the 
leader process for shard shard1
   [junit4]   2> 1081200 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1081200 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough 
replicas found to continue.
   [junit4]   2> 1081200 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new 
leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C931 name=collection1 
org.apache.solr.core.SolrCore@7c84736c url=http://127.0.0.1:11063/collection1 
node=127.0.0.1:11063_ C931_STATE=coll:control_collection core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:11063, 
node_name=127.0.0.1:11063_}
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 C931 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:11063/collection1/
   [junit4]   2> 1081201 T5141 N:127.0.0.1:11063_ 
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> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 C931 oasc.SyncStrategy.syncReplicas Sync Success - now sync 
replicas to me
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 C931 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:11063/collection1/ has no replicas
   [junit4]   2> 1081201 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new 
leader: http://127.0.0.1:11063/collection1/ shard1
   [junit4]   2> 1081205 T5114 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1081205 T5114 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 1081205 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1081206 T5141 N:127.0.0.1:11063_ 
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:11063";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 1081209 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "stateFormat":"2"} current state version: 2
   [junit4]   2> 1081209 T5141 N:127.0.0.1:11063_ 
oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1081212 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1081213 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 1081256 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.register We are 
http://127.0.0.1:11063/collection1/ and leader is 
http://127.0.0.1:11063/collection1/
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:11063
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery 
necessary
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=control_collection
   [junit4]   2> 1081257 T5148 N:127.0.0.1:11063_ C:control_collection S:shard1 
c:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 1081258 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1081259 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11063";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11063_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
4
   [junit4]   2> 1081259 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11063";,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11063_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1082189 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1
   [junit4]   2> 1082191 T5114 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001
   [junit4]   2> 1082192 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1082195 T5114 oejs.AbstractConnector.doStart Started 
[email protected]:11076
   [junit4]   2> 1082195 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=11075, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores, 
solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, 
hostContext=/}
   [junit4]   2> 1082195 T5114 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1082195 T5114 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/'
   [junit4]   2> 1082224 T5114 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/solr.xml
   [junit4]   2> 1082259 T5114 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores
   [junit4]   2> 1082259 T5114 oasc.CoreContainer.<init> New CoreContainer 
40645802
   [junit4]   2> 1082259 T5114 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/]
   [junit4]   2> 1082260 T5114 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/lib
   [junit4]   2> 1082260 T5114 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/lib).
   [junit4]   2> 1082269 T5114 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1082274 T5114 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1082274 T5114 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1082274 T5114 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1082275 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1082275 T5114 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:11060/solr
   [junit4]   2> 1082275 T5114 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1083287 T5114 N:127.0.0.1:11075_ 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:11075_
   [junit4]   2> 1083291 T5114 N:127.0.0.1:11075_ oasc.Overseer.close Overseer 
(id=null) closing
   [junit4]   2> 1083293 T5114 N:127.0.0.1:11075_ 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ oasc.CoreDescriptor.<init> 
CORE DESCRIPTOR: {loadOnStartup=true, name=collection1, shard=, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/, coreNodeName=, 
instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1, schema=schema.xml, 
dataDir=data/, transient=false, config=solrconfig.xml, collection=collection1}
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/
   [junit4]   2> 1083295 T5114 N:127.0.0.1:11075_ 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1083297 T5171 N:127.0.0.1:11075_ C:collection1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 1083297 T5171 N:127.0.0.1:11075_ C:collection1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 1083298 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1083298 T5171 N:127.0.0.1:11075_ oasc.ZkController.preRegister 
Registering watch for external collection collection1
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11075";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11075_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11075";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11075_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1083299 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1083300 T5171 N:127.0.0.1:11075_ 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1083300 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 0
   [junit4]   2> 1084300 T5171 N:127.0.0.1:11075_ 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 1084301 T5171 N:127.0.0.1:11075_ 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1084301 T5171 N:127.0.0.1:11075_ 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1084302 T5171 N:127.0.0.1:11075_ 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1084315 T5171 N:127.0.0.1:11075_ 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1084316 T5171 N:127.0.0.1:11075_ oasc.Config.<init> loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1084323 T5171 N:127.0.0.1:11075_ 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1084339 T5171 N:127.0.0.1:11075_ oasc.SolrConfig.<init> Using 
Lucene MatchVersion: 5.2.0
   [junit4]   2> 1084385 T5171 N:127.0.0.1:11075_ oasc.SolrConfig.<init> Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1084486 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1084492 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema 
[collection1] Schema name=test
   [junit4]   2> 1084776 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1084787 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema 
default search field in schema is text
   [junit4]   2> 1084789 T5171 N:127.0.0.1:11075_ oass.IndexSchema.readSchema 
unique key field: id
   [junit4]   2> 1084798 T5171 N:127.0.0.1:11075_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1084801 T5171 N:127.0.0.1:11075_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1084804 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1084805 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ oasc.CoreContainer.create 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1084806 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/, 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1084807 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1084808 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, 
floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1084809 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2fabce11 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865d68a),segFN=segments_1,generation=1}
   [junit4]   2> 1084809 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1084815 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1084816 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 1084829 T5171 N:127.0.0.1:11075_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084830 T5171 N:127.0.0.1:11075_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084832 T5171 N:127.0.0.1:11075_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084833 T5171 N:127.0.0.1:11075_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1084839 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1084841 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1084842 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1084842 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1084843 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1084843 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1084844 T5171 N:127.0.0.1:11075_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, 
floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7301276800386564
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2fabce11 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865d68a),segFN=segments_1,generation=1}
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1084845 T5171 N:127.0.0.1:11075_ c:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@2d2ac7a0[collection1] main
   [junit4]   2> 1084846 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1084847 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1084848 T5171 N:127.0.0.1:11075_ c:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1084849 T5172 N:127.0.0.1:11075_ c:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@2d2ac7a0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1084850 T5171 N:127.0.0.1:11075_ c:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1084851 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:11075 collection:collection1 shard:shard1
   [junit4]   2> 1084851 T5114 N:127.0.0.1:11075_ oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1084851 T5114 N:127.0.0.1:11075_ oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1084855 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the 
leader process for shard shard1
   [junit4]   2> 1084856 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1084856 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough 
replicas found to continue.
   [junit4]   2> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new 
leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C932 name=collection1 
org.apache.solr.core.SolrCore@fdc33b1 url=http://127.0.0.1:11075/collection1 
node=127.0.0.1:11075_ C932_STATE=coll:collection1 core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:11075, 
node_name=127.0.0.1:11075_}
   [junit4]   2> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 C932 oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:11075/collection1/
   [junit4]   2> 1084857 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 1084857 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 C932 oasc.SyncStrategy.syncReplicas Sync Success - now sync 
replicas to me
   [junit4]   2> 1084858 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 C932 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:11075/collection1/ has no replicas
   [junit4]   2> 1084858 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new 
leader: http://127.0.0.1:11075/collection1/ shard1
   [junit4]   2> 1084858 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 1
   [junit4]   2> 1084861 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1084862 T5141 N:127.0.0.1:11063_ 
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:11075";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 1084863 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 2
   [junit4]   2> 1084912 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register We are 
http://127.0.0.1:11075/collection1/ and leader is 
http://127.0.0.1:11075/collection1/
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:11075
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery 
necessary
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.publish publishing core=collection1 
state=active collection=collection1
   [junit4]   2> 1084913 T5175 N:127.0.0.1:11075_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.publish numShards not found on descriptor - 
reading it from system property
   [junit4]   2> 1084914 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1084915 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11075";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11075_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"} current state version: 
5
   [junit4]   2> 1084916 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11075";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11075_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 1084917 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 3
   [junit4]   2> 1085972 T5114 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1
   [junit4]   2> 1085974 T5114 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001
   [junit4]   2> 1085975 T5114 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1085978 T5114 oejs.AbstractConnector.doStart Started 
[email protected]:11085
   [junit4]   2> 1085978 T5114 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, 
hostContext=/, hostPort=11084, 
coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores}
   [junit4]   2> 1085979 T5114 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@231bf785
   [junit4]   2> 1085979 T5114 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/'
   [junit4]   2> 1086013 T5114 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/solr.xml
   [junit4]   2> 1086052 T5114 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.<init> New CoreContainer 
1273450548
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/]
   [junit4]   2> 1086053 T5114 oasc.CoreContainer.load loading shared library: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/lib
   [junit4]   2> 1086054 T5114 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/lib).
   [junit4]   2> 1086063 T5114 oashc.HttpShardHandlerFactory.init created with 
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 1086068 T5114 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1086069 T5114 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1086069 T5114 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1086069 T5114 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1086069 T5114 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:11060/solr
   [junit4]   2> 1086069 T5114 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1087085 T5114 N:127.0.0.1:11084_ 
oasc.ZkController.createEphemeralLiveNode Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:11084_
   [junit4]   2> 1087089 T5114 N:127.0.0.1:11084_ oasc.Overseer.close Overseer 
(id=null) closing
   [junit4]   2> 1087091 T5114 N:127.0.0.1:11084_ 
oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores
   [junit4]   2> 1087094 T5114 N:127.0.0.1:11084_ oasc.CoreDescriptor.<init> 
CORE DESCRIPTOR: 
{instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1, collection=collection1, 
config=solrconfig.xml, schema=schema.xml, loadOnStartup=true, name=collection1, 
shard=, dataDir=data/, coreNodeName=, transient=false, 
absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/}
   [junit4]   2> 1087094 T5114 N:127.0.0.1:11084_ 
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/
   [junit4]   2> 1087095 T5114 N:127.0.0.1:11084_ 
oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1087097 T5192 N:127.0.0.1:11084_ C:collection1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 1087097 T5192 N:127.0.0.1:11084_ C:collection1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 1087098 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1087099 T5192 N:127.0.0.1:11084_ oasc.ZkController.preRegister 
Registering watch for external collection collection1
   [junit4]   2> 1087099 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11084";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11084_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11084";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11084_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1087100 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1087100 T5192 N:127.0.0.1:11084_ 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1087101 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 4
   [junit4]   2> 1088101 T5192 N:127.0.0.1:11084_ 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 1088102 T5192 N:127.0.0.1:11084_ 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1088102 T5192 N:127.0.0.1:11084_ 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1088103 T5192 N:127.0.0.1:11084_ 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1088116 T5192 N:127.0.0.1:11084_ 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1088118 T5192 N:127.0.0.1:11084_ oasc.Config.<init> loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1088125 T5192 N:127.0.0.1:11084_ 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1088140 T5192 N:127.0.0.1:11084_ oasc.SolrConfig.<init> Using 
Lucene MatchVersion: 5.2.0
   [junit4]   2> 1088174 T5192 N:127.0.0.1:11084_ oasc.SolrConfig.<init> Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1088275 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1088282 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema 
[collection1] Schema name=test
   [junit4]   2> 1088554 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1088565 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema 
default search field in schema is text
   [junit4]   2> 1088567 T5192 N:127.0.0.1:11084_ oass.IndexSchema.readSchema 
unique key field: id
   [junit4]   2> 1088575 T5192 N:127.0.0.1:11084_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1088578 T5192 N:127.0.0.1:11084_ 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 1088581 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1088582 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ oasc.CoreContainer.create 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1088583 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/, 
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53dc65cf
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1088584 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 1088585 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=89.9443359375, 
floorSegmentMB=0.748046875, forceMergeDeletesPctAllowed=22.411727365369305, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1088586 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@19152183 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a4b2c52),segFN=segments_1,generation=1}
   [junit4]   2> 1088586 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1088591 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1088591 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1088592 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1088593 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 1088605 T5192 N:127.0.0.1:11084_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088607 T5192 N:127.0.0.1:11084_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088608 T5192 N:127.0.0.1:11084_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088610 T5192 N:127.0.0.1:11084_ c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1088616 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/segments,/admin/mbeans,/admin/properties,/schema,/admin/logging,/update,/admin/system,/update/csv,/admin/plugins,/update/json,/replication,/admin/file,/config,standard,/admin/threads,/admin/luke,/update/json/docs,/admin/ping,/get
   [junit4]   2> 1088618 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1088619 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1088619 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1088620 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1088620 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1088621 T5192 N:127.0.0.1:11084_ c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=27.83984375, 
floorSegmentMB=0.7890625, forceMergeDeletesPctAllowed=13.114092842570116, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7301276800386564
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@19152183 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a4b2c52),segFN=segments_1,generation=1}
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1088622 T5192 N:127.0.0.1:11084_ c:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@2bfa1637[collection1] main
   [junit4]   2> 1088623 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1088623 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1088624 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1088625 T5192 N:127.0.0.1:11084_ c:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1088625 T5192 N:127.0.0.1:11084_ c:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1088626 T5193 N:127.0.0.1:11084_ c:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@2bfa1637[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1088626 T5192 N:127.0.0.1:11084_ c:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1088627 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:11084 collection:collection1 shard:shard1
   [junit4]   2> 1088627 T5114 N:127.0.0.1:11084_ oass.SolrDispatchFilter.init 
user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3
   [junit4]   2> 1088628 T5114 N:127.0.0.1:11084_ oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register We are 
http://127.0.0.1:11084/collection1/ and leader is 
http://127.0.0.1:11075/collection1/
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.register No LogReplay needed for 
core=collection1 baseURL=http://127.0.0.1:11084
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1088629 T5196 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 oasu.DefaultSolrCoreState.doRecovery Running recovery - first 
canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C933 name=collection1 
org.apache.solr.core.SolrCore@5fd85780 url=http://127.0.0.1:11084/collection1 
node=127.0.0.1:11084_ C933_STATE=coll:collection1 core:collection1 
props:{state=down, core=collection1, base_url=http://127.0.0.1:11084, 
node_name=127.0.0.1:11084_}
   [junit4]   2> 1088630 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.RecoveryStrategy.run Starting recovery process.  
core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.RecoveryStrategy.doRecovery Publishing state of core 
collection1 as recovering, leader is http://127.0.0.1:11075/collection1/ and I 
am http://127.0.0.1:11084/collection1/
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.ZkController.publish publishing core=collection1 
state=recovering collection=collection1
   [junit4]   2> 1088631 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.ZkController.publish numShards not found on descriptor 
- reading it from system property
   [junit4]   2> 1088632 T5140 N:127.0.0.1:11063_ 
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
/overseer/queue state SyncConnected
   [junit4]   2> 1088633 T5198 N:127.0.0.1:11084_ C:collection1 S:shard1 
c:collection1 C933 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep 
recovery command to http://127.0.0.1:11075; WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A11084_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 1088633 T5141 N:127.0.0.1:11063_ 
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"recovering",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11084";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11084_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node2"} current state version: 
5
   [junit4]   2> 1088634 T5141 N:127.0.0.1:11063_ 
oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"recovering",
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:11084";,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "node_name":"127.0.0.1:11084_",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 1088634 T5114 oas.SolrTestCaseJ4.setUp ###Starting test
   [junit4]   2> 1088634 T5176 oasc.SocketProxy$Acceptor.run accepted 
Socket[addr=/140.211.11.196,port=11093,localport=11075], 
receiveBufferSize:6565888
   [junit4]   2> 1088635 T5141 N:127.0.0.1:11063_ 
oasco.ZkStateWriter.writePendingUpdates going to update_collection 
/collections/collection1/state.json version: 5
   [junit4]   2> 1088638 T5176 oasc.SocketProxy$Bridge.<init> proxy connection 
Socket[addr=/127.0.0.1,port=11076,localport=11095], receiveBufferSize=6565888
   [junit4]   2> 1088639 T5176 oasc.SocketProxy$Acceptor.run accepted 
Socket[addr=/140.211.11.196,port=11094,localport=11075], 
receiveBufferSize:6565888
   [junit4]   2> 1088639 T5158 N:127.0.0.1:11075_ 
oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: 
core_node2, state: recovering, checkLive: true, onlyIfLeader: true, 
onlyIfLeaderActive: true
   [junit4]   2> 1088639 T5176 oasc.SocketProxy$Bridge.<init> proxy connection 
Socket[addr=/127.0.0.1,port=11076,localport=11096], receiveBufferSize=6565888
   [junit4]   2> 1088642 T5158 N:127.0.0.1:11075_ 
oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds 
to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ 
oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): 
collection=collection1, shard=shard1, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:11084_, 
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"state":"recovering","core":"collection1","base_url":"http://127.0.0.1:11084","node_name":"127.0.0.1:11084_"}
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ 
oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: 
core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 0 
seconds.
   [junit4]   2> 1088643 T5158 N:127.0.0.1:11075_ 
oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null 
path=/admin/cores 
params={state=recovering&nodeName=127.0.0.1:11084_&core=collection1&coreNodeName=core_node2&version=2&onlyIfLeader=true&onlyIfLeaderActive=true&checkLive=true&action=PREPRECOVERY&wt=jav

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

g directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data/index.20150416203151980
   [junit4]   2> 1203317 T5239 N:127.0.0.1:11084_ 
oasc.CachingDirectoryFactory.closeCacheValue looking to close 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data 
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1203317 T5239 N:127.0.0.1:11084_ 
oasc.CachingDirectoryFactory.close Closing directory: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001/shard-2-001/cores/collection1/data
   [junit4]   2> 1204006 T5191 N:127.0.0.1:11084_ oascc.ZkStateReader$3.process 
WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1204008 T5114 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1204177 T5114 C:control_collection S:shard1 c:collection1 
oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:11060 11060
   [junit4]   2> 1204277 T5115 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:11060 11060
   [junit4]   2> 1204279 T5115 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/clusterstate.json
   [junit4]   2>                4       /solr/aliases.json
   [junit4]   2>                3       /solr/configs/conf1
   [junit4]   2>                2       /solr/collections/collection1/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/live_nodes
   [junit4]   2>                3       /solr/overseer/collection-queue-work
   [junit4]   2>                2       /solr/overseer/queue
   [junit4]   2>        
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:11063/, 
target: http://127.0.0.1:11064/
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:11075/, 
target: http://127.0.0.1:11076/
   [junit4]   2> 1204280 T5114 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:11084/, 
target: http://127.0.0.1:11085/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test 
-Dtests.seed=F785F400FD717312 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=tr -Dtests.timezone=Pacific/Funafuti -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  126s J3 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all 
replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: 
{
   [junit4]    >   "collection1":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11075";,
   [junit4]    >             "node_name":"127.0.0.1:11075_",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11084";,
   [junit4]    >             "node_name":"127.0.0.1:11084_"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:11063";,
   [junit4]    >             "node_name":"127.0.0.1:11063_",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F785F400FD717312:7FD1CBDA538D1EEA]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
   [junit4]    >        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1204290 T5114 C:control_collection S:shard1 c:collection1 
oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.RecoveryAfterSoftCommitTest
 F785F400FD717312-001
   [junit4]   2> 126481 T5113 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{_version_=Lucene50(blocksize=128), text=PostingsFormat(name=Direct), 
a_t=Lucene50(blocksize=128), intDefault=Lucene50(blocksize=128), id=FSTOrd50, 
timestamp=Lucene50(blocksize=128), range_facet_l=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=Memory doPackFST= true)}, 
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
locale=tr, timezone=Pacific/Funafuti
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 
(64-bit)/cpus=16,threads=1,free=188567296,total=385351680
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressUserVersions, 
TestHighlightDedupGrouping, MultiTermTest, JSONWriterTest, TestJsonRequest, 
HdfsDirectoryTest, TestExactSharedStatsCache, TestPostingsSolrHighlighter, 
SolrInfoMBeanTest, SignatureUpdateProcessorFactoryTest, MultiThreadedOCPTest, 
DistributedQueryComponentOptimizationTest, TestCloudManagedSchemaConcurrent, 
CollectionReloadTest, AnalyticsQueryTest, TestDefaultStatsCache, BJQParserTest, 
HdfsSyncSliceTest, MergeStrategyTest, UpdateParamsTest, TestRebalanceLeaders, 
TestCloudManagedSchema, TestExtendedDismaxParser, TestInfoStreamLogging, 
TestCollectionAPI, ShardRoutingTest, DistanceUnitsTest, 
TestBM25SimilarityFactory, TestStressLucene, TestExpandComponent, 
DistribJoinFromCollectionTest, TestInitQParser, SynonymTokenizerTest, 
SolrXmlInZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, StatsComponentTest, 
TestUpdate, SpatialRPTFieldTypeTest, CursorPagingTest, SuggesterTSTTest, 
TestNoOpRegenerator, DateMathParserTest, QueryResultKeyTest, 
TestSuggestSpellingConverter, DistributedTermsComponentTest, ScriptEngineTest, 
TestSolr4Spatial, SolrCloudExampleTest, SpellCheckCollatorTest, 
TestConfigOverlay, TestLMDirichletSimilarityFactory, SaslZkACLProviderTest, 
TestHashQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestGroupingSearch, TestSchemaResource, UniqFieldsUpdateProcessorFactoryTest, 
RecoveryAfterSoftCommitTest]
   [junit4] Completed [242/483] on J3 in 127.26s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 783 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434:
 The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
 There were test failures: 483 suites, 1916 tests, 1 failure, 64 ignored (23 
assumptions)

Total time: 54 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2955
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 225845120 bytes
Compression is 0.0%
Took 47 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to