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

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

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

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

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

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


FAILED:  org.apache.solr.search.facet.TestJsonFacets.testComplex

Error Message:
mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[0]/val

Stack Trace:
java.lang.RuntimeException: mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[0]/val
	at __randomizedtesting.SeedInfo.seed([C0BCF16110E147D9:2163F4FD3CAF0BBA]:0)
	at org.apache.solr.SolrTestCaseHS.matchJSON(SolrTestCaseHS.java:160)
	at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:142)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:288)
	at org.apache.solr.search.facet.TestJsonFacets.testComplex(TestJsonFacets.java:153)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10591 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/init-core-data-001
   [junit4]   2> 1216623 T7525 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1216626 T7525 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1216627 T7526 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1216726 T7525 oasc.ZkTestServer.run start zk server on port:47805
   [junit4]   2> 1216727 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1216728 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216730 T7533 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@126fa97 name:ZooKeeperConnection Watcher:127.0.0.1:47805 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216730 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216730 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1216731 T7525 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1216732 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1216733 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216734 T7536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bdad33 name:ZooKeeperConnection Watcher:127.0.0.1:47805/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216734 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216734 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1216735 T7525 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1216736 T7525 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1216737 T7525 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1216737 T7525 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1216738 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1216738 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1216739 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1216740 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1216741 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1216741 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1216742 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1216742 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1216743 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1216743 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1216744 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1216744 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1216745 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1216745 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1216746 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1216746 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1216747 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1216747 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1216748 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1216748 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1216749 T7525 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1216749 T7525 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1216795 T7525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1
   [junit4]   2> 1216796 T7525 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1216799 T7525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45492
   [junit4]   2> 1216799 T7525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores, hostPort=58632, hostContext=/, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/tempDir-001/control/data}
   [junit4]   2> 1216799 T7525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 1216800 T7525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/'
   [junit4]   2> 1216809 T7525 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/solr.xml
   [junit4]   2> 1216817 T7525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores
   [junit4]   2> 1216817 T7525 oasc.CoreContainer.<init> New CoreContainer 19295354
   [junit4]   2> 1216818 T7525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/]
   [junit4]   2> 1216818 T7525 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/lib
   [junit4]   2> 1216818 T7525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/lib).
   [junit4]   2> 1216823 T7525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1216823 T7525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1216823 T7525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1216823 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1216824 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1216824 T7525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1216824 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1216824 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1216825 T7525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1216825 T7525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1216825 T7525 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1216826 T7525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1216826 T7525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1216826 T7525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1216826 T7525 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1216827 T7525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47805/solr
   [junit4]   2> 1216827 T7525 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1216827 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1216828 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216829 T7548 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@282235 name:ZooKeeperConnection Watcher:127.0.0.1:47805 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216829 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216829 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1216830 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1216831 T7551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94c60f name:ZooKeeperConnection Watcher:127.0.0.1:47805/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1216831 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1216832 T7525 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1216833 T7525 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1216834 T7525 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1216835 T7525 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1216836 T7525 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1216837 T7525 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1216838 T7525 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1216838 T7525 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1216839 T7525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58632_
   [junit4]   2> 1216839 T7525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58632_
   [junit4]   2> 1216840 T7525 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1216841 T7525 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1216841 T7525 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1216842 T7525 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58632_
   [junit4]   2> 1216843 T7525 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1216843 T7525 oasc.Overseer.start Overseer (id=93552796845604867-127.0.0.1:58632_-n_0000000000) starting
   [junit4]   2> 1216844 T7525 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1216847 T7525 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1216847 T7553 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1216847 T7525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1216847 T7552 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1216851 T7525 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores
   [junit4]   2> 1216852 T7525 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {shard=, loadOnStartup=true, schema=schema.xml, config=solrconfig.xml, dataDir=data/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1, coreNodeName=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/, name=collection1, transient=false, collection=control_collection}
   [junit4]   2> 1216852 T7525 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/
   [junit4]   2> 1216853 T7525 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1216853 T7555 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1216853 T7555 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1216854 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1216854 T7555 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1216854 T7552 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58632",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:58632_"} current state version: 0
   [junit4]   2> 1216854 T7552 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58632",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:58632_"}
   [junit4]   2> 1216855 T7552 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 1216855 T7552 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1216855 T7551 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> 1217854 T7555 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1217854 T7555 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1217855 T7555 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1217855 T7555 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1217855 T7555 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1217856 T7555 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/'
   [junit4]   2> 1217862 T7555 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1217863 T7555 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1217867 T7555 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1217874 T7555 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1217891 T7555 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1217891 T7555 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1217896 T7555 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1218051 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1218056 T7555 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1218057 T7555 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1218062 T7555 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1218063 T7555 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1218065 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218065 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1218066 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1218066 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1218066 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1218066 T7555 C:control_collection c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1218066 T7555 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1218067 T7555 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1218067 T7555 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/data/
   [junit4]   2> 1218067 T7555 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162a166
   [junit4]   2> 1218068 T7555 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/data
   [junit4]   2> 1218068 T7555 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1218068 T7555 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1218068 T7555 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/control-001/cores/collection1/data/index
   [junit4]   2> 1218068 T7555 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=47.11328125, floorSegmentMB=0.6845703125, forceMergeDeletesPctAllowed=8.701716630976462, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1218069 T7555 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5a9ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1877d00),segFN=segments_1,generation=1}
   [junit4]   2> 1218069 T7555 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1218071 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1218071 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1218072 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1218072 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1218072 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1218072 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1218072 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1218073 T7555 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1218073 T7555 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1218074 T7555 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218075 T7555 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218076 T7555 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218077 T7555 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1218078 T7555 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/csv,/get,/admin/logging,/admin/plugins,/admin/luke,/admin/system,/admin/ping,/schema,/update,/admin/mbeans,/replication,/config,/update/json/docs,/update/json,/admin/file,standard,/admin/properties,/admin/segments
   [junit4]   2> 1218079 T7555 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1218080 T7555 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1218080 T7555 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1218080 T7555 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1218081 T7555 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1218081 T7555 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1218081 T7555 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d5a9ee lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1877d00),segFN=segments_1,generation=1}
   [junit4]   2> 1218081 T7555 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1218082 T7555 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@744aa8[collection1] main
   [junit4]   2> 1218082 T7555 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1218082 T7555 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1218082 T7555 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1218083 T7555 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1218084 T7555 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1218084 T7555 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1218084 T7556 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@744aa8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1218084 T7559 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58632 collection:control_collection shard:shard1
   [junit4]   2> 1218085 T7525 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1218085 T7525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1218085 T7559 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1218086 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1218086 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218087 T7563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@166c006 name:ZooKeeperConnection Watcher:127.0.0.1:47805/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1218087 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1218087 T7559 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1218087 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1218088 T7525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1218088 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1218088 T7559 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1218088 T7559 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1218088 T7552 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 C1232 name=collection1 org.apache.solr.core.SolrCore@cd2ab9 url=http://127.0.0.1:58632/collection1 node=127.0.0.1:58632_ C1232_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:58632, core=collection1, state=down, node_name=127.0.0.1:58632_}
   [junit4]   2> 1218088 T7559 C:control_collection S:shard1 C1232 P58632 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58632/collection1/
   [junit4]   2> 1218089 T7559 C:control_collection S:shard1 C1232 P58632 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1218089 T7525 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1218089 T7559 C:control_collection S:shard1 C1232 P58632 oasc.SyncStrategy.syncToMe http://127.0.0.1:58632/collection1/ has no replicas
   [junit4]   2> 1218089 T7559 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58632/collection1/ shard1
   [junit4]   2> 1218089 T7559 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1218091 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1218091 T7552 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:58632",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 1218134 T7525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1
   [junit4]   2> 1218135 T7525 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001
   [junit4]   2> 1218135 T7525 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1218136 T7525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52008
   [junit4]   2> 1218136 T7525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=37349, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores}
   [junit4]   2> 1218137 T7525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 1218137 T7525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/'
   [junit4]   2> 1218146 T7525 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/solr.xml
   [junit4]   2> 1218155 T7525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores
   [junit4]   2> 1218155 T7525 oasc.CoreContainer.<init> New CoreContainer 12347468
   [junit4]   2> 1218156 T7525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/]
   [junit4]   2> 1218156 T7525 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/lib
   [junit4]   2> 1218156 T7525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/lib).
   [junit4]   2> 1218161 T7525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1218161 T7525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1218161 T7525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1218162 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1218162 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1218162 T7525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1218162 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1218163 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1218163 T7525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1218163 T7525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1218163 T7525 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1218164 T7525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1218164 T7525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1218164 T7525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1218165 T7525 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1218165 T7525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47805/solr
   [junit4]   2> 1218165 T7525 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1218165 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1218166 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218167 T7575 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f3c30a name:ZooKeeperConnection Watcher:127.0.0.1:47805 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1218167 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1218168 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1218169 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1218169 T7578 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1258a7d name:ZooKeeperConnection Watcher:127.0.0.1:47805/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1218170 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1218172 T7525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1218193 T7563 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> 1218193 T7578 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> 1218193 T7551 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> 1218241 T7559 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:58632/collection1/ and leader is http://127.0.0.1:58632/collection1/
   [junit4]   2> 1218241 T7559 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58632
   [junit4]   2> 1218241 T7559 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1218242 T7559 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1218242 T7559 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1218242 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1218243 T7552 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58632",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:58632_"} current state version: 2
   [junit4]   2> 1218243 T7552 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58632",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:58632_"}
   [junit4]   2> 1218344 T7578 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> 1218344 T7551 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> 1218344 T7563 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> 1219174 T7525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37349_
   [junit4]   2> 1219174 T7525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37349_
   [junit4]   2> 1219175 T7525 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1219177 T7525 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores
   [junit4]   2> 1219177 T7525 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, collection=collection1, schema=schema.xml, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1, transient=false, dataDir=data/, shard=, config=solrconfig.xml, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/, coreNodeName=, loadOnStartup=true}
   [junit4]   2> 1219178 T7525 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/
   [junit4]   2> 1219178 T7525 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1219178 T7579 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1219179 T7579 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1219179 T7579 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1219179 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1219180 T7552 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37349",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:37349_"} current state version: 3
   [junit4]   2> 1219180 T7552 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37349",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:37349_"}
   [junit4]   2> 1219180 T7552 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1219180 T7552 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1219282 T7551 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> 1219282 T7578 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> 1219282 T7563 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> 1220179 T7579 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1220180 T7579 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1220180 T7579 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1220181 T7579 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1220181 T7579 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1220181 T7579 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1220188 T7579 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1220189 T7579 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1220193 T7579 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1220201 T7579 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 1220219 T7579 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1220220 T7579 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1220225 T7579 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1220402 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1220409 T7579 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1220410 T7579 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1220415 T7579 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1220416 T7579 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1220418 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1220418 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1220418 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1220419 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1220419 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1220419 T7579 C:collection1 c:collection1 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1220419 T7579 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1220419 T7579 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1220420 T7579 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1220420 T7579 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162a166
   [junit4]   2> 1220421 T7579 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1220421 T7579 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1220421 T7579 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1220421 T7579 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1220421 T7579 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=47.11328125, floorSegmentMB=0.6845703125, forceMergeDeletesPctAllowed=8.701716630976462, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1220422 T7579 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f78638 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18cf9ce),segFN=segments_1,generation=1}
   [junit4]   2> 1220422 T7579 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1220425 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1220425 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1220425 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1220425 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1220426 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1220426 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1220426 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1220426 T7579 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1220426 T7579 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1220428 T7579 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1220429 T7579 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1220430 T7579 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1220431 T7579 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1220433 T7579 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/update/csv,/get,/admin/logging,/admin/plugins,/admin/luke,/admin/system,/admin/ping,/schema,/update,/admin/mbeans,/replication,/config,/update/json/docs,/update/json,/admin/file,standard,/admin/properties,/admin/segments
   [junit4]   2> 1220434 T7579 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1220435 T7579 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1220435 T7579 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 1220435 T7579 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1220436 T7579 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1220436 T7579 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1220436 T7579 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f78638 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18cf9ce),segFN=segments_1,generation=1}
   [junit4]   2> 1220437 T7579 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1220437 T7579 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3c9aa1[collection1] main
   [junit4]   2> 1220437 T7579 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1220437 T7579 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1220437 T7579 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1220438 T7579 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1220438 T7579 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1220438 T7579 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1220438 T7579 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1220439 T7579 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1220439 T7579 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1220439 T7579 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1220439 T7580 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c9aa1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1220440 T7579 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1220440 T7583 C:collection1 S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37349 collection:collection1 shard:shard1
   [junit4]   2> 1220440 T7525 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2
   [junit4]   2> 1220441 T7525 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1220441 T7583 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1220442 T7583 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1220443 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1220443 T7583 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1220443 T7583 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1220443 T7552 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 C1233 name=collection1 org.apache.solr.core.SolrCore@19c6482 url=http://127.0.0.1:37349/collection1 node=127.0.0.1:37349_ C1233_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:37349, core=collection1, state=down, node_name=127.0.0.1:37349_}
   [junit4]   2> 1220444 T7583 C:collection1 S:shard1 C1233 P37349 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37349/collection1/
   [junit4]   2> 1220444 T7583 C:collection1 S:shard1 C1233 P37349 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1220444 T7583 C:collection1 S:shard1 C1233 P37349 oasc.SyncStrategy.syncToMe http://127.0.0.1:37349/collection1/ has no replicas
   [junit4]   2> 1220444 T7583 C:collection1 S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37349/collection1/ shard1
   [junit4]   2> 1220444 T7583 C:collection1 S:shard1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1220446 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1220446 T7552 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:37349",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 1220486 T7525 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores/collection1
   [junit4]   2> 1220487 T7525 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001
   [junit4]   2> 1220487 T7525 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1220488 T7525 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46778
   [junit4]   2> 1220489 T7525 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores, solrconfig=solrconfig.xml, hostContext=/, hostPort=45001, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/tempDir-001/jetty2}
   [junit4]   2> 1220489 T7525 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@33b503
   [junit4]   2> 1220489 T7525 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/'
   [junit4]   2> 1220498 T7525 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/solr.xml
   [junit4]   2> 1220506 T7525 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores
   [junit4]   2> 1220506 T7525 oasc.CoreContainer.<init> New CoreContainer 19601991
   [junit4]   2> 1220507 T7525 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/]
   [junit4]   2> 1220507 T7525 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/lib
   [junit4]   2> 1220507 T7525 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/lib).
   [junit4]   2> 1220512 T7525 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1220512 T7525 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1220512 T7525 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1220513 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1220513 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1220513 T7525 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1220513 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1220514 T7525 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1220514 T7525 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1220514 T7525 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1220514 T7525 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1220515 T7525 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1220515 T7525 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1220515 T7525 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1220515 T7525 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1220516 T7525 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47805/solr
   [junit4]   2> 1220516 T7525 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1220516 T7525 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1220517 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220518 T7596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d210b7 name:ZooKeeperConnection Watcher:127.0.0.1:47805 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1220518 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1220518 T7525 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1220519 T7525 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1220520 T7599 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f2752f name:ZooKeeperConnection Watcher:127.0.0.1:47805/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1220520 T7525 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1220522 T7525 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1220547 T7578 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> 1220547 T7563 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> 1220547 T7599 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> 1220547 T7551 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> 1220596 T7583 C:collection1 S:shard1 oasc.ZkController.register We are http://127.0.0.1:37349/collection1/ and leader is http://127.0.0.1:37349/collection1/
   [junit4]   2> 1220596 T7583 C:collection1 S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37349
   [junit4]   2> 1220596 T7583 C:collection1 S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1220597 T7583 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1220597 T7583 C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1220597 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1220598 T7552 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37349",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:37349_"} current state version: 5
   [junit4]   2> 1220598 T7552 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37349",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:37349_"}
   [junit4]   2> 1220699 T7551 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> 1220699 T7599 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> 1220699 T7578 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> 1220699 T7563 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> 1221524 T7525 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45001_
   [junit4]   2> 1221525 T7525 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45001_
   [junit4]   2> 1221526 T7525 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1221527 T7525 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores
   [junit4]   2> 1221528 T7525 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data/, config=solrconfig.xml, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores/collection1, loadOnStartup=true, coreNodeName=, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores/collection1/, shard=, name=collection1, collection=collection1, schema=schema.xml, transient=false}
   [junit4]   2> 1221528 T7525 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest C0BCF16110E147D9-001/shard-2-001/cores/collection1/
   [junit4]   2> 1221528 T7525 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1221529 T7600 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1221529 T7600 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1221530 T7600 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1221530 T7551 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1221530 T7552 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45001",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:45001_"} current state version: 6
   [junit4]   2> 1221530 T7552 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45001",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "node_name":"127.0.0.1:45001_"}
   [junit4]   2> 1221531 T7552 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 1221531 T7552 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1221632 T7563 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> 1221632 T7578 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> 1221632 T7599 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> 1221632 T7551 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> 1222530 T7600 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1222530 T7600 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1222532 T7600 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1222532 T7600 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1222533 T7600 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1222533 T7600 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfter

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

