Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.1-Linux/207/
Java: 32bit/jdk1.7.0_76 -client -XX:+UseG1GC

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

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 
ms! ClusterState: {   "control_collection":{     "replicationFactor":"1",     
"autoAddReplicas":"false",     "maxShardsPerNode":"1",     
"router":{"name":"compositeId"},     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         
"replicas":{"core_node1":{             
"node_name":"127.0.0.1:56701_ocvvu%2Fnm",             "state":"active",         
    "core":"collection1",             
"base_url":"http://127.0.0.1:56701/ocvvu/nm";,             "leader":"true"}}}},  
   "autoCreated":"true"},   "collection1":{     "replicationFactor":"1",     
"autoAddReplicas":"false",     "maxShardsPerNode":"1",     
"router":{"name":"compositeId"},     "shards":{"shard1":{         
"range":"80000000-7fffffff",         "state":"active",         "replicas":{     
      "core_node1":{             "node_name":"127.0.0.1:48009_ocvvu%2Fnm",      
       "state":"active",             "core":"collection1",             
"base_url":"http://127.0.0.1:48009/ocvvu/nm";,             "leader":"true"},     
      "core_node2":{             "node_name":"127.0.0.1:58162_ocvvu%2Fnm",      
       "state":"recovering",             "core":"collection1",             
"base_url":"http://127.0.0.1:58162/ocvvu/nm"}}}},     "autoCreated":"true"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in 
collection1 come up within 30000 ms! ClusterState: {
  "control_collection":{
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:56701/ocvvu/nm";,
            "leader":"true"}}}},
    "autoCreated":"true"},
  "collection1":{
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "maxShardsPerNode":"1",
    "router":{"name":"compositeId"},
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
            "state":"active",
            "core":"collection1",
            "base_url":"http://127.0.0.1:48009/ocvvu/nm";,
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:58162_ocvvu%2Fnm",
            "state":"recovering",
            "core":"collection1",
            "base_url":"http://127.0.0.1:58162/ocvvu/nm"}}}},
    "autoCreated":"true"}}
        at 
__randomizedtesting.SeedInfo.seed([D943162DE9F3006A:511729F7470F6D92]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
        at 
org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java: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:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10112 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/init-core-data-001
   [junit4]   2> 727184 T5191 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /ocvvu/nm
   [junit4]   2> 727187 T5191 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 727188 T5192 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 727287 T5191 oasc.ZkTestServer.run start zk server on 
port:49572
   [junit4]   2> 727288 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 727288 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 727290 T5199 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ef6abe name:ZooKeeperConnection 
Watcher:127.0.0.1:49572 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 727290 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 727291 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 727291 T5191 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 727292 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 727293 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 727294 T5202 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@131969c name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 727294 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 727294 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 727294 T5191 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 727295 T5191 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 727296 T5191 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 727297 T5191 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 727298 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 727298 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 727299 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 727300 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 727301 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 727301 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 727302 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 727302 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 727303 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 727303 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 727304 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 727304 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 727305 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 727305 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 727306 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 727306 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 727307 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 727307 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 727308 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 727308 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 727309 T5191 oasc.AbstractZkTestCase.putConfig put 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 727309 T5191 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 727359 T5191 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1
   [junit4]   2> 727360 T5191 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 727363 T5191 oejs.AbstractConnector.doStart Started 
[email protected]:46593
   [junit4]   2> 727363 T5191 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostPort=56701, hostContext=/ocvvu/nm, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/tempDir-001/control/data, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores}
   [junit4]   2> 727363 T5191 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@add57
   [junit4]   2> 727364 T5191 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/'
   [junit4]   2> 727377 T5191 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/solr.xml
   [junit4]   2> 727390 T5191 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores
   [junit4]   2> 727391 T5191 oasc.CoreContainer.<init> New CoreContainer 
