This keeps happening ... I'll dig (borrowing Mike's terminology) and
if I can't figure it out quickly, I'll @BadApple it for now

On Fri, Apr 17, 2015 at 3:16 AM, Apache Jenkins Server
<jenk...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2962/
>
> 1 tests failed.
> REGRESSION:  org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test
>
> Error Message:
> Didn't see all replicas for shard shard1 in collection1 come up within 30000 
> ms! ClusterState: {   "control_collection":{     "replicationFactor":"1",     
> "maxShardsPerNode":"1",     "autoAddReplicas":"false",     
> "shards":{"shard1":{         "range":"80000000-7fffffff",         
> "state":"active",         "replicas":{"core_node1":{             
> "node_name":"127.0.0.1:37291_",             "core":"collection1",             
> "base_url":"http://127.0.0.1:37291";,             "state":"active",            
>  "leader":"true"}}}},     "autoCreated":"true",     
> "router":{"name":"compositeId"}},   "collection1":{     
> "replicationFactor":"1",     "maxShardsPerNode":"1",     
> "autoAddReplicas":"false",     "shards":{"shard1":{         
> "range":"80000000-7fffffff",         "state":"active",         "replicas":{   
>         "core_node1":{             "node_name":"127.0.0.1:37297_",            
>  "core":"collection1",             "base_url":"http://127.0.0.1:37297";,       
>       "state":"active",             "leader":"true"},           
> "core_node2":{             "node_name":"127.0.0.1:37301_",             
> "core":"collection1",             "base_url":"http://127.0.0.1:37301";,        
>      "state":"recovering"}}}},     "autoCreated":"true",     
> "router":{"name":"compositeId"}}}
>
> Stack Trace:
> java.lang.AssertionError: Didn't see all replicas for shard shard1 in 
> collection1 come up within 30000 ms! ClusterState: {
>   "control_collection":{
>     "replicationFactor":"1",
>     "maxShardsPerNode":"1",
>     "autoAddReplicas":"false",
>     "shards":{"shard1":{
>         "range":"80000000-7fffffff",
>         "state":"active",
>         "replicas":{"core_node1":{
>             "node_name":"127.0.0.1:37291_",
>             "core":"collection1",
>             "base_url":"http://127.0.0.1:37291";,
>             "state":"active",
>             "leader":"true"}}}},
>     "autoCreated":"true",
>     "router":{"name":"compositeId"}},
>   "collection1":{
>     "replicationFactor":"1",
>     "maxShardsPerNode":"1",
>     "autoAddReplicas":"false",
>     "shards":{"shard1":{
>         "range":"80000000-7fffffff",
>         "state":"active",
>         "replicas":{
>           "core_node1":{
>             "node_name":"127.0.0.1:37297_",
>             "core":"collection1",
>             "base_url":"http://127.0.0.1:37297";,
>             "state":"active",
>             "leader":"true"},
>           "core_node2":{
>             "node_name":"127.0.0.1:37301_",
>             "core":"collection1",
>             "base_url":"http://127.0.0.1:37301";,
>             "state":"recovering"}}}},
>     "autoCreated":"true",
>     "router":{"name":"compositeId"}}}
>         at 
> __randomizedtesting.SeedInfo.seed([B2BA3FF0D83C0F12:3AEE002A76C062EA]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at 
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
>         at 
> org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
>         at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at 
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 9958 lines...]
>    [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
>    [junit4]   2> Creating dataDir: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/init-core-data-001
>    [junit4]   2> 1004772 T1817 
> oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
> property: /
>    [junit4]   2> 1004778 T1817 oasc.ZkTestServer.run STARTING ZK TEST SERVER
>    [junit4]   2> 1004779 T1818 oasc.ZkTestServer$2$1.setClientPort client 
> port:0.0.0.0/0.0.0.0:0
>    [junit4]   2> 1004779 T1818 oasc.ZkTestServer$ZKServerMain.runFromConfig 
> Starting server
>    [junit4]   2> 1004879 T1817 oasc.ZkTestServer.run start zk server on 
> port:37288
>    [junit4]   2> 1004880 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1004880 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1004884 T1825 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@46c233ac 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288 got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1004884 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> 1004885 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1004885 T1817 oascc.SolrZkClient.makePath makePath: /solr
>    [junit4]   2> 1004887 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1004888 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1004889 T1828 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@439ab4bb 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288/solr got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1004890 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> 1004890 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1004890 T1817 oascc.SolrZkClient.makePath makePath: 
> /collections/collection1
>    [junit4]   2> 1004892 T1817 oascc.SolrZkClient.makePath makePath: 
> /collections/collection1/shards
>    [junit4]   2> 1004894 T1817 oascc.SolrZkClient.makePath makePath: 
> /collections/control_collection
>    [junit4]   2> 1004895 T1817 oascc.SolrZkClient.makePath makePath: 
> /collections/control_collection/shards
>    [junit4]   2> 1004897 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
>  to /configs/conf1/solrconfig.xml
>    [junit4]   2> 1004897 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/solrconfig.xml
>    [junit4]   2> 1004900 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
>  to /configs/conf1/schema.xml
>    [junit4]   2> 1004900 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/schema.xml
>    [junit4]   2> 1005002 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
>  to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 1005003 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/solrconfig.snippet.randomindexconfig.xml
>    [junit4]   2> 1005005 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
>  to /configs/conf1/stopwords.txt
>    [junit4]   2> 1005005 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/stopwords.txt
>    [junit4]   2> 1005007 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
>  to /configs/conf1/protwords.txt
>    [junit4]   2> 1005007 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/protwords.txt
>    [junit4]   2> 1005009 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
>  to /configs/conf1/currency.xml
>    [junit4]   2> 1005009 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/currency.xml
>    [junit4]   2> 1005011 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
>  to /configs/conf1/enumsConfig.xml
>    [junit4]   2> 1005012 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/enumsConfig.xml
>    [junit4]   2> 1005013 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
>  to /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 1005014 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/open-exchange-rates.json
>    [junit4]   2> 1005016 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
>  to /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 1005016 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/mapping-ISOLatin1Accent.txt
>    [junit4]   2> 1005018 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
>  to /configs/conf1/old_synonyms.txt
>    [junit4]   2> 1005018 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/old_synonyms.txt
>    [junit4]   2> 1005020 T1817 oasc.AbstractZkTestCase.putConfig put 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
>  to /configs/conf1/synonyms.txt
>    [junit4]   2> 1005020 T1817 oascc.SolrZkClient.makePath makePath: 
> /configs/conf1/synonyms.txt
>    [junit4]   2> 1005951 T1817 oas.SolrTestCaseJ4.writeCoreProperties Writing 
> core.properties file to 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1
>    [junit4]   2> 1005954 T1817 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1005967 T1817 oejs.AbstractConnector.doStart Started 
> SocketConnector@127.0.0.1:37292
>    [junit4]   2> 1005968 T1817 oascse.JettySolrRunner$1.lifeCycleStarted 
> Jetty properties: {hostPort=37291, 
> coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores, hostContext=/, 
> solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/tempDir-001/control/data}
>    [junit4]   2> 1005968 T1817 oass.SolrDispatchFilter.init 
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3972aa3f
>    [junit4]   2> 1005969 T1817 oasc.SolrResourceLoader.<init> new 
> SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/'
>    [junit4]   2> 1006013 T1817 oasc.SolrXmlConfig.fromFile Loading container 
> configuration from 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/solr.xml
>    [junit4]   2> 1006066 T1817 oasc.CorePropertiesLocator.<init> 
> Config-defined core root directory: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores
>    [junit4]   2> 1006067 T1817 oasc.CoreContainer.<init> New CoreContainer 
> 186103838
>    [junit4]   2> 1006067 T1817 oasc.CoreContainer.load Loading cores into 
> CoreContainer 
> [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/]
>    [junit4]   2> 1006068 T1817 oasc.CoreContainer.load loading shared 
> library: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/lib
>    [junit4]   2> 1006068 T1817 oasc.SolrResourceLoader.addToClassLoader WARN 
> Can't find (or read) directory to add to classloader: lib (resolved as: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/lib).
>    [junit4]   2> 1006081 T1817 oashc.HttpShardHandlerFactory.init created 
> with socketTimeout : 90000,urlScheme : ,connTimeout : 
> 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 
> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : 
> -1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1006088 T1817 oasu.UpdateShardHandler.<init> Creating 
> UpdateShardHandler HTTP client with params: 
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1006089 T1817 oasl.LogWatcher.createWatcher SLF4J impl is 
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1006089 T1817 oasl.LogWatcher.newRegisteredLogWatcher 
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1006090 T1817 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1006090 T1817 oasc.ZkContainer.initZooKeeper Zookeeper 
> client=127.0.0.1:37288/solr
>    [junit4]   2> 1006090 T1817 oasc.ZkController.checkChrootPath zkHost 
> includes chroot
>    [junit4]   2> 1006091 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1006091 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1006093 T1840 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@3dc6e1 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288 got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1006094 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> 1006094 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1006096 T1817 N:127.0.0.1:37291_ 
> oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
> ZooKeeper
>    [junit4]   2> 1006098 T1843 N:127.0.0.1:37291_ 
> oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@7915cfaf 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288/solr got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1006098 T1817 N:127.0.0.1:37291_ 
> oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 1006100 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/queue
>    [junit4]   2> 1006102 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/collection-queue-work
>    [junit4]   2> 1006104 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/collection-map-running
>    [junit4]   2> 1006106 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/collection-map-completed
>    [junit4]   2> 1006108 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/collection-map-failure
>    [junit4]   2> 1006111 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /live_nodes
>    [junit4]   2> 1006113 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /aliases.json
>    [junit4]   2> 1006114 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /clusterstate.json
>    [junit4]   2> 1006115 T1817 N:127.0.0.1:37291_ 
> oasc.ZkController.createEphemeralLiveNode Register node as live in 
> ZooKeeper:/live_nodes/127.0.0.1:37291_
>    [junit4]   2> 1006116 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /live_nodes/127.0.0.1:37291_
>    [junit4]   2> 1006118 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer_elect
>    [junit4]   2> 1006119 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer_elect/election
>    [junit4]   2> 1006121 T1817 N:127.0.0.1:37291_ oasc.Overseer.close 
> Overseer (id=null) closing
>    [junit4]   2> 1006122 T1817 N:127.0.0.1:37291_ 
> oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 
> 127.0.0.1:37291_
>    [junit4]   2> 1006123 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer_elect/leader
>    [junit4]   2> 1006124 T1817 N:127.0.0.1:37291_ oasc.Overseer.start 
> Overseer (id=93667942340886531-127.0.0.1:37291_-n_0000000000) starting
>    [junit4]   2> 1006127 T1817 N:127.0.0.1:37291_ oascc.SolrZkClient.makePath 
> makePath: /overseer/queue-work
>    [junit4]   2> 1006133 T1817 N:127.0.0.1:37291_ 
> oasc.OverseerAutoReplicaFailoverThread.<init> Starting 
> OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
> autoReplicaFailoverWaitAfterExpiration=30000 
> autoReplicaFailoverBadNodeExpiration=60000
>    [junit4]   2> 1006134 T1845 N:127.0.0.1:37291_ 
> oasc.OverseerCollectionProcessor.run Process current queue of collection 
> creations
>    [junit4]   2> 1006134 T1817 N:127.0.0.1:37291_ 
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster 
> state from ZooKeeper...
>    [junit4]   2> 1006134 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
>    [junit4]   2> 1006138 T1817 N:127.0.0.1:37291_ 
> oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores
>    [junit4]   2> 1006140 T1817 N:127.0.0.1:37291_ oasc.CoreDescriptor.<init> 
> CORE DESCRIPTOR: {loadOnStartup=true, config=solrconfig.xml, 
> instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1, 
> absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/, dataDir=data/, 
> name=collection1, collection=control_collection, coreNodeName=, 
> schema=schema.xml, shard=, transient=false}
>    [junit4]   2> 1006141 T1817 N:127.0.0.1:37291_ 
> oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/
>    [junit4]   2> 1006141 T1817 N:127.0.0.1:37291_ 
> oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 1006142 T1847 N:127.0.0.1:37291_ C:control_collection 
> c:collection1 oasc.ZkController.publish publishing core=collection1 
> state=down collection=control_collection
>    [junit4]   2> 1006142 T1847 N:127.0.0.1:37291_ C:control_collection 
> c:collection1 oasc.ZkController.publish numShards not found on descriptor - 
> reading it from system property
>    [junit4]   2> 1006143 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1006143 T1847 N:127.0.0.1:37291_ 
> oasc.ZkController.waitForCoreNodeName look for our core node name
>    [junit4]   2> 1006144 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37291_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37291";,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"} current state version: 0
>    [junit4]   2> 1006145 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Update state numShards=1 message={
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37291_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37291";,
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1006145 T1844 N:127.0.0.1:37291_ 
> oasco.ClusterStateMutator.createCollection building a new cName: 
> control_collection
>    [junit4]   2> 1006145 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
>    [junit4]   2> 1006146 T1843 N:127.0.0.1:37291_ 
> 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> 1007144 T1847 N:127.0.0.1:37291_ 
> oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
> collection1
>    [junit4]   2> 1007145 T1847 N:127.0.0.1:37291_ 
> oasc.ZkController.createCollectionZkNode Check for collection 
> zkNode:control_collection
>    [junit4]   2> 1007146 T1847 N:127.0.0.1:37291_ 
> oasc.ZkController.createCollectionZkNode Collection zkNode exists
>    [junit4]   2> 1007146 T1847 N:127.0.0.1:37291_ 
> oascc.ZkStateReader.readConfigName Load collection config 
> from:/collections/control_collection
>    [junit4]   2> 1007146 T1847 N:127.0.0.1:37291_ 
> oascc.ZkStateReader.readConfigName path=/collections/control_collection 
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 1007147 T1847 N:127.0.0.1:37291_ 
> oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/'
>    [junit4]   2> 1007164 T1847 N:127.0.0.1:37291_ 
> oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
>    [junit4]   2> 1007166 T1847 N:127.0.0.1:37291_ oasc.Config.<init> loaded 
> config solrconfig.xml with version 0
>    [junit4]   2> 1007177 T1847 N:127.0.0.1:37291_ 
> oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>    [junit4]   2> 1007198 T1847 N:127.0.0.1:37291_ oasc.SolrConfig.<init> 
> Using Lucene MatchVersion: 5.2.0
>    [junit4]   2> 1007245 T1847 N:127.0.0.1:37291_ oasc.SolrConfig.<init> 
> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1007346 T1847 N:127.0.0.1:37291_ oass.IndexSchema.readSchema 
> Reading Solr Schema from /configs/conf1/schema.xml
>    [junit4]   2> 1007357 T1847 N:127.0.0.1:37291_ oass.IndexSchema.readSchema 
> [collection1] Schema name=test
>    [junit4]   2> 1007690 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider.init Initialized with 
> rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1007701 T1847 N:127.0.0.1:37291_ oass.IndexSchema.readSchema 
> default search field in schema is text
>    [junit4]   2> 1007703 T1847 N:127.0.0.1:37291_ oass.IndexSchema.readSchema 
> unique key field: id
>    [junit4]   2> 1007713 T1847 N:127.0.0.1:37291_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1007716 T1847 N:127.0.0.1:37291_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1007719 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1007719 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1007719 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1007720 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1007720 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1007720 T1847 N:127.0.0.1:37291_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1007721 T1847 N:127.0.0.1:37291_ oasc.CoreContainer.create 
> Creating SolrCore 'collection1' using configuration from collection 
> control_collection
>    [junit4]   2> 1007721 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1007721 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/, 
> dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/data/
>    [junit4]   2> 1007721 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
> JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@569c5876
>    [junit4]   2> 1007722 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.CachingDirectoryFactory.get return new directory for 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/data
>    [junit4]   2> 1007722 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
> new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/data/index/
>    [junit4]   2> 1007722 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/data/index' doesn't 
> exist. Creating new index...
>    [junit4]   2> 1007722 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.CachingDirectoryFactory.get return new directory for 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/control-001/cores/collection1/data/index
>    [junit4]   2> 1007723 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
> org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
> minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
> maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
> maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
> noCFSRatio=0.6406118434112041]
>    [junit4]   2> 1007723 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                
> commit{dir=MockDirectoryWrapper(RAMDirectory@2a87a97e 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3088a502),segFN=segments_1,generation=1}
>    [junit4]   2> 1007724 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1007728 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "nodistrib"
>    [junit4]   2> 1007728 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "dedupe"
>    [junit4]   2> 1007728 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1007728 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "stored_sig"
>    [junit4]   2> 1007729 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain 
> "stored_sig"
>    [junit4]   2> 1007729 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "distrib-dup-test-chain-explicit"
>    [junit4]   2> 1007729 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1007729 T1847 N:127.0.0.1:37291_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain 
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1007730 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain 
> defined as default, creating implicit default
>    [junit4]   2> 1007742 T1847 N:127.0.0.1:37291_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1007743 T1847 N:127.0.0.1:37291_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1007745 T1847 N:127.0.0.1:37291_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1007746 T1847 N:127.0.0.1:37291_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1007750 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
> /admin/luke,/update/json/docs,/update/csv,/admin/mbeans,/admin/logging,/schema,/update,/replication,/admin/threads,/admin/plugins,/admin/system,/admin/ping,standard,/config,/update/json,/admin/file,/admin/properties,/get,/admin/segments
>    [junit4]   2> 1007751 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.initStatsCache Using default statsCache cache: 
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1007752 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.UpdateHandler.<init> Using UpdateLog implementation: 
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1007753 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
> numRecordsToKeep=100 maxNumLogsToKeep=10
>    [junit4]   2> 1007754 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 1007754 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 1007754 T1847 N:127.0.0.1:37291_ c:collection1 
> oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
> maxMergeAtOnce=32, maxMergeAtOnceExplicit=47, 
> maxMergedSegmentMB=93.357421875, floorSegmentMB=1.1748046875, 
> forceMergeDeletesPctAllowed=6.885172160761877, segmentsPerTier=38.0, 
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39708229879153134
>    [junit4]   2> 1007755 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                
> commit{dir=MockDirectoryWrapper(RAMDirectory@2a87a97e 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3088a502),segFN=segments_1,generation=1}
>    [junit4]   2> 1007755 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1007755 T1847 N:127.0.0.1:37291_ c:collection1 
> oass.SolrIndexSearcher.<init> Opening Searcher@1a944ccd[collection1] main
>    [junit4]   2> 1007755 T1847 N:127.0.0.1:37291_ c:collection1 
> oascc.ZkStateReader.readConfigName Load collection config 
> from:/collections/control_collection
>    [junit4]   2> 1007756 T1847 N:127.0.0.1:37291_ c:collection1 
> oascc.ZkStateReader.readConfigName path=/collections/control_collection 
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 1007756 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage 
> for the RestManager with znodeBase: /configs/conf1
>    [junit4]   2> 1007757 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 1007757 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.RestManager.init Initializing RestManager with initArgs: {}
>    [junit4]   2> 1007757 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
> ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1007758 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
> for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 1007758 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
> ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1007758 T1847 N:127.0.0.1:37291_ c:collection1 
> oasr.RestManager.init Initializing 0 registered ManagedResources
>    [junit4]   2> 1007758 T1847 N:127.0.0.1:37291_ c:collection1 
> oash.ReplicationHandler.inform Commits will be reserved for  10000
>    [junit4]   2> 1007759 T1848 N:127.0.0.1:37291_ c:collection1 
> oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
> Searcher@1a944ccd[collection1] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1007759 T1847 N:127.0.0.1:37291_ c:collection1 
> oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 1007760 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.register Register replica - 
> core:collection1 address:http://127.0.0.1:37291 collection:control_collection 
> shard:shard1
>    [junit4]   2> 1007761 T1817 N:127.0.0.1:37291_ 
> oass.SolrDispatchFilter.init 
> user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
>    [junit4]   2> 1007761 T1817 N:127.0.0.1:37291_ 
> oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>    [junit4]   2> 1007762 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: 
> /collections/control_collection/leader_elect/shard1/election
>    [junit4]   2> 1007766 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess 
> Running the leader process for shard shard1
>    [junit4]   2> 1007766 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1007767 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1007767 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1007768 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 
> oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
> to continue.
>    [junit4]   2> 1007768 T1855 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@6ed28fd9 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288/solr got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1007768 T1844 N:127.0.0.1:37291_ 
> 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> 1007768 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may 
> be the new leader - try and sync
>    [junit4]   2> 1007768 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> ASYNC  NEW_CORE C502 name=collection1 
> org.apache.solr.core.SolrCore@294056d4 url=http://127.0.0.1:37291/collection1 
> node=127.0.0.1:37291_ C502_STATE=coll:control_collection core:collection1 
> props:{node_name=127.0.0.1:37291_, core=collection1, 
> base_url=http://127.0.0.1:37291, state=down}
>    [junit4]   2> 1007769 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 C502 oasc.SyncStrategy.sync Sync replicas to 
> http://127.0.0.1:37291/collection1/
>    [junit4]   2> 1007769 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1007769 T1843 N:127.0.0.1:37291_ 
> 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> 1007769 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 C502 oasc.SyncStrategy.syncReplicas Sync Success - now 
> sync replicas to me
>    [junit4]   2> 1007770 T1817 
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster 
> state from ZooKeeper...
>    [junit4]   2> 1007770 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 C502 oasc.SyncStrategy.syncToMe 
> http://127.0.0.1:37291/collection1/ has no replicas
>    [junit4]   2> 1007771 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am 
> the new leader: http://127.0.0.1:37291/collection1/ shard1
>    [junit4]   2> 1007771 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: 
> /collections/control_collection/leaders/shard1
>    [junit4]   2> 1007773 T1817 oasc.ChaosMonkey.monkeyLog monkey: init - 
> expire sessions:false cause connection loss:false
>    [junit4]   2> 1007774 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1007775 T1844 N:127.0.0.1:37291_ 
> 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:37291";,
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 2
>    [junit4]   2> 1007878 T1855 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> 1007878 T1843 N:127.0.0.1:37291_ 
> 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> 1007927 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.register We are 
> http://127.0.0.1:37291/collection1/ and leader is 
> http://127.0.0.1:37291/collection1/
>    [junit4]   2> 1007928 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for 
> core=collection1 baseURL=http://127.0.0.1:37291
>    [junit4]   2> 1007928 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no 
> recovery necessary
>    [junit4]   2> 1007928 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 
> state=active collection=control_collection
>    [junit4]   2> 1007928 T1851 N:127.0.0.1:37291_ C:control_collection 
> S:shard1 c:collection1 oasc.ZkController.publish numShards not found on 
> descriptor - reading it from system property
>    [junit4]   2> 1007929 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1007930 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "node_name":"127.0.0.1:37291_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37291";,
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"} current state version: 3
>    [junit4]   2> 1007930 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Update state numShards=1 message={
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "node_name":"127.0.0.1:37291_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37291";,
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "collection":"control_collection",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1008033 T1855 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> 1008033 T1843 N:127.0.0.1:37291_ 
> 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> 1008759 T1817 oas.SolrTestCaseJ4.writeCoreProperties Writing 
> core.properties file to 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1
>    [junit4]   2> 1008761 T1817 
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001
>    [junit4]   2> 1008762 T1817 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1008764 T1817 oejs.AbstractConnector.doStart Started 
> SocketConnector@127.0.0.1:37298
>    [junit4]   2> 1008764 T1817 oascse.JettySolrRunner$1.lifeCycleStarted 
> Jetty properties: 
> {coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores, solrconfig=solrconfig.xml, 
> hostContext=/, hostPort=37297, 
> solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/tempDir-001/jetty1}
>    [junit4]   2> 1008765 T1817 oass.SolrDispatchFilter.init 
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3972aa3f
>    [junit4]   2> 1008765 T1817 oasc.SolrResourceLoader.<init> new 
> SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/'
>    [junit4]   2> 1008794 T1817 oasc.SolrXmlConfig.fromFile Loading container 
> configuration from 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/solr.xml
>    [junit4]   2> 1008829 T1817 oasc.CorePropertiesLocator.<init> 
> Config-defined core root directory: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores
>    [junit4]   2> 1008830 T1817 oasc.CoreContainer.<init> New CoreContainer 
> 513822785
>    [junit4]   2> 1008830 T1817 oasc.CoreContainer.load Loading cores into 
> CoreContainer 
> [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/]
>    [junit4]   2> 1008830 T1817 oasc.CoreContainer.load loading shared 
> library: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/lib
>    [junit4]   2> 1008831 T1817 oasc.SolrResourceLoader.addToClassLoader WARN 
> Can't find (or read) directory to add to classloader: lib (resolved as: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/lib).
>    [junit4]   2> 1008840 T1817 oashc.HttpShardHandlerFactory.init created 
> with socketTimeout : 90000,urlScheme : ,connTimeout : 
> 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 
> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : 
> -1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1008844 T1817 oasu.UpdateShardHandler.<init> Creating 
> UpdateShardHandler HTTP client with params: 
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1008845 T1817 oasl.LogWatcher.createWatcher SLF4J impl is 
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1008845 T1817 oasl.LogWatcher.newRegisteredLogWatcher 
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1008845 T1817 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1008846 T1817 oasc.ZkContainer.initZooKeeper Zookeeper 
> client=127.0.0.1:37288/solr
>    [junit4]   2> 1008846 T1817 oasc.ZkController.checkChrootPath zkHost 
> includes chroot
>    [junit4]   2> 1008846 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1008847 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1008848 T1867 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@7d2451da 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288 got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1008849 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> 1008849 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1008851 T1817 N:127.0.0.1:37297_ 
> oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
> ZooKeeper
>    [junit4]   2> 1008852 T1870 N:127.0.0.1:37297_ 
> oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@25fee9d9 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288/solr got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1008852 T1817 N:127.0.0.1:37297_ 
> oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 1008857 T1817 N:127.0.0.1:37297_ 
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster 
> state from ZooKeeper...
>    [junit4]   2> 1009861 T1817 N:127.0.0.1:37297_ 
> oasc.ZkController.createEphemeralLiveNode Register node as live in 
> ZooKeeper:/live_nodes/127.0.0.1:37297_
>    [junit4]   2> 1009862 T1817 N:127.0.0.1:37297_ oascc.SolrZkClient.makePath 
> makePath: /live_nodes/127.0.0.1:37297_
>    [junit4]   2> 1009864 T1817 N:127.0.0.1:37297_ oasc.Overseer.close 
> Overseer (id=null) closing
>    [junit4]   2> 1009866 T1817 N:127.0.0.1:37297_ 
> oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores
>    [junit4]   2> 1009868 T1817 N:127.0.0.1:37297_ oasc.CoreDescriptor.<init> 
> CORE DESCRIPTOR: {dataDir=data/, 
> instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1, schema=schema.xml, 
> config=solrconfig.xml, name=collection1, coreNodeName=, 
> collection=collection1, 
> absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/, shard=, 
> loadOnStartup=true, transient=false}
>    [junit4]   2> 1009868 T1817 N:127.0.0.1:37297_ 
> oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/
>    [junit4]   2> 1009868 T1817 N:127.0.0.1:37297_ 
> oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 1009869 T1871 N:127.0.0.1:37297_ C:collection1 c:collection1 
> oasc.ZkController.publish publishing core=collection1 state=down 
> collection=collection1
>    [junit4]   2> 1009870 T1871 N:127.0.0.1:37297_ C:collection1 c:collection1 
> oasc.ZkController.publish numShards not found on descriptor - reading it from 
> system property
>    [junit4]   2> 1009870 T1871 N:127.0.0.1:37297_ 
> oasc.ZkController.waitForCoreNodeName look for our core node name
>    [junit4]   2> 1009870 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1009871 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37297_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37297";,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"} current state version: 4
>    [junit4]   2> 1009872 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Update state numShards=1 message={
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37297_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37297";,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1009872 T1844 N:127.0.0.1:37291_ 
> oasco.ClusterStateMutator.createCollection building a new cName: collection1
>    [junit4]   2> 1009872 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
>    [junit4]   2> 1009873 T1870 N:127.0.0.1:37297_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1009873 T1855 oascc.ZkStateReader$2.process A cluster state 
> change: WatchedEvent state:SyncConnected type:NodeDataChanged 
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1009873 T1843 N:127.0.0.1:37291_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1010871 T1871 N:127.0.0.1:37297_ 
> oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
> collection1
>    [junit4]   2> 1010872 T1871 N:127.0.0.1:37297_ 
> oasc.ZkController.createCollectionZkNode Check for collection 
> zkNode:collection1
>    [junit4]   2> 1010872 T1871 N:127.0.0.1:37297_ 
> oasc.ZkController.createCollectionZkNode Collection zkNode exists
>    [junit4]   2> 1010872 T1871 N:127.0.0.1:37297_ 
> oascc.ZkStateReader.readConfigName Load collection config 
> from:/collections/collection1
>    [junit4]   2> 1010873 T1871 N:127.0.0.1:37297_ 
> oascc.ZkStateReader.readConfigName path=/collections/collection1 
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 1010873 T1871 N:127.0.0.1:37297_ 
> oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/'
>    [junit4]   2> 1010885 T1871 N:127.0.0.1:37297_ 
> oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
>    [junit4]   2> 1010887 T1871 N:127.0.0.1:37297_ oasc.Config.<init> loaded 
> config solrconfig.xml with version 0
>    [junit4]   2> 1010894 T1871 N:127.0.0.1:37297_ 
> oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>    [junit4]   2> 1010909 T1871 N:127.0.0.1:37297_ oasc.SolrConfig.<init> 
> Using Lucene MatchVersion: 5.2.0
>    [junit4]   2> 1010941 T1871 N:127.0.0.1:37297_ oasc.SolrConfig.<init> 
> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1011042 T1871 N:127.0.0.1:37297_ oass.IndexSchema.readSchema 
> Reading Solr Schema from /configs/conf1/schema.xml
>    [junit4]   2> 1011049 T1871 N:127.0.0.1:37297_ oass.IndexSchema.readSchema 
> [collection1] Schema name=test
>    [junit4]   2> 1011312 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider.init Initialized with 
> rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1011322 T1871 N:127.0.0.1:37297_ oass.IndexSchema.readSchema 
> default search field in schema is text
>    [junit4]   2> 1011324 T1871 N:127.0.0.1:37297_ oass.IndexSchema.readSchema 
> unique key field: id
>    [junit4]   2> 1011333 T1871 N:127.0.0.1:37297_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1011336 T1871 N:127.0.0.1:37297_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1011339 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1011340 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1011340 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1011340 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1011341 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1011341 T1871 N:127.0.0.1:37297_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1011341 T1871 N:127.0.0.1:37297_ oasc.CoreContainer.create 
> Creating SolrCore 'collection1' using configuration from collection 
> collection1
>    [junit4]   2> 1011341 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1011341 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/, 
> dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/data/
>    [junit4]   2> 1011342 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to 
> JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@569c5876
>    [junit4]   2> 1011342 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.CachingDirectoryFactory.get return new directory for 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/data
>    [junit4]   2> 1011343 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.getNewIndexDir New index directory detected: old=null 
> new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/data/index/
>    [junit4]   2> 1011343 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.initIndex WARN [collection1] Solr index directory 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/data/index' doesn't 
> exist. Creating new index...
>    [junit4]   2> 1011343 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.CachingDirectoryFactory.get return new directory for 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-1-001/cores/collection1/data/index
>    [junit4]   2> 1011343 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
> org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
> minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
> maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
> maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
> noCFSRatio=0.6406118434112041]
>    [junit4]   2> 1011344 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                
> commit{dir=MockDirectoryWrapper(RAMDirectory@4fe42218 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a7ea2),segFN=segments_1,generation=1}
>    [junit4]   2> 1011344 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1011349 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "nodistrib"
>    [junit4]   2> 1011349 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "dedupe"
>    [junit4]   2> 1011350 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1011350 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "stored_sig"
>    [junit4]   2> 1011350 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain 
> "stored_sig"
>    [junit4]   2> 1011350 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "distrib-dup-test-chain-explicit"
>    [junit4]   2> 1011351 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain 
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1011351 T1871 N:127.0.0.1:37297_ c:collection1 
> oasup.UpdateRequestProcessorChain.init inserting 
> DistributedUpdateProcessorFactory into updateRequestProcessorChain 
> "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1011351 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain 
> defined as default, creating implicit default
>    [junit4]   2> 1011370 T1871 N:127.0.0.1:37297_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1011373 T1871 N:127.0.0.1:37297_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1011374 T1871 N:127.0.0.1:37297_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1011376 T1871 N:127.0.0.1:37297_ c:collection1 
> oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1011381 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.RequestHandlers.initHandlersFromConfig Registered paths: 
> /admin/luke,/update/json/docs,/update/csv,/admin/mbeans,/admin/logging,/schema,/update,/replication,/admin/threads,/admin/plugins,/admin/system,/admin/ping,standard,/config,/update/json,/admin/file,/admin/properties,/get,/admin/segments
>    [junit4]   2> 1011383 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.initStatsCache Using default statsCache cache: 
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1011384 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.UpdateHandler.<init> Using UpdateLog implementation: 
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1011384 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
> numRecordsToKeep=100 maxNumLogsToKeep=10
>    [junit4]   2> 1011628 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 1011628 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 1011629 T1871 N:127.0.0.1:37297_ c:collection1 
> oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class 
> org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
> maxMergeAtOnce=32, maxMergeAtOnceExplicit=47, 
> maxMergedSegmentMB=93.357421875, floorSegmentMB=1.1748046875, 
> forceMergeDeletesPctAllowed=6.885172160761877, segmentsPerTier=38.0, 
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39708229879153134
>    [junit4]   2> 1011630 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                
> commit{dir=MockDirectoryWrapper(RAMDirectory@4fe42218 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7a7ea2),segFN=segments_1,generation=1}
>    [junit4]   2> 1011630 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1011631 T1871 N:127.0.0.1:37297_ c:collection1 
> oass.SolrIndexSearcher.<init> Opening Searcher@6b3de01c[collection1] main
>    [junit4]   2> 1011631 T1871 N:127.0.0.1:37297_ c:collection1 
> oascc.ZkStateReader.readConfigName Load collection config 
> from:/collections/collection1
>    [junit4]   2> 1011632 T1871 N:127.0.0.1:37297_ c:collection1 
> oascc.ZkStateReader.readConfigName path=/collections/collection1 
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 1011632 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage 
> for the RestManager with znodeBase: /configs/conf1
>    [junit4]   2> 1011632 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
> ZooKeeperStorageIO with znodeBase: /configs/conf1
>    [junit4]   2> 1011632 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.RestManager.init Initializing RestManager with initArgs: {}
>    [junit4]   2> 1011632 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.ManagedResourceStorage.load Reading _rest_managed.json using 
> ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1011633 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
> for znode /configs/conf1/_rest_managed.json
>    [junit4]   2> 1011633 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using 
> ZooKeeperStorageIO:path=/configs/conf1
>    [junit4]   2> 1011633 T1871 N:127.0.0.1:37297_ c:collection1 
> oasr.RestManager.init Initializing 0 registered ManagedResources
>    [junit4]   2> 1011633 T1871 N:127.0.0.1:37297_ c:collection1 
> oash.ReplicationHandler.inform Commits will be reserved for  10000
>    [junit4]   2> 1011634 T1872 N:127.0.0.1:37297_ c:collection1 
> oasc.SolrCore.registerSearcher [collection1] Registered new searcher 
> Searcher@6b3de01c[collection1] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1011634 T1871 N:127.0.0.1:37297_ c:collection1 
> oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 1011635 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.register Register replica - core:collection1 
> address:http://127.0.0.1:37297 collection:collection1 shard:shard1
>    [junit4]   2> 1011636 T1817 N:127.0.0.1:37297_ 
> oass.SolrDispatchFilter.init 
> user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1
>    [junit4]   2> 1011636 T1817 N:127.0.0.1:37297_ 
> oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
>    [junit4]   2> 1011636 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oascc.SolrZkClient.makePath makePath: 
> /collections/collection1/leader_elect/shard1/election
>    [junit4]   2> 1011640 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the 
> leader process for shard shard1
>    [junit4]   2> 1011641 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1011641 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough 
> replicas found to continue.
>    [junit4]   2> 1011641 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the 
> new leader - try and sync
>    [junit4]   2> ASYNC  NEW_CORE C503 name=collection1 
> org.apache.solr.core.SolrCore@20e726c3 url=http://127.0.0.1:37297/collection1 
> node=127.0.0.1:37297_ C503_STATE=coll:collection1 core:collection1 
> props:{node_name=127.0.0.1:37297_, core=collection1, 
> base_url=http://127.0.0.1:37297, state=down}
>    [junit4]   2> 1011641 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 C503 oasc.SyncStrategy.sync Sync replicas to 
> http://127.0.0.1:37297/collection1/
>    [junit4]   2> 1011641 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 C503 oasc.SyncStrategy.syncReplicas Sync Success - now sync 
> replicas to me
>    [junit4]   2> 1011641 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "operation":"leader",
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "collection":"collection1"} current state version: 5
>    [junit4]   2> 1011642 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 C503 oasc.SyncStrategy.syncToMe 
> http://127.0.0.1:37297/collection1/ has no replicas
>    [junit4]   2> 1011642 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new 
> leader: http://127.0.0.1:37297/collection1/ shard1
>    [junit4]   2> 1011642 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oascc.SolrZkClient.makePath makePath: 
> /collections/collection1/leaders/shard1
>    [junit4]   2> 1011643 T1843 N:127.0.0.1:37291_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011643 T1855 oascc.ZkStateReader$2.process A cluster state 
> change: WatchedEvent state:SyncConnected type:NodeDataChanged 
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011643 T1870 N:127.0.0.1:37297_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011646 T1844 N:127.0.0.1:37291_ 
> 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:37297";,
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "state":"active"} current state version: 6
>    [junit4]   2> 1011647 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1011648 T1870 N:127.0.0.1:37297_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011648 T1855 oascc.ZkStateReader$2.process A cluster state 
> change: WatchedEvent state:SyncConnected type:NodeDataChanged 
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011648 T1843 N:127.0.0.1:37291_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011696 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.register We are 
> http://127.0.0.1:37297/collection1/ and leader is 
> http://127.0.0.1:37297/collection1/
>    [junit4]   2> 1011697 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.register No LogReplay needed for 
> core=collection1 baseURL=http://127.0.0.1:37297
>    [junit4]   2> 1011697 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery 
> necessary
>    [junit4]   2> 1011697 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.publish publishing core=collection1 
> state=active collection=collection1
>    [junit4]   2> 1011697 T1875 N:127.0.0.1:37297_ C:collection1 S:shard1 
> c:collection1 oasc.ZkController.publish numShards not found on descriptor - 
> reading it from system property
>    [junit4]   2> 1011698 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1011699 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "node_name":"127.0.0.1:37297_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37297";,
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"} current state version: 7
>    [junit4]   2> 1011700 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Update state numShards=1 message={
>    [junit4]   2>          "shard":"shard1",
>    [junit4]   2>          "node_name":"127.0.0.1:37297_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37297";,
>    [junit4]   2>          "core_node_name":"core_node1",
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"active",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1011803 T1855 oascc.ZkStateReader$2.process A cluster state 
> change: WatchedEvent state:SyncConnected type:NodeDataChanged 
> path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011803 T1870 N:127.0.0.1:37297_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1011803 T1843 N:127.0.0.1:37291_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 2)
>    [junit4]   2> 1012963 T1817 oas.SolrTestCaseJ4.writeCoreProperties Writing 
> core.properties file to 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1
>    [junit4]   2> 1012966 T1817 
> oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001
>    [junit4]   2> 1012968 T1817 oejs.Server.doStart jetty-8.1.10.v20130312
>    [junit4]   2> 1012970 T1817 oejs.AbstractConnector.doStart Started 
> SocketConnector@127.0.0.1:37302
>    [junit4]   2> 1012970 T1817 oascse.JettySolrRunner$1.lifeCycleStarted 
> Jetty properties: 
> {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/tempDir-001/jetty2, 
> coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores, hostContext=/, hostPort=37301, 
> solrconfig=solrconfig.xml}
>    [junit4]   2> 1012970 T1817 oass.SolrDispatchFilter.init 
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@3972aa3f
>    [junit4]   2> 1012971 T1817 oasc.SolrResourceLoader.<init> new 
> SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/'
>    [junit4]   2> 1013014 T1817 oasc.SolrXmlConfig.fromFile Loading container 
> configuration from 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/solr.xml
>    [junit4]   2> 1013059 T1817 oasc.CorePropertiesLocator.<init> 
> Config-defined core root directory: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores
>    [junit4]   2> 1013059 T1817 oasc.CoreContainer.<init> New CoreContainer 
> 2019841775
>    [junit4]   2> 1013060 T1817 oasc.CoreContainer.load Loading cores into 
> CoreContainer 
> [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/]
>    [junit4]   2> 1013060 T1817 oasc.CoreContainer.load loading shared 
> library: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/lib
>    [junit4]   2> 1013060 T1817 oasc.SolrResourceLoader.addToClassLoader WARN 
> Can't find (or read) directory to add to classloader: lib (resolved as: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/lib).
>    [junit4]   2> 1013070 T1817 oashc.HttpShardHandlerFactory.init created 
> with socketTimeout : 90000,urlScheme : ,connTimeout : 
> 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 
> 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : 
> -1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1013076 T1817 oasu.UpdateShardHandler.<init> Creating 
> UpdateShardHandler HTTP client with params: 
> socketTimeout=340000&connTimeout=45000&retry=true
>    [junit4]   2> 1013077 T1817 oasl.LogWatcher.createWatcher SLF4J impl is 
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1013077 T1817 oasl.LogWatcher.newRegisteredLogWatcher 
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1013078 T1817 oasc.CoreContainer.load Node Name: 127.0.0.1
>    [junit4]   2> 1013078 T1817 oasc.ZkContainer.initZooKeeper Zookeeper 
> client=127.0.0.1:37288/solr
>    [junit4]   2> 1013078 T1817 oasc.ZkController.checkChrootPath zkHost 
> includes chroot
>    [junit4]   2> 1013078 T1817 
> oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
> ZkCredentialsProvider
>    [junit4]   2> 1013079 T1817 oascc.ConnectionManager.waitForConnected 
> Waiting for client to connect to ZooKeeper
>    [junit4]   2> 1013080 T1888 oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@19b8595f 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288 got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1013081 T1817 oascc.ConnectionManager.waitForConnected 
> Client is connected to ZooKeeper
>    [junit4]   2> 1013081 T1817 oascc.SolrZkClient.createZkACLProvider Using 
> default ZkACLProvider
>    [junit4]   2> 1013083 T1817 N:127.0.0.1:37301_ 
> oascc.ConnectionManager.waitForConnected Waiting for client to connect to 
> ZooKeeper
>    [junit4]   2> 1013084 T1891 N:127.0.0.1:37301_ 
> oascc.ConnectionManager.process Watcher 
> org.apache.solr.common.cloud.ConnectionManager@3906ed7b 
> name:ZooKeeperConnection Watcher:127.0.0.1:37288/solr got event WatchedEvent 
> state:SyncConnected type:None path:null path:null type:None
>    [junit4]   2> 1013084 T1817 N:127.0.0.1:37301_ 
> oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
>    [junit4]   2> 1013087 T1817 N:127.0.0.1:37301_ 
> oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster 
> state from ZooKeeper...
>    [junit4]   2> 1014091 T1817 N:127.0.0.1:37301_ 
> oasc.ZkController.createEphemeralLiveNode Register node as live in 
> ZooKeeper:/live_nodes/127.0.0.1:37301_
>    [junit4]   2> 1014092 T1817 N:127.0.0.1:37301_ oascc.SolrZkClient.makePath 
> makePath: /live_nodes/127.0.0.1:37301_
>    [junit4]   2> 1014094 T1817 N:127.0.0.1:37301_ oasc.Overseer.close 
> Overseer (id=null) closing
>    [junit4]   2> 1014096 T1817 N:127.0.0.1:37301_ 
> oasc.CorePropertiesLocator.discover Looking for core definitions underneath 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores
>    [junit4]   2> 1014097 T1817 N:127.0.0.1:37301_ oasc.CoreDescriptor.<init> 
> CORE DESCRIPTOR: {config=solrconfig.xml, loadOnStartup=true, 
> name=collection1, transient=false, coreNodeName=, shard=, 
> collection=collection1, 
> instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1, 
> absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/, schema=schema.xml, 
> dataDir=data/}
>    [junit4]   2> 1014098 T1817 N:127.0.0.1:37301_ 
> oasc.CorePropertiesLocator.discoverUnder Found core collection1 in 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/
>    [junit4]   2> 1014098 T1817 N:127.0.0.1:37301_ 
> oasc.CorePropertiesLocator.discover Found 1 core definitions
>    [junit4]   2> 1014099 T1892 N:127.0.0.1:37301_ C:collection1 c:collection1 
> oasc.ZkController.publish publishing core=collection1 state=down 
> collection=collection1
>    [junit4]   2> 1014099 T1892 N:127.0.0.1:37301_ C:collection1 c:collection1 
> oasc.ZkController.publish numShards not found on descriptor - reading it from 
> system property
>    [junit4]   2> 1014100 T1892 N:127.0.0.1:37301_ 
> oasc.ZkController.waitForCoreNodeName look for our core node name
>    [junit4]   2> 1014100 T1843 N:127.0.0.1:37291_ 
> oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path 
> /overseer/queue state SyncConnected
>    [junit4]   2> 1014101 T1844 N:127.0.0.1:37291_ 
> oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = 
> {
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37301_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37301";,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"} current state version: 8
>    [junit4]   2> 1014101 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Update state numShards=1 message={
>    [junit4]   2>          "shard":null,
>    [junit4]   2>          "node_name":"127.0.0.1:37301_",
>    [junit4]   2>          "core":"collection1",
>    [junit4]   2>          "roles":null,
>    [junit4]   2>          "base_url":"http://127.0.0.1:37301";,
>    [junit4]   2>          "collection":"collection1",
>    [junit4]   2>          "state":"down",
>    [junit4]   2>          "numShards":"1",
>    [junit4]   2>          "operation":"state"}
>    [junit4]   2> 1014102 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Collection already exists with numShards=1
>    [junit4]   2> 1014102 T1844 N:127.0.0.1:37291_ 
> oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
>    [junit4]   2> 1014103 T1843 N:127.0.0.1:37291_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 3)
>    [junit4]   2> 1014103 T1891 N:127.0.0.1:37301_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 3)
>    [junit4]   2> 1014103 T1855 oascc.ZkStateReader$2.process A cluster state 
> change: WatchedEvent state:SyncConnected type:NodeDataChanged 
> path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
>    [junit4]   2> 1014103 T1870 N:127.0.0.1:37297_ 
> oascc.ZkStateReader$2.process A cluster state change: WatchedEvent 
> state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has 
> occurred - updating... (live nodes size: 3)
>    [junit4]   2> 1015100 T1892 N:127.0.0.1:37301_ 
> oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for 
> collection1
>    [junit4]   2> 1015101 T1892 N:127.0.0.1:37301_ 
> oasc.ZkController.createCollectionZkNode Check for collection 
> zkNode:collection1
>    [junit4]   2> 1015101 T1892 N:127.0.0.1:37301_ 
> oasc.ZkController.createCollectionZkNode Collection zkNode exists
>    [junit4]   2> 1015101 T1892 N:127.0.0.1:37301_ 
> oascc.ZkStateReader.readConfigName Load collection config 
> from:/collections/collection1
>    [junit4]   2> 1015102 T1892 N:127.0.0.1:37301_ 
> oascc.ZkStateReader.readConfigName path=/collections/collection1 
> configName=conf1 specified config exists in ZooKeeper
>    [junit4]   2> 1015102 T1892 N:127.0.0.1:37301_ 
> oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 
> '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/'
>    [junit4]   2> 1015115 T1892 N:127.0.0.1:37301_ 
> oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
>    [junit4]   2> 1015118 T1892 N:127.0.0.1:37301_ oasc.Config.<init> loaded 
> config solrconfig.xml with version 0
>    [junit4]   2> 1015127 T1892 N:127.0.0.1:37301_ 
> oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
>    [junit4]   2> 1015145 T1892 N:127.0.0.1:37301_ oasc.SolrConfig.<init> 
> Using Lucene MatchVersion: 5.2.0
>    [junit4]   2> 1015184 T1892 N:127.0.0.1:37301_ oasc.SolrConfig.<init> 
> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1015285 T1892 N:127.0.0.1:37301_ oass.IndexSchema.readSchema 
> Reading Solr Schema from /configs/conf1/schema.xml
>    [junit4]   2> 1015293 T1892 N:127.0.0.1:37301_ oass.IndexSchema.readSchema 
> [collection1] Schema name=test
>    [junit4]   2> 1015575 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider.init Initialized with 
> rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1015585 T1892 N:127.0.0.1:37301_ oass.IndexSchema.readSchema 
> default search field in schema is text
>    [junit4]   2> 1015587 T1892 N:127.0.0.1:37301_ oass.IndexSchema.readSchema 
> unique key field: id
>    [junit4]   2> 1015596 T1892 N:127.0.0.1:37301_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1015599 T1892 N:127.0.0.1:37301_ 
> oass.FileExchangeRateProvider.reload Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1015602 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1015602 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1015602 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1015603 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from 
> open-exchange-rates.json
>    [junit4]   2> 1015603 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
> IMPORTANT NOTE
>    [junit4]   2> 1015603 T1892 N:127.0.0.1:37301_ 
> oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
> got STRING
>    [junit4]   2> 1015603 T1892 N:127.0.0.1:37301_ oasc.CoreContainer.create 
> Creating SolrCore 'collection1' using configuration from collection 
> collection1
>    [junit4]   2> 1015604 T1892 N:127.0.0.1:37301_ c:collection1 
> oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1015604 T1892 N:127.0.0.1:37301_ c:collection1 
> oasc.SolrCore.<init> [collection1] Opening new SolrCore at 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/s
>
> [...truncated too long message...]
>
> Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  
> B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/data/index.20150417212952091;done=false>>]
>    [junit4]   2> 1132217 T1937 N:127.0.0.1:37301_ 
> oasc.CachingDirectoryFactory.close Closing directory: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  
> B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/data/index.20150417212952091
>    [junit4]   2> 1132217 T1937 N:127.0.0.1:37301_ 
> oasc.CachingDirectoryFactory.closeCacheValue looking to close 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/data 
> [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/data;done=false>>]
>    [junit4]   2> 1132218 T1937 N:127.0.0.1:37301_ 
> oasc.CachingDirectoryFactory.close Closing directory: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001/shard-2-001/cores/collection1/data
>    [junit4]   2> 1132899 T1938 N:127.0.0.1:37301_ 
> oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot 
> talk to ZK
>    [junit4]   2> 1132901 T1817 oejsh.ContextHandler.doStop stopped 
> o.e.j.s.ServletContextHandler{/,null}
>    [junit4]   2> 1133077 T1817 C:control_collection S:shard1 c:collection1 
> oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:37288 37288
>    [junit4]   2> 1133173 T1818 oasc.ZkTestServer.send4LetterWord connecting 
> to 127.0.0.1:37288 37288
>    [junit4]   2> 1133174 T1818 oasc.ZkTestServer$ZKServerMain.runFromConfig 
> WARN Watch limit violations:
>    [junit4]   2>        Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>                4       /solr/clusterstate.json
>    [junit4]   2>                4       /solr/aliases.json
>    [junit4]   2>                3       /solr/configs/conf1
>    [junit4]   2>
>    [junit4]   2>        Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>                4       /solr/live_nodes
>    [junit4]   2>                3       /solr/overseer/collection-queue-work
>    [junit4]   2>                3       /solr/overseer/queue
>    [junit4]   2>
>    [junit4]   2> 1133175 T1817 C:control_collection S:shard1 c:collection1 
> oasc.SocketProxy.close WARN Closing 6 connections to: 
> http://127.0.0.1:37297/, target: http://127.0.0.1:37298/
>    [junit4]   2> 1133175 T1817 C:control_collection S:shard1 c:collection1 
> oasc.SocketProxy.close WARN Closing 0 connections to: 
> http://127.0.0.1:37291/, target: http://127.0.0.1:37292/
>    [junit4]   2> 1133175 T1817 C:control_collection S:shard1 c:collection1 
> oasc.SocketProxy.close WARN Closing 1 connections to: 
> http://127.0.0.1:37301/, target: http://127.0.0.1:37302/
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test 
> -Dtests.seed=B2BA3FF0D83C0F12 -Dtests.multiplier=2 -Dtests.slow=true 
> -Dtests.locale=no_NO -Dtests.timezone=Pacific/Fakaofo -Dtests.asserts=true 
> -Dtests.file.encoding=US-ASCII
>    [junit4] FAILURE  128s J1 | RecoveryAfterSoftCommitTest.test <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all 
> replicas for shard shard1 in collection1 come up within 30000 ms! 
> ClusterState: {
>    [junit4]    >   "control_collection":{
>    [junit4]    >     "replicationFactor":"1",
>    [junit4]    >     "maxShardsPerNode":"1",
>    [junit4]    >     "autoAddReplicas":"false",
>    [junit4]    >     "shards":{"shard1":{
>    [junit4]    >         "range":"80000000-7fffffff",
>    [junit4]    >         "state":"active",
>    [junit4]    >         "replicas":{"core_node1":{
>    [junit4]    >             "node_name":"127.0.0.1:37291_",
>    [junit4]    >             "core":"collection1",
>    [junit4]    >             "base_url":"http://127.0.0.1:37291";,
>    [junit4]    >             "state":"active",
>    [junit4]    >             "leader":"true"}}}},
>    [junit4]    >     "autoCreated":"true",
>    [junit4]    >     "router":{"name":"compositeId"}},
>    [junit4]    >   "collection1":{
>    [junit4]    >     "replicationFactor":"1",
>    [junit4]    >     "maxShardsPerNode":"1",
>    [junit4]    >     "autoAddReplicas":"false",
>    [junit4]    >     "shards":{"shard1":{
>    [junit4]    >         "range":"80000000-7fffffff",
>    [junit4]    >         "state":"active",
>    [junit4]    >         "replicas":{
>    [junit4]    >           "core_node1":{
>    [junit4]    >             "node_name":"127.0.0.1:37297_",
>    [junit4]    >             "core":"collection1",
>    [junit4]    >             "base_url":"http://127.0.0.1:37297";,
>    [junit4]    >             "state":"active",
>    [junit4]    >             "leader":"true"},
>    [junit4]    >           "core_node2":{
>    [junit4]    >             "node_name":"127.0.0.1:37301_",
>    [junit4]    >             "core":"collection1",
>    [junit4]    >             "base_url":"http://127.0.0.1:37301";,
>    [junit4]    >             "state":"recovering"}}}},
>    [junit4]    >     "autoCreated":"true",
>    [junit4]    >     "router":{"name":"compositeId"}}}
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([B2BA3FF0D83C0F12:3AEE002A76C062EA]:0)
>    [junit4]    >        at 
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1920)
>    [junit4]    >        at 
> org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
>    [junit4]    >        at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
>    [junit4]    >        at 
> org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1133188 T1817 C:control_collection S:shard1 c:collection1 
> oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at: 
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest
>  B2BA3FF0D83C0F12-001
>    [junit4]   2> 128419 T1816 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
> Will linger awaiting termination of 1 leaked thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
> {text=PostingsFormat(name=LuceneFixedGap), 
> intDefault=PostingsFormat(name=Memory doPackFST= false), 
> range_facet_l=PostingsFormat(name=Memory doPackFST= true), 
> timestamp=PostingsFormat(name=Memory doPackFST= true), id=FSTOrd50, 
> _version_=PostingsFormat(name=Memory doPackFST= false), 
> a_t=PostingsFormat(name=Memory doPackFST= true), 
> multiDefault=PostingsFormat(name=Memory doPackFST= true)}, 
> docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity, 
> locale=no_NO, timezone=Pacific/Fakaofo
>    [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 
> 1.7.0_65 (64-bit)/cpus=16,threads=1,free=137197720,total=239075328
>    [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryFactoryTest, 
> XsltUpdateRequestHandlerTest, TestFieldResource, OverseerRolesTest, 
> ScriptEngineTest, TestBinaryResponseWriter, TestDistributedSearch, 
> BinaryUpdateRequestHandlerTest, SyncSliceTest, SolrTestCaseJ4Test, 
> DocumentBuilderTest, TestCollapseQParserPlugin, TestStressVersions, 
> CSVRequestHandlerTest, TestAnalyzedSuggestions, DistributedMLTComponentTest, 
> PolyFieldTest, CloudExitableDirectoryReaderTest, SolrCmdDistributorTest, 
> TestGroupingSearch, DateRangeFieldTest, 
> DistributedQueryComponentOptimizationTest, BasicZkTest, StatsComponentTest, 
> TestSolrQueryParserDefaultOperatorResource, SimplePostToolTest, 
> TestOverriddenPrefixQueryForCustomFieldType, TestDistribDocBasedVersion, 
> LeaderElectionIntegrationTest, HdfsLockFactoryTest, 
> VMParamsZkACLAndCredentialsProvidersTest, ActionThrottleTest, 
> HighlighterTest, DocValuesMultiTest, TestSweetSpotSimilarityFactory, 
> PreAnalyzedUpdateProcessorTest, SimpleMLTQParserTest, SuggesterWFSTTest, 
> MinimalSchemaTest, WordBreakSolrSpellCheckerTest, RecoveryAfterSoftCommitTest]
>    [junit4] Completed [221/483] on J1 in 128.96s, 1 test, 1 failure <<< 
> FAILURES!
>
> [...truncated 834 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434:
>  The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991:
>  There were test failures: 483 suites, 1916 tests, 1 failure, 64 ignored (23 
> assumptions)
>
> Total time: 52 minutes 28 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2961
> Archived 5 artifacts
> Archive block size is 32768
> Received 0 blocks and 229221798 bytes
> Compression is 0.0%
> Took 42 sec
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to