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/02/14 18:38:10 UTC

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

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

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

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

Stack Trace:
java.lang.AssertionError: Didn't see all replicas for shard shard1 in collection1 come up within 30000 ms! ClusterState: {
  "collection1":{
    "autoAddReplicas":"false",
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{
          "core_node1":{
            "base_url":"http://127.0.0.1:45939",
            "state":"active",
            "node_name":"127.0.0.1:45939_",
            "core":"collection1",
            "leader":"true"},
          "core_node2":{
            "base_url":"http://127.0.0.1:35933",
            "state":"recovering",
            "node_name":"127.0.0.1:35933_",
            "core":"collection1"}}}},
    "autoCreated":"true"},
  "control_collection":{
    "autoAddReplicas":"false",
    "replicationFactor":"1",
    "router":{"name":"compositeId"},
    "maxShardsPerNode":"1",
    "shards":{"shard1":{
        "range":"80000000-7fffffff",
        "state":"active",
        "replicas":{"core_node1":{
            "base_url":"http://127.0.0.1:49210",
            "state":"active",
            "node_name":"127.0.0.1:49210_",
            "core":"collection1",
            "leader":"true"}}}},
    "autoCreated":"true"}}
	at __randomizedtesting.SeedInfo.seed([E73CA014B7D43940:6F689FCE192854B8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1931)
	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:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
	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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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 10076 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/init-core-data-001
   [junit4]   2> 1261092 T5312 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1261096 T5312 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1261097 T5313 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1261199 T5312 oasc.ZkTestServer.run start zk server on port:43286
   [junit4]   2> 1261199 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1261200 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1261202 T5320 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c5bb7 name:ZooKeeperConnection Watcher:127.0.0.1:43286 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1261203 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1261204 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1261204 T5312 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1261207 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1261208 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1261210 T5323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@121fb26 name:ZooKeeperConnection Watcher:127.0.0.1:43286/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1261210 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1261211 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1261211 T5312 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1261230 T5312 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1261233 T5312 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1261235 T5312 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1261236 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/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> 1261237 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1261250 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1261251 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1261252 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/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> 1261252 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1261254 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1261254 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1261256 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1261256 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1261258 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1261258 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1261260 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1261260 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1261261 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/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> 1261262 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1261264 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/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> 1261264 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1261268 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/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> 1261269 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1261272 T5312 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1261273 T5312 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1261631 T5312 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores/collection1
   [junit4]   2> 1261632 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1261635 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57864
   [junit4]   2> 1261636 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@72fe25
   [junit4]   2> 1261636 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1261636 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001
   [junit4]   2> 1261637 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/'
   [junit4]   2> 1261670 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/solr.xml
   [junit4]   2> 1261688 T5312 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores
   [junit4]   2> 1261689 T5312 oasc.CoreContainer.<init> New CoreContainer 8272850
   [junit4]   2> 1261690 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/]
   [junit4]   2> 1261691 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1261692 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1261692 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1261693 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1261693 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1261694 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1261694 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1261695 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1261695 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1261695 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1261696 T5312 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1261697 T5312 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1261697 T5312 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1261698 T5312 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1261698 T5312 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1261699 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43286/solr
   [junit4]   2> 1261699 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1261700 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1261702 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1261707 T5335 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d007f1 name:ZooKeeperConnection Watcher:127.0.0.1:43286 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1261707 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1261708 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1261710 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1261711 T5338 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bb289 name:ZooKeeperConnection Watcher:127.0.0.1:43286/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1261711 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1261712 T5312 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1261714 T5312 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1261716 T5312 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1261718 T5312 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1261719 T5312 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1261721 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1261726 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49210_
   [junit4]   2> 1261727 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49210_
   [junit4]   2> 1261730 T5312 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1261732 T5312 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1261734 T5312 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1261736 T5312 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49210_
   [junit4]   2> 1261736 T5312 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1261744 T5312 oasc.Overseer.start Overseer (id=93318956870402051-127.0.0.1:49210_-n_0000000000) starting
   [junit4]   2> 1261747 T5312 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1261751 T5312 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1261752 T5340 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1261752 T5312 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1261753 T5312 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1261754 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1261756 T5339 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1261756 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores
   [junit4]   2> 1261757 T5312 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores/collection1/
   [junit4]   2> 1261758 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1261758 T5342 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1261759 T5342 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1261759 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1261759 T5342 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1261770 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49210",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49210_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 0
   [junit4]   2> 1261771 T5339 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49210",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49210_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1261772 T5339 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1261772 T5339 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1261774 T5338 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> 1262760 T5342 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1262761 T5342 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1262761 T5342 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1262762 T5342 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1262763 T5342 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1262764 T5342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores/collection1/'
   [junit4]   2> 1262785 T5342 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1262789 T5342 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1262799 T5342 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1262822 T5342 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1262861 T5342 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1262862 T5342 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1262871 T5342 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1263134 T5342 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1263139 T5342 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1263141 T5342 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1263149 T5342 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1263152 T5342 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1263155 T5342 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1263155 T5342 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1263156 T5342 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1263156 T5342 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1263157 T5342 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1263157 T5342 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1263157 T5342 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1263157 T5342 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1263157 T5342 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/control-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/control/data/
   [junit4]   2> 1263158 T5342 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16244fa
   [junit4]   2> 1263158 T5342 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/control/data
   [junit4]   2> 1263158 T5342 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/control/data/index/
   [junit4]   2> 1263158 T5342 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1263159 T5342 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/control/data/index
   [junit4]   2> 1263159 T5342 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1074297676, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1263160 T5342 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@98d1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2e9b2),segFN=segments_1,generation=1}
   [junit4]   2> 1263160 T5342 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1263162 T5342 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1263162 T5342 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1263162 T5342 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1263163 T5342 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1263163 T5342 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1263163 T5342 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1263163 T5342 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1263164 T5342 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1263164 T5342 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1263164 T5342 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1263165 T5342 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1263165 T5342 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1263165 T5342 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1263166 T5342 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1263166 T5342 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1263166 T5342 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1263167 T5342 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1263167 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1263168 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1263168 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1263168 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1263169 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1263169 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1263170 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1263170 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1263170 T5342 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1263171 T5342 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1263173 T5342 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1263174 T5342 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1263175 T5342 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1263176 T5342 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1263177 T5342 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1263179 T5342 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1263179 T5342 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1263179 T5342 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=47.0283203125, floorSegmentMB=1.3662109375, forceMergeDeletesPctAllowed=15.054254182859285, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1263180 T5342 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@98d1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f2e9b2),segFN=segments_1,generation=1}
   [junit4]   2> 1263180 T5342 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1263180 T5342 oass.SolrIndexSearcher.<init> Opening Searcher@190ea5f[collection1] main
   [junit4]   2> 1263181 T5342 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1263182 T5342 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1263182 T5342 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1263182 T5342 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1263183 T5342 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1263183 T5342 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1263183 T5342 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1263184 T5342 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1263184 T5342 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1263184 T5342 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1263185 T5343 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@190ea5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1263185 T5342 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1263186 T5346 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49210 collection:control_collection shard:shard1
   [junit4]   2> 1263186 T5312 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1263187 T5346 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1263187 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1263188 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1263188 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1263189 T5350 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3dcfc8 name:ZooKeeperConnection Watcher:127.0.0.1:43286/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1263190 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1263190 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1263191 T5346 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1263191 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1263192 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1263192 T5346 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1263193 T5346 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1263193 T5339 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 C1697 name=collection1 org.apache.solr.core.SolrCore@8c8b58 url=http://127.0.0.1:49210/collection1 node=127.0.0.1:49210_ C1697_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:49210, state=down, node_name=127.0.0.1:49210_, core=collection1}
   [junit4]   2> 1263193 T5346 C1697 P49210 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49210/collection1/
   [junit4]   2> 1263193 T5312 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1263193 T5346 C1697 P49210 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1263194 T5346 C1697 P49210 oasc.SyncStrategy.syncToMe http://127.0.0.1:49210/collection1/ has no replicas
   [junit4]   2> 1263194 T5346 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49210/collection1/ shard1
   [junit4]   2> 1263195 T5346 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1263197 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1263198 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49210",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1263300 T5350 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> 1263300 T5338 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> 1263348 T5346 oasc.ZkController.register We are http://127.0.0.1:49210/collection1/ and leader is http://127.0.0.1:49210/collection1/
   [junit4]   2> 1263348 T5346 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49210
   [junit4]   2> 1263348 T5346 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1263349 T5346 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1263349 T5346 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1263350 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1263351 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49210",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49210_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 2
   [junit4]   2> 1263352 T5339 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49210",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49210_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1263453 T5312 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores/collection1
   [junit4]   2> 1263454 T5338 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> 1263454 T5350 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> 1263454 T5312 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1263455 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1263456 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:55136
   [junit4]   2> 1263458 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@72fe25
   [junit4]   2> 1263458 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1263458 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001
   [junit4]   2> 1263458 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/'
   [junit4]   2> 1263472 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/solr.xml
   [junit4]   2> 1263484 T5312 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores
   [junit4]   2> 1263485 T5312 oasc.CoreContainer.<init> New CoreContainer 13882680
   [junit4]   2> 1263485 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/]
   [junit4]   2> 1263486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1263486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1263486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1263487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1263487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1263487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1263487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1263488 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1263488 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1263488 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1263489 T5312 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1263489 T5312 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1263489 T5312 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1263490 T5312 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1263490 T5312 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1263491 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43286/solr
   [junit4]   2> 1263491 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1263492 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1263493 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1263495 T5362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b08167 name:ZooKeeperConnection Watcher:127.0.0.1:43286 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1263495 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1263496 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1263501 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1263506 T5365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146c269 name:ZooKeeperConnection Watcher:127.0.0.1:43286/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1263506 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1263511 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1264514 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45939_
   [junit4]   2> 1264515 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45939_
   [junit4]   2> 1264518 T5312 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1264520 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores
   [junit4]   2> 1264521 T5312 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores/collection1/
   [junit4]   2> 1264522 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1264523 T5366 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1264523 T5366 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1264524 T5366 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1264524 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1264525 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45939",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45939_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 3
   [junit4]   2> 1264526 T5339 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45939",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45939_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1264526 T5339 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1264526 T5339 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1264630 T5350 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1264630 T5338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1264630 T5365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1265524 T5366 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1265524 T5366 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1265525 T5366 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1265525 T5366 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1265526 T5366 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1265526 T5366 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1265545 T5366 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1265548 T5366 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1265556 T5366 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1265575 T5366 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1265627 T5366 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1265628 T5366 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1265637 T5366 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1265975 T5366 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1265981 T5366 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1265983 T5366 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1265992 T5366 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1265996 T5366 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1266001 T5366 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1266002 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1266002 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1266003 T5366 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1266003 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1266004 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1266004 T5366 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1266004 T5366 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1266005 T5366 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-1-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty1/
   [junit4]   2> 1266005 T5366 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16244fa
   [junit4]   2> 1266006 T5366 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty1
   [junit4]   2> 1266006 T5366 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty1/index/
   [junit4]   2> 1266007 T5366 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1266007 T5366 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty1/index
   [junit4]   2> 1266008 T5366 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1074297676, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1266009 T5366 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@562b13 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12620e2),segFN=segments_1,generation=1}
   [junit4]   2> 1266010 T5366 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1266014 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1266015 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1266015 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1266015 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1266015 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1266015 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1266016 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1266016 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1266016 T5366 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1266018 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266018 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266019 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266020 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1266020 T5366 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1266021 T5366 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1266022 T5366 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1266022 T5366 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1266023 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1266024 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1266024 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1266025 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1266025 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1266026 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1266026 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1266036 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1266038 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1266039 T5366 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1266043 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1266045 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1266046 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1266047 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1266048 T5366 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1266049 T5366 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1266050 T5366 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1266051 T5366 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=47.0283203125, floorSegmentMB=1.3662109375, forceMergeDeletesPctAllowed=15.054254182859285, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1266051 T5366 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@562b13 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@12620e2),segFN=segments_1,generation=1}
   [junit4]   2> 1266052 T5366 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1266052 T5366 oass.SolrIndexSearcher.<init> Opening Searcher@1b65b6b[collection1] main
   [junit4]   2> 1266052 T5366 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1266053 T5366 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1266054 T5366 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1266055 T5366 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1266055 T5366 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1266055 T5366 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1266056 T5366 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1266056 T5366 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1266057 T5366 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1266057 T5366 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1266058 T5366 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1266059 T5370 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45939 collection:collection1 shard:shard1
   [junit4]   2> 1266059 T5367 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b65b6b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1266059 T5312 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1266060 T5370 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1266060 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1266063 T5370 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1266064 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1266064 T5370 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1266064 T5370 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1266064 T5339 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 C1698 name=collection1 org.apache.solr.core.SolrCore@1cabef5 url=http://127.0.0.1:45939/collection1 node=127.0.0.1:45939_ C1698_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:45939, state=down, node_name=127.0.0.1:45939_, core=collection1}
   [junit4]   2> 1266064 T5370 C1698 P45939 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45939/collection1/
   [junit4]   2> 1266065 T5370 C1698 P45939 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1266065 T5370 C1698 P45939 oasc.SyncStrategy.syncToMe http://127.0.0.1:45939/collection1/ has no replicas
   [junit4]   2> 1266065 T5370 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45939/collection1/ shard1
   [junit4]   2> 1266066 T5370 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1266068 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1266069 T5339 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:45939",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1266171 T5350 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266171 T5365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266171 T5338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266219 T5370 oasc.ZkController.register We are http://127.0.0.1:45939/collection1/ and leader is http://127.0.0.1:45939/collection1/
   [junit4]   2> 1266219 T5370 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45939
   [junit4]   2> 1266219 T5370 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1266219 T5370 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1266219 T5370 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1266220 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1266221 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45939",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45939_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 5
   [junit4]   2> 1266222 T5339 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45939",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45939_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1266324 T5350 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266325 T5365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266324 T5338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1266423 T5312 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores/collection1
   [junit4]   2> 1266424 T5312 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1266425 T5312 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1266441 T5312 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49665
   [junit4]   2> 1266442 T5312 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@72fe25
   [junit4]   2> 1266443 T5312 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1266443 T5312 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001
   [junit4]   2> 1266443 T5312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/'
   [junit4]   2> 1266462 T5312 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/solr.xml
   [junit4]   2> 1266483 T5312 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores
   [junit4]   2> 1266484 T5312 oasc.CoreContainer.<init> New CoreContainer 7885013
   [junit4]   2> 1266484 T5312 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/]
   [junit4]   2> 1266485 T5312 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1266485 T5312 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1266485 T5312 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1266486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1266486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1266486 T5312 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1266487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1266487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1266487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1266487 T5312 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1266488 T5312 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1266488 T5312 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1266488 T5312 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1266489 T5312 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1266489 T5312 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1266489 T5312 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:43286/solr
   [junit4]   2> 1266489 T5312 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1266490 T5312 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1266491 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1266492 T5383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b42418 name:ZooKeeperConnection Watcher:127.0.0.1:43286 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1266493 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1266494 T5312 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1266497 T5312 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1266498 T5386 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12891e2 name:ZooKeeperConnection Watcher:127.0.0.1:43286/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1266498 T5312 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1266503 T5312 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1267507 T5312 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35933_
   [junit4]   2> 1267509 T5312 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35933_
   [junit4]   2> 1267512 T5312 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1267514 T5312 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores
   [junit4]   2> 1267515 T5312 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores/collection1/
   [junit4]   2> 1267515 T5312 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1267516 T5387 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1267517 T5387 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1267517 T5387 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1267517 T5338 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1267519 T5339 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35933",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35933_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null} current state version: 6
   [junit4]   2> 1267519 T5339 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"http://127.0.0.1:35933",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:35933_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null}
   [junit4]   2> 1267519 T5339 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1267520 T5339 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1267624 T5365 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1267624 T5350 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1267624 T5386 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1267624 T5338 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1268518 T5387 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1268518 T5387 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1268519 T5387 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1268519 T5387 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1268521 T5387 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1268521 T5387 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores/collection1/'
   [junit4]   2> 1268537 T5387 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1268539 T5387 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1268546 T5387 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1268581 T5387 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1268617 T5387 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1268622 T5387 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1268635 T5387 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1268999 T5387 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1269004 T5387 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1269007 T5387 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1269020 T5387 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1269025 T5387 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1269029 T5387 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1269030 T5387 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1269031 T5387 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1269031 T5387 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1269032 T5387 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1269032 T5387 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1269032 T5387 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1269033 T5387 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1269033 T5387 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/shard-2-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty2/
   [junit4]   2> 1269034 T5387 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@16244fa
   [junit4]   2> 1269034 T5387 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty2
   [junit4]   2> 1269035 T5387 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty2/index/
   [junit4]   2> 1269035 T5387 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1269036 T5387 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001/tempDir-001/jetty2/index
   [junit4]   2> 1269036 T5387 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1074297676, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1269037 T5387 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e7dcbf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4dae39),segFN=segments_1,generation=1}
   [junit4]   2> 1269037 T5387 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1269040 T5387 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1269040 T5387 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1269040 T5387 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1269041 T5387 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1269041 T5387 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1269041 T5387 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1269041 T5387 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1269042 T5387 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1269042 T5387 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1269042 T5387 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1269043 T5387 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1269043 T5387 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1269044 T5387 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1269045 T5387 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1269045 T5387 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1269046 T5387 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1269047 T5387 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1269048 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1269048 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1269049 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 1269050 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 1269050 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 1269051 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 1269051 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 1269052 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1269052 T5387 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 1269053 T5387 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1269058 T5387 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1269060 T5387 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1269063 T5387 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1269065 T5387 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1269068 T5387 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1269069 T5387 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1269070 T5387 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1269071 T5387 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=47.0283203125, floorSegmentMB=1.3662109375, forceMergeDeletesPctAllowed=15.054254182859285, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1269072 T5387 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@e7dcbf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4dae39),segFN=segments_1,generation=1}
   [junit4]   2> 1269072 T5387 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1269072 T5387 oass.SolrIndexSearcher.<init> Opening Searcher@182a954[collection1] main
   [junit4]   2> 1269072 T5387 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1269073 T5387 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1269073 T5387 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1269074 T5387 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1269074 T5387 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1269075 T5387 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1269076 T5387 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1269076 T5387 oasr.ManagedResourceStorage.load Loaded null at path

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

]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:454)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:441)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:139)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 1312728 T5431 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1312742 T5312 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1312935 T5312 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43286 43286
   [junit4]   2> 1313516 T5313 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43286 43286
   [junit4]   2> 1313519 T5313 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> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> 1313519 T5312 oasc.SocketProxy.close WARN Closing 6 connections to: http://127.0.0.1:45939/
   [junit4]   2> 1313520 T5312 oasc.SocketProxy.close WARN Closing 1 connections to: http://127.0.0.1:35933/
   [junit4]   2> 1313521 T5312 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:49210/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryAfterSoftCommitTest -Dtests.method=test -Dtests.seed=E73CA014B7D43940 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=iw -Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 52.4s 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]    >     "autoAddReplicas":"false",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{
   [junit4]    >           "core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:45939",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:45939_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "leader":"true"},
   [junit4]    >           "core_node2":{
   [junit4]    >             "base_url":"http://127.0.0.1:35933",
   [junit4]    >             "state":"recovering",
   [junit4]    >             "node_name":"127.0.0.1:35933_",
   [junit4]    >             "core":"collection1"}}}},
   [junit4]    >     "autoCreated":"true"},
   [junit4]    >   "control_collection":{
   [junit4]    >     "autoAddReplicas":"false",
   [junit4]    >     "replicationFactor":"1",
   [junit4]    >     "router":{"name":"compositeId"},
   [junit4]    >     "maxShardsPerNode":"1",
   [junit4]    >     "shards":{"shard1":{
   [junit4]    >         "range":"80000000-7fffffff",
   [junit4]    >         "state":"active",
   [junit4]    >         "replicas":{"core_node1":{
   [junit4]    >             "base_url":"http://127.0.0.1:49210",
   [junit4]    >             "state":"active",
   [junit4]    >             "node_name":"127.0.0.1:49210_",
   [junit4]    >             "core":"collection1",
   [junit4]    >             "leader":"true"}}}},
   [junit4]    >     "autoCreated":"true"}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E73CA014B7D43940:6F689FCE192854B8]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1931)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test(RecoveryAfterSoftCommitTest.java:102)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1313539 T5312 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryAfterSoftCommitTest E73CA014B7D43940-001
   [junit4]   2> 52454 T5311 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=BlockTreeOrds(blocksize=128), text=FST50, intDefault=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct), multiDefault=Lucene50(blocksize=128), a_t=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=iw, timezone=WET
   [junit4]   2> NOTE: Linux 3.13.0-45-generic i386/Oracle Corporation 1.7.0_76 (32-bit)/cpus=8,threads=1,free=102121920,total=177291264
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsUnloadDistributedZkTest, DocValuesMissingTest, TestOmitPositions, DocValuesTest, OverriddenZkACLAndCredentialsProvidersTest, CloudExitableDirectoryReaderTest, OverseerTest, DocValuesMultiTest, ScriptEngineTest, TestCoreContainer, ShowFileRequestHandlerTest, TestCloudManagedSchema, TestMaxScoreQueryParser, TestManagedSynonymFilterFactory, TestClusterStateMutator, TestPostingsSolrHighlighter, PreAnalyzedUpdateProcessorTest, TestSchemaNameResource, TestXIncludeConfig, TestDynamicFieldCollectionResource, TestAnalyzedSuggestions, TestManagedStopFilterFactory, TestHighlightDedupGrouping, TestCollationField, TestFieldTypeResource, TestManagedResourceStorage, TestCustomSort, SuggesterFSTTest, TestBlobHandler, AsyncMigrateRouteKeyTest, TestExceedMaxTermLength, SOLR749Test, SoftAutoCommitTest, LeaderInitiatedRecoveryOnCommitTest, TestStressLucene, ShardSplitTest, TestQueryUtils, DocExpirationUpdateProcessorFactoryTest, HdfsLockFactoryTest, TestStressVersions, TestOrdValues, DOMUtilTest, TestCopyFieldCollectionResource, TestManagedResource, NumericFieldsTest, SolrCoreCheckLockOnStartupTest, ShardRoutingTest, OverseerRolesTest, TestComplexPhraseQParserPlugin, TestMiniSolrCloudClusterSSL, SpatialRPTFieldTypeTest, MultiTermTest, DirectUpdateHandlerTest, JSONWriterTest, SynonymTokenizerTest, TestRandomDVFaceting, TestPartialUpdateDeduplication, DeleteReplicaTest, TestAddFieldRealTimeGet, SampleTest, RequestHandlersTest, TestRandomMergePolicy, HdfsDirectoryFactoryTest, ReplicationFactorTest, PrimUtilsTest, TestSolrIndexConfig, XmlUpdateRequestHandlerTest, SimpleFacetsTest, DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest, TestReplicaProperties, TestMissingGroups, TestQueryTypes, DefaultValueUpdateProcessorTest, TestIndexingPerformance, TestFileDictionaryLookup, SuggestComponentTest, TestSort, LeaderElectionTest, TestSolrXml, TestReqParamsAPI, SolrXmlInZkTest, TestImplicitCoreProperties, TestLRUCache, TestStandardQParsers, TestSolrConfigHandlerConcurrent, TestComponentsName, TestChildDocTransformer, TestPhraseSuggestions, TestJmxMonitoredMap, TestFaceting, PingRequestHandlerTest, TestDocumentBuilder, URLClassifyProcessorTest, SortByFunctionTest, TestFieldSortValues, DistanceFunctionTest, SolrPluginUtilsTest, IndexSchemaRuntimeFieldTest, HardAutoCommitTest, TestHashPartitioner, NoCacheHeaderTest, CircularListTest, TestRawResponseWriter, TestWriterPerf, SharedFSAutoReplicaFailoverUtilsTest, FieldAnalysisRequestHandlerTest, ResponseHeaderTest, TestSurroundQueryParser, TestExtendedDismaxParser, PeerSyncTest, RecoveryAfterSoftCommitTest]
   [junit4] Completed on J0 in 52.75s, 1 test, 1 failure <<< FAILURES!

[...truncated 741 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:508: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1368: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:975: There were test failures: 466 suites, 1864 tests, 1 failure, 46 ignored (21 assumptions)

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