15791695
   [junit4]   2> 727391 T5191 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/]
   [junit4]   2> 727392 T5191 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/lib
   [junit4]   2> 727392 T5191 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/lib).
   [junit4]   2> 727398 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 727398 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 727398 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 727398 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 727399 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 727399 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 727399 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 727399 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 727400 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 727400 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 727400 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 727400 T5191 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 727401 T5191 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 727401 T5191 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 727401 T5191 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 727402 T5191 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49572/solr
   [junit4]   2> 727402 T5191 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 727402 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 727403 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 727404 T5214 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1eccdc6 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 727404 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 727405 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 727406 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 727407 T5217 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@15e9f1a name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 727407 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 727408 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 727410 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 727411 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 727412 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 727413 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 727414 T5191 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 727415 T5191 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 727415 T5191 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 727416 T5191 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56701_ocvvu%2Fnm
   [junit4]   2> 727416 T5191 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:56701_ocvvu%2Fnm
   [junit4]   2> 727417 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 727418 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 727419 T5191 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 727420 T5191 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:56701_ocvvu%2Fnm
   [junit4]   2> 727420 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 727421 T5191 oasc.Overseer.start Overseer 
(id=93606394250395651-127.0.0.1:56701_ocvvu%2Fnm-n_0000000000) starting
   [junit4]   2> 727422 T5191 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 727425 T5191 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 727425 T5219 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 727426 T5218 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 727425 T5191 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 727428 T5191 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores
   [junit4]   2> 727428 T5191 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{name=collection1, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1, 
collection=control_collection, config=solrconfig.xml, loadOnStartup=true, 
coreNodeName=, transient=false, shard=, dataDir=data/, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/, schema=schema.xml}
   [junit4]   2> 727429 T5191 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/
   [junit4]   2> 727429 T5191 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 727430 T5221 C:control_collection c:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=control_collection
   [junit4]   2> 727430 T5221 C:control_collection c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 727430 T5221 C:control_collection c:collection1 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 727430 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 727431 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:56701/ocvvu/nm"} current 
state version: 0
   [junit4]   2> 727431 T5218 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:56701/ocvvu/nm"}
   [junit4]   2> 727431 T5218 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 727431 T5218 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 727432 T5217 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728430 T5221 C:control_collection c:collection1 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 728431 T5221 C:control_collection c:collection1 
oasc.ZkController.createCollectionZkNode Check for collection 
zkNode:control_collection
   [junit4]   2> 728431 T5221 C:control_collection c:collection1 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 728431 T5221 C:control_collection c:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 728432 T5221 C:control_collection c:collection1 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 728432 T5221 C:control_collection c:collection1 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/'
   [junit4]   2> 728443 T5221 C:control_collection c:collection1 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 728445 T5221 C:control_collection c:collection1 
oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 728449 T5221 C:control_collection c:collection1 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 728462 T5221 C:control_collection c:collection1 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 728484 T5221 C:control_collection c:collection1 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 728485 T5221 C:control_collection c:collection1 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 728492 T5221 C:control_collection c:collection1 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 728693 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 728700 T5221 C:control_collection c:collection1 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 728701 T5221 C:control_collection c:collection1 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 728707 T5221 C:control_collection c:collection1 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 728709 T5221 C:control_collection c:collection1 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 728711 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 728712 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 728712 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 728712 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 728713 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 728713 T5221 C:control_collection c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 728713 T5221 C:control_collection c:collection1 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection control_collection
   [junit4]   2> 728713 T5221 C:control_collection c:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 728713 T5221 C:control_collection c:collection1 
oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/data/
   [junit4]   2> 728714 T5221 C:control_collection c:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f712f
   [junit4]   2> 728714 T5221 C:control_collection c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/data
   [junit4]   2> 728714 T5221 C:control_collection c:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/data/index/
   [junit4]   2> 728715 T5221 C:control_collection c:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 728715 T5221 C:control_collection c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/control-001/cores/collection1/data/index
   [junit4]   2> 728715 T5221 C:control_collection c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=59.4462890625, 
