You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/22 11:40:54 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_76) - Build # 11882 - Failure!

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

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

Error Message:
Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {   "collection1":{     "router":{"name":"compositeId"},     "autoCreated":"true",     "replicationFactor":"1",     "autoAddReplicas":"false",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{           "core_node1":{             "node_name":"127.0.0.1:45736_h_",             "base_url":"http://127.0.0.1:45736/h_",             "core":"collection1",             "state":"active",             "leader":"true"},           "core_node2":{             "node_name":"127.0.0.1:32798_h_",             "base_url":"http://127.0.0.1:32798/h_",             "core":"collection1",             "state":"recovering"}}}},     "maxShardsPerNode":"1"},   "control_collection":{     "router":{"name":"compositeId"},     "autoCreated":"true",     "replicationFactor":"1",     "autoAddReplicas":"false",     "shards":{"shard1":{         "range":"80000000-7fffffff",         "state":"active",         "replicas":{"core_node1":{             "node_name":"127.0.0.1:34610_h_",             "base_url":"http://127.0.0.1:34610/h_",             "core":"collection1",             "state":"active",             "leader":"true"}}}},     "maxShardsPerNode":"1"}}

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "node_name":"127.0.0.1:45736_h_",
            "base_url":"http://127.0.0.1:45736/h_",
            "core":"collection1",
            "state":"active",
            "leader":"true"},
          "core_node2":{
            "node_name":"127.0.0.1:32798_h_",
            "base_url":"http://127.0.0.1:32798/h_",
            "core":"collection1",
            "state":"recovering"}}}},
    "maxShardsPerNode":"1"},
  "control_collection":{
    "router":{"name":"compositeId"},
    "autoCreated":"true",
    "replicationFactor":"1",
    "autoAddReplicas":"false",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "node_name":"127.0.0.1:34610_h_",
            "base_url":"http://127.0.0.1:34610/h_",
            "core":"collection1",
            "state":"active",
            "leader":"true"}}}},
    "maxShardsPerNode":"1"}}
	at __randomizedtesting.SeedInfo.seed([682AD79C97409FB7:E07EE84639BCF24F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10113 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/init-core-data-001
   [junit4]   2> 612784 T2724 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /h_/
   [junit4]   2> 612787 T2724 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 612787 T2725 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 612887 T2724 oasc.ZkTestServer.run start zk server on port:54340
   [junit4]   2> 612888 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 612888 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 612890 T2732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17897e5 name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 612890 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 612891 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 612891 T2724 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 612893 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 612893 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 612894 T2735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de5fa5 name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 612895 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 612895 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 612895 T2724 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 612897 T2724 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 612898 T2724 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 612898 T2724 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 612899 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 612899 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 612901 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 612901 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 612902 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 612902 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 612903 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 612904 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 612905 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 612905 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 612906 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 612906 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 612907 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 612907 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 612908 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 612908 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 612909 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 612909 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 612910 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 612910 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 612911 T2724 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 612911 T2724 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 612962 T2724 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1
   [junit4]   2> 612963 T2724 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 612967 T2724 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43360
   [junit4]   2> 612967 T2724 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/h_, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/tempDir-001/control/data, hostPort=34610, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores}
   [junit4]   2> 612968 T2724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@173ee92
   [junit4]   2> 612968 T2724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/'
   [junit4]   2> 612981 T2724 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/solr.xml
   [junit4]   2> 612991 T2724 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores
   [junit4]   2> 612991 T2724 oasc.CoreContainer.<init> New CoreContainer 13534503
   [junit4]   2> 612992 T2724 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/]
   [junit4]   2> 612992 T2724 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/lib
   [junit4]   2> 612992 T2724 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/lib).
   [junit4]   2> 612998 T2724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 612998 T2724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 612999 T2724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 612999 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 612999 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 612999 T2724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 613000 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 613000 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 613000 T2724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 613001 T2724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 613001 T2724 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 613001 T2724 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 613002 T2724 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 613002 T2724 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 613002 T2724 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 613002 T2724 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54340/solr
   [junit4]   2> 613003 T2724 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 613003 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 613003 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 613004 T2747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@180d638 name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 613005 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 613006 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 613007 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 613008 T2750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@153526d name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 613008 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 613009 T2724 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 613010 T2724 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 613011 T2724 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 613012 T2724 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 613014 T2724 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 613015 T2724 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 613016 T2724 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 613016 T2724 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 613017 T2724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34610_h_
   [junit4]   2> 613018 T2724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34610_h_
   [junit4]   2> 613019 T2724 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 613019 T2724 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 613020 T2724 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 613021 T2724 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34610_h_
   [junit4]   2> 613022 T2724 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 613023 T2724 oasc.Overseer.start Overseer (id=93521174256812035-127.0.0.1:34610_h_-n_0000000000) starting
   [junit4]   2> 613024 T2724 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 613026 T2724 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 613027 T2752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 613027 T2751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 613027 T2724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 613029 T2724 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores
   [junit4]   2> 613030 T2724 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, name=collection1, collection=control_collection, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1, coreNodeName=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/, config=solrconfig.xml, schema=schema.xml, dataDir=data/, loadOnStartup=true, shard=}
   [junit4]   2> 613030 T2724 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/
   [junit4]   2> 613031 T2724 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 613031 T2754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 613031 T2754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 613032 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 613032 T2754 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 613032 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34610_h_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34610/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 613033 T2751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:34610_h_",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34610/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 613033 T2751 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 613033 T2751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 613034 T2750 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> 614032 T2754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 614033 T2754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 614033 T2754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 614033 T2754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 614034 T2754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 614034 T2754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/'
   [junit4]   2> 614045 T2754 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 614046 T2754 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 614051 T2754 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 614060 T2754 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 614102 T2754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 614103 T2754 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 614109 T2754 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 614283 T2754 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 614289 T2754 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 614291 T2754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 614295 T2754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 614297 T2754 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 614299 T2754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 614299 T2754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 614299 T2754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 614299 T2754 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 614300 T2754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 614300 T2754 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 614300 T2754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 614300 T2754 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 614301 T2754 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/data/
   [junit4]   2> 614301 T2754 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39e61b
   [junit4]   2> 614302 T2754 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/data
   [junit4]   2> 614302 T2754 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/data/index/
   [junit4]   2> 614302 T2754 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 614302 T2754 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/control-001/cores/collection1/data/index
   [junit4]   2> 614303 T2754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=198310476, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 614303 T2754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14aae83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bbf),segFN=segments_1,generation=1}
   [junit4]   2> 614304 T2754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 614307 T2754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 614307 T2754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 614307 T2754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 614307 T2754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 614308 T2754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 614308 T2754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 614308 T2754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 614308 T2754 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 614308 T2754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 614310 T2754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 614311 T2754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 614312 T2754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 614314 T2754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 614317 T2754 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /config,/update/json/docs,/admin/file,/admin/threads,/get,/admin/segments,/admin/system,/update/json,/admin/properties,/admin/plugins,/schema,/replication,/admin/logging,/admin/mbeans,/admin/luke,/admin/ping,standard,/update,/update/csv
   [junit4]   2> 614318 T2754 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 614319 T2754 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 614319 T2754 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 614319 T2754 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 614320 T2754 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 614320 T2754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=55.5302734375, floorSegmentMB=0.4560546875, forceMergeDeletesPctAllowed=16.186404429927702, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1816580624673524
   [junit4]   2> 614320 T2754 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14aae83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75bbf),segFN=segments_1,generation=1}
   [junit4]   2> 614321 T2754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 614321 T2754 oass.SolrIndexSearcher.<init> Opening Searcher@170c8a9[collection1] main
   [junit4]   2> 614321 T2754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 614322 T2754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 614322 T2754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 614322 T2754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 614322 T2754 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 614322 T2754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 614323 T2754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 614323 T2754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 614323 T2754 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 614323 T2754 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 614324 T2754 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 614324 T2755 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@170c8a9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 614324 T2758 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34610/h_ collection:control_collection shard:shard1
   [junit4]   2> 614324 T2724 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 614325 T2724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 614325 T2758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 614326 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 614326 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 614327 T2762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41c259 name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 614327 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 614328 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 614328 T2758 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 614328 T2724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 614329 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 614329 T2758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 614329 T2758 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 614329 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> ASYNC  NEW_CORE C701 name=collection1 org.apache.solr.core.SolrCore@c60997 url=http://127.0.0.1:34610/h_/collection1 node=127.0.0.1:34610_h_ C701_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:34610_h_, base_url=http://127.0.0.1:34610/h_, core=collection1, state=down}
   [junit4]   2> 614329 T2758 C701 P34610 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:34610/h_/collection1/
   [junit4]   2> 614330 T2724 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 614330 T2758 C701 P34610 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 614330 T2724 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 614330 T2758 C701 P34610 oasc.SyncStrategy.syncToMe http://127.0.0.1:34610/h_/collection1/ has no replicas
   [junit4]   2> 614331 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 614331 T2758 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:34610/h_/collection1/ shard1
   [junit4]   2> 614331 T2758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 614331 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 614332 T2765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3194b2 name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 614332 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 614332 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 614333 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 614334 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34610/h_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 614335 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 614335 T2751 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 614336 T2750 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> 614336 T2762 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> 614338 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 614338 T2751 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 614339 T2762 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> 614339 T2750 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> 614384 T2758 oasc.ZkController.register We are http://127.0.0.1:34610/h_/collection1/ and leader is http://127.0.0.1:34610/h_/collection1/
   [junit4]   2> 614384 T2758 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34610/h_
   [junit4]   2> 614384 T2758 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 614384 T2758 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 614384 T2758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 614385 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 614386 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34610_h_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34610/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active"} current state version: 3
   [junit4]   2> 614386 T2751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34610_h_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34610/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 614411 T2724 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1
   [junit4]   2> 614412 T2724 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001
   [junit4]   2> 614413 T2724 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 614414 T2724 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34596
   [junit4]   2> 614415 T2724 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/tempDir-001/jetty1, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores, hostContext=/h_, solrconfig=solrconfig.xml, hostPort=45736}
   [junit4]   2> 614415 T2724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@173ee92
   [junit4]   2> 614416 T2724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/'
   [junit4]   2> 614431 T2724 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/solr.xml
   [junit4]   2> 614441 T2724 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores
   [junit4]   2> 614441 T2724 oasc.CoreContainer.<init> New CoreContainer 13815264
   [junit4]   2> 614442 T2724 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/]
   [junit4]   2> 614442 T2724 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/lib
   [junit4]   2> 614442 T2724 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/lib).
   [junit4]   2> 614447 T2724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 614448 T2724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 614448 T2724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 614448 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 614448 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 614449 T2724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 614449 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 614449 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 614450 T2724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 614450 T2724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 614450 T2724 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 614450 T2724 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 614451 T2724 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 614451 T2724 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 614451 T2724 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 614451 T2724 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54340/solr
   [junit4]   2> 614452 T2724 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 614452 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 614452 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 614453 T2777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f1588 name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 614454 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 614455 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 614456 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 614456 T2780 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1804907 name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 614457 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 614459 T2724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 614488 T2780 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> 614488 T2762 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> 614488 T2750 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> 615462 T2724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45736_h_
   [junit4]   2> 615463 T2724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45736_h_
   [junit4]   2> 615464 T2724 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 615465 T2724 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores
   [junit4]   2> 615466 T2724 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema.xml, coreNodeName=, dataDir=data/, name=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/, transient=false, collection=collection1, config=solrconfig.xml, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1, shard=, loadOnStartup=true}
   [junit4]   2> 615466 T2724 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/
   [junit4]   2> 615467 T2724 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 615468 T2781 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 615468 T2781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 615469 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 615469 T2781 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 615469 T2781 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 615469 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45736_h_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45736/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 615469 T2781 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 615470 T2751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45736_h_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45736/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 615470 T2751 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 615470 T2781 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 615470 T2751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 615470 T2781 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 615572 T2751 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 615572 T2780 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 615573 T2780 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 616471 T2781 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 616471 T2781 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 616471 T2781 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 616472 T2781 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 616472 T2781 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 616472 T2781 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/'
   [junit4]   2> 616483 T2781 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 616509 T2781 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 616514 T2781 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 616524 T2781 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 616545 T2781 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 616546 T2781 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 616552 T2781 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 616730 T2781 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 616736 T2781 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 616738 T2781 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 616743 T2781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 616745 T2781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 616746 T2781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 616747 T2781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 616747 T2781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 616747 T2781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 616748 T2781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 616748 T2781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 616748 T2781 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 616748 T2781 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 616748 T2781 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 616749 T2781 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39e61b
   [junit4]   2> 616750 T2781 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/data
   [junit4]   2> 616750 T2781 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 616750 T2781 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 616750 T2781 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 616751 T2781 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=198310476, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 616752 T2781 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@49770f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127b467),segFN=segments_1,generation=1}
   [junit4]   2> 616752 T2781 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 616756 T2781 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 616756 T2781 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 616756 T2781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 616757 T2781 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 616757 T2781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 616757 T2781 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 616757 T2781 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 616758 T2781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 616758 T2781 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 616759 T2781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 616761 T2781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 616762 T2781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 616763 T2781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 616768 T2781 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /config,/update/json/docs,/admin/file,/admin/threads,/get,/admin/segments,/admin/system,/update/json,/admin/properties,/admin/plugins,/schema,/replication,/admin/logging,/admin/mbeans,/admin/luke,/admin/ping,standard,/update,/update/csv
   [junit4]   2> 616770 T2781 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 616770 T2781 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 616770 T2781 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 616771 T2781 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 616771 T2781 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 616772 T2781 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=55.5302734375, floorSegmentMB=0.4560546875, forceMergeDeletesPctAllowed=16.186404429927702, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1816580624673524
   [junit4]   2> 616772 T2781 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@49770f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@127b467),segFN=segments_1,generation=1}
   [junit4]   2> 616772 T2781 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 616773 T2781 oass.SolrIndexSearcher.<init> Opening Searcher@282292[collection1] main
   [junit4]   2> 616773 T2781 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 616774 T2781 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 616774 T2781 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 616774 T2781 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 616774 T2781 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 616774 T2781 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 616775 T2781 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 616775 T2781 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 616775 T2781 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 616775 T2781 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 616776 T2782 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@282292[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 616776 T2781 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 616777 T2785 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45736/h_ collection:collection1 shard:shard1
   [junit4]   2> 616777 T2724 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 616777 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 616778 T2724 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 616779 T2785 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 616780 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 616780 T2785 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 616780 T2785 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 616781 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> ASYNC  NEW_CORE C702 name=collection1 org.apache.solr.core.SolrCore@18af8b2 url=http://127.0.0.1:45736/h_/collection1 node=127.0.0.1:45736_h_ C702_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:45736_h_, base_url=http://127.0.0.1:45736/h_, core=collection1, state=down}
   [junit4]   2> 616781 T2785 C702 P45736 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45736/h_/collection1/
   [junit4]   2> 616781 T2785 C702 P45736 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 616781 T2785 C702 P45736 oasc.SyncStrategy.syncToMe http://127.0.0.1:45736/h_/collection1/ has no replicas
   [junit4]   2> 616781 T2751 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 616781 T2785 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45736/h_/collection1/ shard1
   [junit4]   2> 616782 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 616782 T2780 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 616782 T2780 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 616784 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 616784 T2751 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:45736/h_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 616785 T2751 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 616785 T2780 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 616786 T2780 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 616830 T2724 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1
   [junit4]   2> 616831 T2724 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001
   [junit4]   2> 616831 T2724 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 616833 T2724 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47080
   [junit4]   2> 616833 T2724 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/h_, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/tempDir-001/jetty2, hostPort=32798}
   [junit4]   2> 616834 T2724 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@173ee92
   [junit4]   2> 616834 T2724 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/'
   [junit4]   2> 616834 T2785 oasc.ZkController.register We are http://127.0.0.1:45736/h_/collection1/ and leader is http://127.0.0.1:45736/h_/collection1/
   [junit4]   2> 616834 T2785 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45736/h_
   [junit4]   2> 616835 T2785 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 616835 T2785 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 616835 T2785 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 616836 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 616836 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45736_h_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45736/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 616837 T2751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45736_h_",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45736/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 616837 T2785 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 616837 T2751 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 616838 T2780 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 616838 T2780 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 616861 T2724 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/solr.xml
   [junit4]   2> 616871 T2724 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores
   [junit4]   2> 616872 T2724 oasc.CoreContainer.<init> New CoreContainer 30213151
   [junit4]   2> 616872 T2724 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/]
   [junit4]   2> 616872 T2724 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/lib
   [junit4]   2> 616873 T2724 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/lib).
   [junit4]   2> 616878 T2724 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 616879 T2724 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 616879 T2724 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 616879 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 616879 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 616880 T2724 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 616880 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 616880 T2724 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 616880 T2724 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 616881 T2724 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 616881 T2724 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 616881 T2724 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 616882 T2724 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 616882 T2724 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 616882 T2724 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 616882 T2724 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54340/solr
   [junit4]   2> 616883 T2724 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 616883 T2724 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 616884 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 616884 T2798 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18f2dc1 name:ZooKeeperConnection Watcher:127.0.0.1:54340 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 616885 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 616886 T2724 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 616887 T2724 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 616888 T2801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e03f4f name:ZooKeeperConnection Watcher:127.0.0.1:54340/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 616888 T2724 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 616891 T2724 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 617894 T2724 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32798_h_
   [junit4]   2> 617894 T2724 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32798_h_
   [junit4]   2> 617897 T2724 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 617898 T2724 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores
   [junit4]   2> 617899 T2724 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, collection=collection1, dataDir=data/, loadOnStartup=true, coreNodeName=, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1, schema=schema.xml, config=solrconfig.xml, name=collection1, shard=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/}
   [junit4]   2> 617899 T2724 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/
   [junit4]   2> 617899 T2724 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 617900 T2802 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 617901 T2802 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 617901 T2750 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 617902 T2802 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 617902 T2751 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32798_h_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32798/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 617902 T2802 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 617902 T2751 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:32798_h_",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:32798/h_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 617902 T2802 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 617902 T2751 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 617903 T2751 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 617903 T2802 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 617903 T2802 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 617903 T2751 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 617903 T2801 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 617904 T2780 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 617904 T2801 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 617904 T2780 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 618903 T2802 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 618904 T2802 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 618904 T2802 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 618904 T2802 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 618905 T2802 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 618905 T2802 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/'
   [junit4]   2> 618916 T2802 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 618918 T2802 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 618922 T2802 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 618932 T2802 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 618954 T2802 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 618955 T2802 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 618960 T2802 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 619136 T2802 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 619142 T2802 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 619144 T2802 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 619163 T2802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 619166 T2802 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 619167 T2802 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 619168 T2802 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 619168 T2802 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 619168 T2802 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 619169 T2802 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 619169 T2802 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 619169 T2802 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 619169 T2802 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 619170 T2802 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 619170 T2802 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39e61b
   [junit4]   2> 619171 T2802 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data
   [junit4]   2> 619171 T2802 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 619171 T2802 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 619171 T2802 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 619172 T2802 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=198310476, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 619172 T2802 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@346de7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b8e23),segFN=segments_1,generation=1}
   [junit4]   2> 619172 T2802 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 619176 T2802 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 619177 T2802 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 619177 T2802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 619177 T2802 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 619177 T2802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 619177 T2802 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 619178 T2802 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 619178 T2802 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 619178 T2802 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 619180 T2802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 619181 T2802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 619182 T2802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 619183 T2802 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 619189 T2802 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /config,/update/json/docs,/admin/file,/admin/threads,/get,/admin/segments,/admin/system,/update/json,/admin/properties,/admin/plugins,/schema,/replication,/admin/logging,/admin/mbeans,/admin/luke,/admin/ping,standard,/update,/update/csv
   [junit4]   2> 619190 T2802 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 619190 T2802 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 619190 T2802 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 619191 T2802 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 619191 T2802 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 619192 T2802 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=55.5302734375, floorSegmentMB=0.4560546875, forceMergeDeletesPctAllowed=16.186404429927702, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1816580624673524
   [junit4]   2> 619192 T2802 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@346de7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b

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

eValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data;done=false>>]
   [junit4]   2> 662189 T2849 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data
   [junit4]   2> 662190 T2849 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index.20150322212439331 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index.20150322212439331;done=false>>]
   [junit4]   2> 662190 T2849 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001/shard-2-001/cores/collection1/data/index.20150322212439331
   [junit4]   2> 662221 T2724 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/h_,null}
   [junit4]   2> 662412 T2724 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54340 54340
   [junit4]   2> 662419 T2725 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54340 54340
   [junit4]   2> 662420 T2725 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/aliases.json
   [junit4]   2> 		4	/solr/clusterstate.json
   [junit4]   2> 		3	/solr/configs/conf1
   [junit4]   2> 		2	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> 662421 T2724 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:32798/h_
   [junit4]   2> 662421 T2724 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:34610/h_
   [junit4]   2> 662421 T2724 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:45736/h_
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=682AD79C97409FB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr_CS -Dtests.timezone=Australia/Sydney -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 49.6s J0 | RecoveryAfterSoftCommitTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
   [junit4]    >   "collection1":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"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:45736_h_",
   [junit4]    >             "base_url":"http://127.0.0.1:45736/h_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "node_name":"127.0.0.1:32798_h_",
   [junit4]    >             "base_url":"http://127.0.0.1:32798/h_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"recovering"}}}},
   [junit4]    >     "maxShardsPerNode":"1"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "autoCreated":"true",
   [junit4]    >     "replicationFactor":"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:34610_h_",
   [junit4]    >             "base_url":"http://127.0.0.1:34610/h_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "state":"active",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "maxShardsPerNode":"1"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([682AD79C97409FB7:E07EE84639BCF24F]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1995)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 662435 T2724 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest 682AD79C97409FB7-001
   [junit4]   2> 49653 T2723 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {range_facet_l=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=LuceneFixedGap), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=PostingsFormat(name=LuceneFixedGap), _version_=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Asserting), id=PostingsFormat(name=Direct), a_t=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=sr_CS, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_76 (32-bit)/cpus=12,threads=1,free=379969216,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, DeleteInactiveReplicaTest, TestReversedWildcardFilterFactory, TestOverriddenPrefixQueryForCustomFieldType, HighlighterTest, TestRandomFaceting, HdfsBasicDistributedZk2Test, SolrCoreTest, DistributedFacetPivotLongTailTest, TestRandomMergePolicy, TestFaceting, BadCopyFieldTest, TestUpdate, SimpleCollectionCreateDeleteTest, SignatureUpdateProcessorFactoryTest, SimplePostToolTest, ChangedSchemaMergeTest, TermVectorComponentTest, TestSolrDeletionPolicy1, TestRestManager, PingRequestHandlerTest, TestSolrQueryParserResource, TestExactStatsCache, SolrIndexConfigTest, TestReplicationHandlerBackup, AtomicUpdatesTest, TestConfig, DistributedSpellCheckComponentTest, TestBinaryField, TestCSVLoader, TestManagedSchemaFieldTypeResource, HttpPartitionTest, TestRecoveryHdfs, TestJsonRequest, TestDefaultSearchFieldResource, TestDynamicLoading, TestSimpleTrackingShardHandler, TestPhraseSuggestions, DocExpirationUpdateProcessorFactoryTest, TestFunctionQuery, RequestLoggingTest, TestSolrIndexConfig, IndexBasedSpellCheckerTest, TimeZoneUtilsTest, TermsComponentTest, TestFileDictionaryLookup, SuggesterWFSTTest, AddBlockUpdateTest, TestRemoteStreaming, TestFreeTextSuggestions, RequestHandlersTest, PeerSyncTest, HighlighterConfigTest, PreAnalyzedUpdateProcessorTest, TestJsonFacets, TestObjectReleaseTracker, TestSolrQueryParserDefaultOperatorResource, DistributedFacetPivotWhiteBoxTest, TestBulkSchemaAPI, HdfsUnloadDistributedZkTest, ShardSplitTest, FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest, PrimitiveFieldTypeTest, TestDistributedSearch, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 50.18s, 1 test, 1 failure <<< FAILURES!

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

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