8219 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1474674 T8219 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1474682 T8219 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1474683 T8219 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data/index;done=false>>]
   [junit4]   2> 1474683 T8219 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data/index
   [junit4]   2> 1474683 T8219 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data;done=false>>]
   [junit4]   2> 1474684 T8219 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/s2-001/./collection1/data
   [junit4]   2> 1474685 T8219 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 1474860 T8219 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1474861 T8219 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=16890333
   [junit4]   2> 1474861 T8219 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8d150c
   [junit4]   2> 1474861 T8219 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=14,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=132,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0,transaction_logs_total_size=8016,transaction_logs_total_number=5}
   [junit4]   2> 1474862 T8219 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1474862 T8219 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1474862 T8219 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1474863 T8219 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1474865 T8219 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1474865 T8219 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1474866 T8219 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001/index
   [junit4]   2> 1474866 T8219 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001;done=false>>]
   [junit4]   2> 1474866 T8219 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.facet.TestJsonFacets C0BCF16110E147D9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_DZ, timezone=America/Indiana/Winamac
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_76 (32-bit)/cpus=12,threads=1,free=413202408,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFreeTextSuggestions, TestUtils, TestTrie, TestPseudoReturnFields, ExitableDirectoryReaderTest, TestQueryTypes, TestSolrQueryParser, SaslZkACLProviderTest, PathHierarchyTokenizerFactoryTest, TestLuceneMatchVersion, SearchHandlerTest, FullSolrCloudDistribCmdsTest, SolrTestCaseJ4Test, XsltUpdateRequestHandlerTest, TestStressReorder, TestUniqueKeyFieldResource, PrimUtilsTest, TestLeaderElectionZkExpiry, StatsComponentTest, QueryEqualityTest, TestGroupingSearch, CachingDirectoryFactoryTest, DistributedQueryElevationComponentTest, TestManagedResource, TestImplicitCoreProperties, TestConfigOverlay, DOMUtilTest, SOLR749Test, TestQuerySenderNoQuery, LeaderElectionTest, CircularListTest, TermVectorComponentDistributedTest, TestDocSet, TestCloudManagedSchema, TestPivotHelperCode, DistributedQueueTest, TestDefaultSimilarityFactory, TestShardHandlerFactory, BinaryUpdateRequestHandlerTest, TestBM25SimilarityFactory, DistributedQueryComponentOptimizationTest, DistribJoinFromCollectionTest, TestDistributedMissingSort, FacetPivotSmallTest, TestManagedResourceStorage, TestInitParams, ZkStateWriterTest, MoreLikeThisHandlerTest, SpatialRPTFieldTypeTest, TestCSVResponseWriter, HdfsBasicDistributedZkTest, TestRequestStatusCollectionAPI, TestMiniSolrCloudCluster, OutputWriterTest, RemoteQueryErrorTest, TestZkChroot, TestSolrXml, TestReplicaProperties, TestTrackingShardHandlerFactory, FileBasedSpellCheckerTest, TestExtendedDismaxParser, TestXIncludeConfig, HdfsUnloadDistributedZkTest, SortByFunctionTest, SoftAutoCommitTest, SimpleMLTQParserTest, MergeStrategyTest, XmlUpdateRequestHandlerTest, TestSearcherReuse, PolyFieldTest, DeleteShardTest, SolrInfoMBeanTest, TestSystemIdResolver, CursorMarkTest, TriLevelCompositeIdRoutingTest, TestLRUStatsCache, TestPartialUpdateDeduplication, CursorPagingTest, TestFastOutputStream, BasicDistributedZkTest, UnloadDistributedZkTest, OverseerTest, TestRandomFaceting, TestFaceting, TestRecovery, HardAutoCommitTest, SimpleFacetsTest, QueryElevationComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, OverseerCollectionProcessorTest, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, DocValuesTest, SuggesterTest, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, TestSolrDeletionPolicy1, TestQueryUtils, DocumentAnalysisRequestHandlerTest, RequestHandlersTest, TestIndexingPerformance, LoggingHandlerTest, TestCollationField, UpdateRequestProcessorFactoryTest, JsonLoaderTest, CSVRequestHandlerTest, TestQuerySenderListener, TestSolrIndexConfig, SampleTest, TestSearchPerf, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, PreAnalyzedFieldTest, TestSolrJ, UUIDFieldTest, FileUtilsTest, DistributedMLTComponentTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, TestEmbeddedSolrServerConstructors, AliasIntegrationTest, ConnectionManagerTest, CustomCollectionTest, LeaderFailoverAfterPartitionTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestRebalanceLeaders, CoreAdminCreateDiscoverTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, HighlighterMaxOffsetTest, TestIntervalFaceting, TestSimpleQParserPlugin, TestJsonFacets]
   [junit4] Completed on J2 in 3.84s, 4 tests, 1 error <<< FAILURES!

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

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