floorSegmentMB=1.6162109375, forceMergeDeletesPctAllowed=0.9669948373156367, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5878396945907148
   [junit4]   2> 728716 T5221 C:control_collection c:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@160512b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@710be4),segFN=segments_1,generation=1}
   [junit4]   2> 728716 T5221 C:control_collection c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 728719 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 728719 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 728719 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 728720 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 728720 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 728720 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 728720 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 728721 T5221 C:control_collection c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 728721 T5221 C:control_collection c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 728723 T5221 C:control_collection c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728724 T5221 C:control_collection c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728725 T5221 C:control_collection c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728726 T5221 C:control_collection c:collection1 
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728730 T5221 C:control_collection c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/luke,/get,/update,/admin/segments,/schema,/admin/threads,/update/csv,/replication,/admin/file,/admin/ping,/config,/admin/properties,standard,/update/json,/update/json/docs,/admin/mbeans,/admin/plugins,/admin/system,/admin/logging
   [junit4]   2> 728731 T5221 C:control_collection c:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 728731 T5221 C:control_collection c:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 728731 T5221 C:control_collection c:collection1 
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 728732 T5221 C:control_collection c:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 728732 T5221 C:control_collection c:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 728732 T5221 C:control_collection c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5275041015566178]
   [junit4]   2> 728733 T5221 C:control_collection c:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@160512b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@710be4),segFN=segments_1,generation=1}
   [junit4]   2> 728733 T5221 C:control_collection c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 728733 T5221 C:control_collection c:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@93443c[collection1] main
   [junit4]   2> 728734 T5221 C:control_collection c:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/control_collection
   [junit4]   2> 728734 T5221 C:control_collection c:collection1 
oascc.ZkStateReader.readConfigName path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 728734 T5221 C:control_collection c:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 728735 T5221 C:control_collection c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 728735 T5221 C:control_collection c:collection1 
oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 728735 T5221 C:control_collection c:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 728735 T5221 C:control_collection c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 728736 T5221 C:control_collection c:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 728736 T5221 C:control_collection c:collection1 
oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 728736 T5221 C:control_collection c:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 728736 T5221 C:control_collection c:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 728737 T5222 C:control_collection c:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@93443c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 728737 T5225 C:control_collection S:shard1 
oasc.ZkController.register Register replica - core:collection1 
address:http://127.0.0.1:56701/ocvvu/nm collection:control_collection 
shard:shard1
   [junit4]   2> 728737 T5191 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 728737 T5191 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 728737 T5225 C:control_collection S:shard1 
oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 728738 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 728738 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 728739 T5229 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e03f68 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 728740 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 728740 T5225 C:control_collection S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 728740 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 728740 T5191 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 728741 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 728741 T5225 C:control_collection S:shard1 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 728741 T5225 C:control_collection S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> 728741 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection"} current state 
version: 1
   [junit4]   2> ASYNC  NEW_CORE C946 name=collection1 
org.apache.solr.core.SolrCore@110ff34 
url=http://127.0.0.1:56701/ocvvu/nm/collection1 node=127.0.0.1:56701_ocvvu%2Fnm 
C946_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:56701_ocvvu%2Fnm, state=down, core=collection1, 
base_url=http://127.0.0.1:56701/ocvvu/nm}
   [junit4]   2> 728742 T5225 C:control_collection S:shard1 C946 P56701 
oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:56701/ocvvu/nm/collection1/
   [junit4]   2> 728742 T5225 C:control_collection S:shard1 C946 P56701 
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 728742 T5225 C:control_collection S:shard1 C946 P56701 
oasc.SyncStrategy.syncToMe http://127.0.0.1:56701/ocvvu/nm/collection1/ has no 
replicas
   [junit4]   2> 728742 T5191 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 728742 T5225 C:control_collection S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:56701/ocvvu/nm/collection1/ shard1
   [junit4]   2> 728743 T5191 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 728743 T5225 C:control_collection S:shard1 
oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 728743 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 728744 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 728744 T5232 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@bdadf1 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 728745 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 728745 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 728745 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 728746 T5218 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:56701/ocvvu/nm";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 728747 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "stateFormat":"2"} current state version: 1
   [junit4]   2> 728748 T5218 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 728748 T5217 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728748 T5229 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728760 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 728760 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 728761 T5217 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728761 T5229 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728796 T5225 C:control_collection S:shard1 
oasc.ZkController.register We are http://127.0.0.1:56701/ocvvu/nm/collection1/ 
and leader is http://127.0.0.1:56701/ocvvu/nm/collection1/
   [junit4]   2> 728796 T5225 C:control_collection S:shard1 
oasc.ZkController.register No LogReplay needed for core=collection1 
baseURL=http://127.0.0.1:56701/ocvvu/nm
   [junit4]   2> 728796 T5225 C:control_collection S:shard1 
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 728797 T5225 C:control_collection S:shard1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=active 
collection=control_collection
   [junit4]   2> 728797 T5225 C:control_collection S:shard1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 728798 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 728798 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:56701/ocvvu/nm"} current 
state version: 3
   [junit4]   2> 728799 T5218 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:56701/ocvvu/nm"}
   [junit4]   2> 728823 T5191 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1
   [junit4]   2> 728824 T5191 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001
   [junit4]   2> 728825 T5191 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 728826 T5191 oejs.AbstractConnector.doStart Started 
[email protected]:42744
   [junit4]   2> 728827 T5191 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/ocvvu/nm, hostPort=48009, solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/tempDir-001/jetty1, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores}
   [junit4]   2> 728827 T5191 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@add57
   [junit4]   2> 728828 T5191 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/'
   [junit4]   2> 728847 T5191 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/solr.xml
   [junit4]   2> 728863 T5191 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores
   [junit4]   2> 728864 T5191 oasc.CoreContainer.<init> New CoreContainer 
4524564
   [junit4]   2> 728864 T5191 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/]
   [junit4]   2> 728864 T5191 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/lib
   [junit4]   2> 728865 T5191 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/lib).
   [junit4]   2> 728872 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 728872 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 728873 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 728873 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 728873 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 728874 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 728874 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 728874 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 728875 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 728875 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 728875 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 728876 T5191 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 728876 T5191 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 728877 T5191 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 728877 T5191 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 728878 T5191 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49572/solr
   [junit4]   2> 728878 T5191 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 728878 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 728879 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 728880 T5244 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@d45f91 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 728881 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 728881 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 728883 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 728884 T5247 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@721b13 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 728884 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 728887 T5191 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 728900 T5217 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728900 T5247 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 728900 T5229 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 729889 T5191 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48009_ocvvu%2Fnm
   [junit4]   2> 729890 T5191 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:48009_ocvvu%2Fnm
   [junit4]   2> 729891 T5191 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 729892 T5191 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores
   [junit4]   2> 729893 T5191 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{coreNodeName=, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1, collection=collection1, 
loadOnStartup=true, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/, config=solrconfig.xml, 
name=collection1, transient=false, dataDir=data/, schema=schema.xml, shard=}
   [junit4]   2> 729893 T5191 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/
   [junit4]   2> 729894 T5191 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 729895 T5248 C:collection1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 729895 T5248 C:collection1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 729895 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 729896 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:48009/ocvvu/nm"} current 
state version: 4
   [junit4]   2> 729896 T5248 C:collection1 c:collection1 
oasc.ZkController.preRegister Registering watch for external collection 
collection1
   [junit4]   2> 729896 T5218 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:48009/ocvvu/nm"}
   [junit4]   2> 729896 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 729897 T5218 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 729897 T5218 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 729897 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.addZkWatch Updating collection state at 
/collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 729898 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 0 
   [junit4]   2> 729898 T5248 C:collection1 c:collection1 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 729999 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 729999 T5247 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 730000 T5247 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 730899 T5248 C:collection1 c:collection1 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 730899 T5248 C:collection1 c:collection1 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 730899 T5248 C:collection1 c:collection1 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 730899 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 730900 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 730900 T5248 C:collection1 c:collection1 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/'
   [junit4]   2> 730910 T5248 C:collection1 c:collection1 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 730912 T5248 C:collection1 c:collection1 oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 730916 T5248 C:collection1 c:collection1 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 730926 T5248 C:collection1 c:collection1 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 730947 T5248 C:collection1 c:collection1 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 730948 T5248 C:collection1 c:collection1 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 730954 T5248 C:collection1 c:collection1 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 731144 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 731150 T5248 C:collection1 c:collection1 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 731152 T5248 C:collection1 c:collection1 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 731156 T5248 C:collection1 c:collection1 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 731158 T5248 C:collection1 c:collection1 
oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
currency.xml
   [junit4]   2> 731160 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 731161 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 731161 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 731161 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 731161 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 731162 T5248 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 731162 T5248 C:collection1 c:collection1 
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration 
from collection collection1
   [junit4]   2> 731162 T5248 C:collection1 c:collection1 
oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 731162 T5248 C:collection1 c:collection1 oasc.SolrCore.<init> 
[collection1] Opening new SolrCore at 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/, 
dataDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 731162 T5248 C:collection1 c:collection1 
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f712f
   [junit4]   2> 731163 T5248 C:collection1 c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/data
   [junit4]   2> 731163 T5248 C:collection1 c:collection1 
oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 731163 T5248 C:collection1 c:collection1 
oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/data/index' doesn't exist. 
Creating new index...
   [junit4]   2> 731164 T5248 C:collection1 c:collection1 
oasc.CachingDirectoryFactory.get return new directory for 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 731164 T5248 C:collection1 c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=59.4462890625, 
floorSegmentMB=1.6162109375, forceMergeDeletesPctAllowed=0.9669948373156367, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5878396945907148
   [junit4]   2> 731164 T5248 C:collection1 c:collection1 
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@abfe59 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c799eb),segFN=segments_1,generation=1}
   [junit4]   2> 731165 T5248 C:collection1 c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 731168 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 731168 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 731169 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 731169 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 731169 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 731169 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 731170 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 731170 T5248 C:collection1 c:collection1 
oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 731170 T5248 C:collection1 c:collection1 
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined 
as default, creating implicit default
   [junit4]   2> 731172 T5248 C:collection1 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 731173 T5248 C:collection1 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 731174 T5248 C:collection1 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 731175 T5248 C:collection1 c:collection1 oashl.XMLLoader.init 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 731181 T5248 C:collection1 c:collection1 
oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
/admin/luke,/get,/update,/admin/segments,/schema,/admin/threads,/update/csv,/replication,/admin/file,/admin/ping,/config,/admin/properties,standard,/update/json,/update/json/docs,/admin/mbeans,/admin/plugins,/admin/system,/admin/logging
   [junit4]   2> 731182 T5248 C:collection1 c:collection1 
oasc.SolrCore.initStatsCache Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 731183 T5248 C:collection1 c:collection1 
oasu.UpdateHandler.<init> Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 731183 T5248 C:collection1 c:collection1 oasu.UpdateLog.init 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10
   [junit4]   2> 731183 T5248 C:collection1 c:collection1 
oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 731183 T5248 C:collection1 c:collection1 
oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 731184 T5248 C:collection1 c:collection1 
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5275041015566178]
   [junit4]   2> 731184 T5248 C:collection1 c:collection1 
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@abfe59 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1c799eb),segFN=segments_1,generation=1}
   [junit4]   2> 731184 T5248 C:collection1 c:collection1 
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 731185 T5248 C:collection1 c:collection1 
oass.SolrIndexSearcher.<init> Opening Searcher@328cd3[collection1] main
   [junit4]   2> 731185 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 731185 T5248 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 731185 T5248 C:collection1 c:collection1 
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for 
the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 731186 T5248 C:collection1 c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 731186 T5248 C:collection1 c:collection1 oasr.RestManager.init 
Initializing RestManager with initArgs: {}
   [junit4]   2> 731186 T5248 C:collection1 c:collection1 
oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 731187 T5248 C:collection1 c:collection1 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 731187 T5248 C:collection1 c:collection1 
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 731187 T5248 C:collection1 c:collection1 oasr.RestManager.init 
Initializing 0 registered ManagedResources
   [junit4]   2> 731187 T5248 C:collection1 c:collection1 
oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 731188 T5249 C:collection1 c:collection1 
oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
Searcher@328cd3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 731188 T5248 C:collection1 c:collection1 
oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 731189 T5252 C:collection1 S:shard1 oasc.ZkController.register 
Register replica - core:collection1 address:http://127.0.0.1:48009/ocvvu/nm 
collection:collection1 shard:shard1
   [junit4]   2> 731189 T5191 oass.SolrDispatchFilter.init 
user.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 731189 T5191 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 731189 T5252 C:collection1 S:shard1 
oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 731191 T5252 C:collection1 S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 731192 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 731192 T5252 C:collection1 S:shard1 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 731192 T5252 C:collection1 S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C947 name=collection1 
org.apache.solr.core.SolrCore@2c9547 
url=http://127.0.0.1:48009/ocvvu/nm/collection1 node=127.0.0.1:48009_ocvvu%2Fnm 
C947_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:48009_ocvvu%2Fnm, state=down, core=collection1, 
base_url=http://127.0.0.1:48009/ocvvu/nm}
   [junit4]   2> 731193 T5252 C:collection1 S:shard1 C947 P48009 
oasc.SyncStrategy.sync Sync replicas to 
http://127.0.0.1:48009/ocvvu/nm/collection1/
   [junit4]   2> 731193 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 731193 T5252 C:collection1 S:shard1 C947 P48009 
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 731193 T5252 C:collection1 S:shard1 C947 P48009 
oasc.SyncStrategy.syncToMe http://127.0.0.1:48009/ocvvu/nm/collection1/ has no 
replicas
   [junit4]   2> 731193 T5252 C:collection1 S:shard1 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:48009/ocvvu/nm/collection1/ shard1
   [junit4]   2> 731193 T5252 C:collection1 S:shard1 
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 731194 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 731194 T5247 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 731194 T5247 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 731196 T5218 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:48009/ocvvu/nm";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 731196 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 731197 T5247 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 731197 T5247 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 731198 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 731244 T5191 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1
   [junit4]   2> 731245 T5191 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001
   [junit4]   2> 731246 T5191 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 731246 T5252 C:collection1 S:shard1 oasc.ZkController.register 
We are http://127.0.0.1:48009/ocvvu/nm/collection1/ and leader is 
http://127.0.0.1:48009/ocvvu/nm/collection1/
   [junit4]   2> 731246 T5252 C:collection1 S:shard1 oasc.ZkController.register 
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:48009/ocvvu/nm
   [junit4]   2> 731246 T5252 C:collection1 S:shard1 
oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 731246 T5252 C:collection1 S:shard1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=active 
collection=collection1
   [junit4]   2> 731246 T5252 C:collection1 S:shard1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 731247 T5191 oejs.AbstractConnector.doStart Started 
[email protected]:45934
   [junit4]   2> 731247 T5191 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: 
{coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores, solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/tempDir-001/jetty2, hostPort=58162, hostContext=/ocvvu/nm}
   [junit4]   2> 731247 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 731248 T5191 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@add57
   [junit4]   2> 731248 T5191 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/'
   [junit4]   2> 731248 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:48009/ocvvu/nm"} current 
state version: 4
   [junit4]   2> 731249 T5252 C:collection1 S:shard1 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 3 
   [junit4]   2> 731249 T5218 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:48009/ocvvu/nm"}
   [junit4]   2> 731249 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 731250 T5247 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 2)
   [junit4]   2> 731250 T5247 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 731261 T5191 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/solr.xml
   [junit4]   2> 731272 T5191 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores
   [junit4]   2> 731272 T5191 oasc.CoreContainer.<init> New CoreContainer 
21557911
   [junit4]   2> 731272 T5191 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/]
   [junit4]   2> 731272 T5191 oasc.CoreContainer.load loading shared library: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/lib
   [junit4]   2> 731273 T5191 oasc.SolrResourceLoader.addToClassLoader WARN 
Can't find (or read) directory to add to classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/lib).
   [junit4]   2> 731278 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 731278 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 731278 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 731279 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 731279 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 731279 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 731280 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 731280 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 731280 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 731280 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 731281 T5191 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 731281 T5191 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 731281 T5191 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 731282 T5191 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 731282 T5191 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 731282 T5191 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:49572/solr
   [junit4]   2> 731282 T5191 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 731283 T5191 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 731283 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 731284 T5265 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@934ef4 name:ZooKeeperConnection 
Watcher:127.0.0.1:49572 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 731285 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 731285 T5191 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 731286 T5191 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 731287 T5268 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d6e98a name:ZooKeeperConnection 
Watcher:127.0.0.1:49572/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 731287 T5191 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 731289 T5191 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 732292 T5191 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58162_ocvvu%2Fnm
   [junit4]   2> 732292 T5191 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:58162_ocvvu%2Fnm
   [junit4]   2> 732295 T5191 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 732296 T5191 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores
   [junit4]   2> 732297 T5191 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: 
{dataDir=data/, 
instanceDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1, name=collection1, 
collection=collection1, transient=false, shard=, coreNodeName=, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/, config=solrconfig.xml, 
schema=schema.xml, loadOnStartup=true}
   [junit4]   2> 732297 T5191 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/
   [junit4]   2> 732297 T5191 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 732299 T5269 C:collection1 c:collection1 
oasc.ZkController.publish publishing core=collection1 state=down 
collection=collection1
   [junit4]   2> 732299 T5269 C:collection1 c:collection1 
oasc.ZkController.publish numShards not found on descriptor - reading it from 
system property
   [junit4]   2> 732299 T5217 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 732300 T5269 C:collection1 c:collection1 
oasc.ZkController.preRegister Registering watch for external collection 
collection1
   [junit4]   2> 732300 T5218 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:58162_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:58162/ocvvu/nm"} current 
state version: 4
   [junit4]   2> 732300 T5269 C:collection1 c:collection1 
oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 732300 T5218 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "node_name":"127.0.0.1:58162_ocvvu%2Fnm",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "roles":null,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "base_url":"http://127.0.0.1:58162/ocvvu/nm"}
   [junit4]   2> 732300 T5269 C:collection1 c:collection1 
oascc.ZkStateReader.addZkWatch Updating collection state at 
/collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 732300 T5218 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=1
   [junit4]   2> 732301 T5218 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 732301 T5269 C:collection1 c:collection1 
oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to 
ver 4 
   [junit4]   2> 732301 T5269 C:collection1 c:collection1 
oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 732301 T5218 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 732302 T5268 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 3)
   [junit4]   2> 732302 T5247 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json for collection collection1 has 
occurred - updating... (live nodes size: 3)
   [junit4]   2> 732302 T5268 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 732302 T5247 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 733301 T5269 C:collection1 c:collection1 
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
collection1
   [junit4]   2> 733302 T5269 C:collection1 c:collection1 
oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 733302 T5269 C:collection1 c:collection1 
oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 733302 T5269 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName Load collection config 
from:/collections/collection1
   [junit4]   2> 733303 T5269 C:collection1 c:collection1 
oascc.ZkStateReader.readConfigName path=/collections/collection1 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 733303 T5269 C:collection1 c:collection1 
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/'
   [junit4]   2> 733318 T5269 C:collection1 c:collection1 
oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 733320 T5269 C:collection1 c:collection1 oasc.Config.<init> 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 733324 T5269 C:collection1 c:collection1 
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 733334 T5269 C:collection1 c:collection1 
oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 733356 T5269 C:collection1 c:collection1 
oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 733356 T5269 C:collection1 c:collection1 
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 733362 T5269 C:collection1 c:collection1 
oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 733581 T5269 C:collection1 c:collection1 
oass.OpenExchangeRatesOrgProvider.init Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 733587 T5269 C:collection1 c:collection1 
oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 733589 T5269 C:collection1 c:collection1 
oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 733595 T5269 C:collection1 c:collection1 
oass.FileExchangeRateProvider.reload 

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

t4]   2> 780147 T5317 oasc.SolrCore.closeSearcher [collection1] Closing main 
searcher on request.
   [junit4]   2> 780160 T5317 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 780160 T5317 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 
D943162DE9F3006A-001/shard-2-001/cores/collection1/data/index.20150406073718274 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 
D943162DE9F3006A-001/shard-2-001/cores/collection1/data/index.20150406073718274;done=false>>]
   [junit4]   2> 780160 T5317 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/data/index.20150406073718274
   [junit4]   2> 780160 T5317 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/data 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 780161 T5317 oasc.CachingDirectoryFactory.close Closing 
directory: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001/shard-2-001/cores/collection1/data
   [junit4]   2> 780191 T5191 C:control_collection S:shard1 c:collection1 
oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/ocvvu/nm,null}
   [junit4]   2> 780382 T5191 C:control_collection S:shard1 c:collection1 
oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49572 49572
   [junit4]   2> 780417 T5192 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:49572 49572
   [junit4]   2> 780418 T5192 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN 
Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/aliases.json
   [junit4]   2>                4       /solr/clusterstate.json
   [junit4]   2>                3       /solr/configs/conf1
   [junit4]   2>                2       /solr/collections/collection1/state.json
   [junit4]   2>        
   [junit4]   2>        Maximum concurrent children watches above limit:
   [junit4]   2>        
   [junit4]   2>                4       /solr/live_nodes
   [junit4]   2>                3       /solr/overseer/collection-queue-work
   [junit4]   2>                3       /solr/overseer/queue
   [junit4]   2>        
   [junit4]   2> 780418 T5191 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 7 connections to: 
http://127.0.0.1:48009/ocvvu/nm
   [junit4]   2> 780418 T5191 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 1 connections to: 
http://127.0.0.1:58162/ocvvu/nm
   [junit4]   2> 780419 T5191 C:control_collection S:shard1 c:collection1 
oasc.SocketProxy.close WARN Closing 0 connections to: 
http://127.0.0.1:56701/ocvvu/nm
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test 
-Dtests.seed=D943162DE9F3006A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=hu_HU -Dtests.timezone=EST5EDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 53.2s J0 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all 
replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: 
{
   [junit4]    >   "control_collection":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:56701_ocvvu%2Fnm",
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:56701/ocvvu/nm";,
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoCreated":"true"},
   [junit4]    >   "collection1":{
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "node_name":"127.0.0.1:48009_ocvvu%2Fnm",
   [junit4]    >             "state":"active",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:48009/ocvvu/nm";,
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:58162_ocvvu%2Fnm",
   [junit4]    >             "state":"recovering",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "base_url":"http://127.0.0.1:58162/ocvvu/nm"}}}},
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D943162DE9F3006A:511729F7470F6D92]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1925)
   [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> 780430 T5191 C:control_collection S:shard1 c:collection1 
oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-5.1-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest
 D943162DE9F3006A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{intDefault=FST50, _version_=FST50, a_t=FST50, text=Lucene50(blocksize=128), 
range_facet_l=FST50, timestamp=FST50, 
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, 
locale=hu_HU, timezone=EST5EDT
   [junit4]   2> NOTE: Linux 3.13.0-48-generic i386/Oracle Corporation 1.7.0_76 
(32-bit)/cpus=12,threads=1,free=411809848,total=481296384
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestManagedSynonymFilterFactory, TestFieldCollectionResource, 
ConnectionManagerTest, DateFieldTest, AtomicUpdatesTest, OverseerStatusTest, 
ChaosMonkeyNothingIsSafeTest, URLClassifyProcessorTest, TestTolerantSearch, 
TestCSVLoader, TestSolr4Spatial, TestOrdValues, TestSchemaSimilarityResource, 
CustomCollectionTest, TestSolrConfigHandlerCloud, 
SimpleCollectionCreateDeleteTest, TestSortingResponseWriter, 
TestDocumentBuilder, SyncSliceTest, LeaderElectionIntegrationTest, 
HdfsSyncSliceTest, TestSchemaNameResource, TestMissingGroups, 
HdfsDirectoryTest, TestRandomFaceting, ResponseHeaderTest, 
HdfsChaosMonkeySafeLeaderTest, IndexBasedSpellCheckerTest, 
TestPhraseSuggestions, TestCloudInspectUtil, SuggesterFSTTest, TestBadConfig, 
DistributedSpellCheckComponentTest, TestSolrConfigHandlerConcurrent, 
BJQParserTest, TestCopyFieldCollectionResource, HighlighterTest, 
PingRequestHandlerTest, TestFunctionQuery, TestHashQParserPlugin, 
TestRangeQuery, TestSolrIndexConfig, SolrRequestParserTest, TestUpdate, 
DistributedFacetPivotWhiteBoxTest, RequestHandlersTest, 
CoreAdminCreateDiscoverTest, TestJmxIntegration, TestJoin, TestManagedSchema, 
AsyncMigrateRouteKeyTest, MinimalSchemaTest, HttpPartitionTest, 
UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, 
TestMaxScoreQueryParser, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 53.27s, 1 test, 1 failure <<< FAILURES!

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

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


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

Reply via email to