You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/04/15 03:20:08 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2948 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2948/

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

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

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


REGRESSION:  org.apache.solr.handler.component.DistributedMLTComponentTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:62416/glc/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:62416/glc/collection1
	at __randomizedtesting.SeedInfo.seed([1C867DB1D762E438:94D2426B799E89C0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:558)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:606)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:588)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:567)
	at org.apache.solr.handler.component.DistributedMLTComponentTest.test(DistributedMLTComponentTest.java:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
	... 51 more




Build Log:
[...truncated 9911 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/init-core-data-001
   [junit4]   2> 598712 T1009 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /g/hl
   [junit4]   2> 598717 T1009 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 598718 T1010 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 598718 T1010 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 598818 T1009 oasc.ZkTestServer.run start zk server on port:14983
   [junit4]   2> 598819 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 598819 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 598823 T1017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e75f747 name:ZooKeeperConnection Watcher:127.0.0.1:14983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 598823 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 598824 T1009 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 598824 T1009 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 598827 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 598828 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 598829 T1020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@694aa5a2 name:ZooKeeperConnection Watcher:127.0.0.1:14983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 598829 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 598830 T1009 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 598830 T1009 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 598833 T1009 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 598834 T1009 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 598835 T1009 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 598837 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 598838 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 598840 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 598841 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 598943 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 598944 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 598946 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 598946 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 598948 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 598949 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 598950 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 598951 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 598953 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 598953 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 598955 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 598956 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 598957 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 598958 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 598960 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 598960 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 598962 T1009 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 598963 T1009 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 600215 T1009 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1
   [junit4]   2> 600218 T1009 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 600222 T1009 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14987
   [junit4]   2> 600222 T1009 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores, hostPort=14986, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/tempDir-001/control/data, hostContext=/g/hl}
   [junit4]   2> 600222 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 600223 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/'
   [junit4]   2> 600255 T1009 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/solr.xml
   [junit4]   2> 600295 T1009 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores
   [junit4]   2> 600296 T1009 oasc.CoreContainer.<init> New CoreContainer 2110639804
   [junit4]   2> 600296 T1009 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/]
   [junit4]   2> 600296 T1009 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/lib
   [junit4]   2> 600297 T1009 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/lib).
   [junit4]   2> 600306 T1009 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 600311 T1009 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 600312 T1009 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 600312 T1009 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 600312 T1009 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 600312 T1009 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:14983/solr
   [junit4]   2> 600313 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 600313 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 600313 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 600315 T1032 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d51a97a name:ZooKeeperConnection Watcher:127.0.0.1:14983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600315 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 600316 T1009 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 600318 T1009 N:127.0.0.1:14986_g%2Fhl oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 600319 T1035 N:127.0.0.1:14986_g%2Fhl oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a05d8 name:ZooKeeperConnection Watcher:127.0.0.1:14983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 600319 T1009 N:127.0.0.1:14986_g%2Fhl oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 600320 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 600322 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 600323 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 600325 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 600326 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 600328 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 600329 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 600330 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 600331 T1009 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14986_g%2Fhl
   [junit4]   2> 600331 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14986_g%2Fhl
   [junit4]   2> 600333 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 600334 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 600335 T1009 N:127.0.0.1:14986_g%2Fhl oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 600336 T1009 N:127.0.0.1:14986_g%2Fhl oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:14986_g%2Fhl
   [junit4]   2> 600336 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 600337 T1009 N:127.0.0.1:14986_g%2Fhl oasc.Overseer.start Overseer (id=93654709764620291-127.0.0.1:14986_g%2Fhl-n_0000000000) starting
   [junit4]   2> 600339 T1009 N:127.0.0.1:14986_g%2Fhl oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 600343 T1009 N:127.0.0.1:14986_g%2Fhl oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 600343 T1037 N:127.0.0.1:14986_g%2Fhl oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 600343 T1009 N:127.0.0.1:14986_g%2Fhl oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 600344 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 600346 T1009 N:127.0.0.1:14986_g%2Fhl oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores
   [junit4]   2> 600348 T1009 N:127.0.0.1:14986_g%2Fhl oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {coreNodeName=, config=solrconfig.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1, schema=schema.xml, collection=control_collection, transient=false, shard=, name=collection1, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/, dataDir=data/, loadOnStartup=true}
   [junit4]   2> 600348 T1009 N:127.0.0.1:14986_g%2Fhl oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/
   [junit4]   2> 600349 T1009 N:127.0.0.1:14986_g%2Fhl oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 600350 T1039 N:127.0.0.1:14986_g%2Fhl C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 600350 T1039 N:127.0.0.1:14986_g%2Fhl C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 600350 T1039 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 600350 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 600351 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14986/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:14986_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"} current state version: 0
   [junit4]   2> 600352 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14986/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:14986_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 600352 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 600352 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 600353 T1035 N:127.0.0.1:14986_g%2Fhl 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> 601351 T1039 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 601352 T1039 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 601352 T1039 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 601352 T1039 N:127.0.0.1:14986_g%2Fhl oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 601353 T1039 N:127.0.0.1:14986_g%2Fhl oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 601353 T1039 N:127.0.0.1:14986_g%2Fhl oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/'
   [junit4]   2> 601366 T1039 N:127.0.0.1:14986_g%2Fhl oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 601368 T1039 N:127.0.0.1:14986_g%2Fhl oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 601377 T1039 N:127.0.0.1:14986_g%2Fhl oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 601394 T1039 N:127.0.0.1:14986_g%2Fhl oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 601441 T1039 N:127.0.0.1:14986_g%2Fhl oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 601542 T1039 N:127.0.0.1:14986_g%2Fhl oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 601550 T1039 N:127.0.0.1:14986_g%2Fhl oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 601856 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 601870 T1039 N:127.0.0.1:14986_g%2Fhl oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 601872 T1039 N:127.0.0.1:14986_g%2Fhl oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 601883 T1039 N:127.0.0.1:14986_g%2Fhl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 601887 T1039 N:127.0.0.1:14986_g%2Fhl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 601890 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 601891 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 601891 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 601891 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 601892 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 601892 T1039 N:127.0.0.1:14986_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 601892 T1039 N:127.0.0.1:14986_g%2Fhl oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 601892 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 601893 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/data/
   [junit4]   2> 601893 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a135a2c
   [junit4]   2> 601893 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/data
   [junit4]   2> 601894 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/data/index/
   [junit4]   2> 601894 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 601895 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/control-001/cores/collection1/data/index
   [junit4]   2> 601895 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8792487600149637]
   [junit4]   2> 601896 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a454164 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c81180),segFN=segments_1,generation=1}
   [junit4]   2> 601896 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 601900 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 601900 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 601901 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 601901 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 601901 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 601901 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 601902 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 601902 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 601902 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 601921 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 601923 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 601925 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 601927 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 601931 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/json/docs,/admin/system,/update/csv,/admin/properties,/admin/plugins,/admin/segments,/get,/admin/mbeans,/replication,/update/json,standard,/admin/luke,/schema,/config,/update,/admin/threads,/admin/logging,/admin/file,/admin/ping
   [junit4]   2> 601933 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 601934 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 601934 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 601936 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 601936 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 601936 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8184227719494442]
   [junit4]   2> 601937 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@a454164 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@48c81180),segFN=segments_1,generation=1}
   [junit4]   2> 601937 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 601937 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@486b79d[collection1] main
   [junit4]   2> 601937 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 601938 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 601938 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 601939 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 601939 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 601939 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 601940 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 601940 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 601940 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 601940 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 601941 T1039 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 601941 T1040 N:127.0.0.1:14986_g%2Fhl c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@486b79d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 601941 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:14986/g/hl collection:control_collection shard:shard1
   [junit4]   2> 601942 T1009 N:127.0.0.1:14986_g%2Fhl oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 601942 T1009 N:127.0.0.1:14986_g%2Fhl oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 601942 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 601945 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 601946 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 601947 T1047 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@614dab5c name:ZooKeeperConnection Watcher:127.0.0.1:14983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 601947 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 601948 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 601948 T1009 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 601948 T1009 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 601950 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 601950 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 601950 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@2a0b20fb url=http://127.0.0.1:14986/g/hl/collection1 node=127.0.0.1:14986_g%2Fhl C115_STATE=coll:control_collection core:collection1 props:{base_url=http://127.0.0.1:14986/g/hl, node_name=127.0.0.1:14986_g%2Fhl, core=collection1, state=down}
   [junit4]   2> 601950 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 C115 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:14986/g/hl/collection1/
   [junit4]   2> 601951 T1036 N:127.0.0.1:14986_g%2Fhl 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> 601951 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 C115 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 601951 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 C115 oasc.SyncStrategy.syncToMe http://127.0.0.1:14986/g/hl/collection1/ has no replicas
   [junit4]   2> 601951 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:14986/g/hl/collection1/ shard1
   [junit4]   2> 601951 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 601951 T1009 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 601952 T1047 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> 601952 T1035 N:127.0.0.1:14986_g%2Fhl 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> 601956 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 601956 T1036 N:127.0.0.1:14986_g%2Fhl 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:14986/g/hl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 602059 T1047 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> 602059 T1035 N:127.0.0.1:14986_g%2Fhl 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> 602108 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:14986/g/hl/collection1/ and leader is http://127.0.0.1:14986/g/hl/collection1/
   [junit4]   2> 602109 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:14986/g/hl
   [junit4]   2> 602109 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 602109 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 602109 T1043 N:127.0.0.1:14986_g%2Fhl C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 602110 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 602111 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14986/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:14986_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 3
   [junit4]   2> 602111 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14986/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:14986_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 602214 T1047 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> 602214 T1035 N:127.0.0.1:14986_g%2Fhl 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> 602991 T1009 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1
   [junit4]   2> 602993 T1009 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001
   [junit4]   2> 602995 T1009 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 602997 T1009 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14998
   [junit4]   2> 602997 T1009 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/tempDir-001/jetty1, hostPort=14997, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores, hostContext=/g/hl, solrconfig=solrconfig.xml}
   [junit4]   2> 602997 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 602998 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/'
   [junit4]   2> 603028 T1009 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/solr.xml
   [junit4]   2> 603063 T1009 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores
   [junit4]   2> 603064 T1009 oasc.CoreContainer.<init> New CoreContainer 1132294985
   [junit4]   2> 603064 T1009 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/]
   [junit4]   2> 603064 T1009 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/lib
   [junit4]   2> 603065 T1009 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/lib).
   [junit4]   2> 603074 T1009 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 603079 T1009 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 603080 T1009 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 603080 T1009 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 603080 T1009 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 603080 T1009 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:14983/solr
   [junit4]   2> 603081 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 603081 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 603081 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 603083 T1059 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5851e46a name:ZooKeeperConnection Watcher:127.0.0.1:14983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 603084 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 603084 T1009 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 603086 T1009 N:127.0.0.1:14997_g%2Fhl oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 603087 T1062 N:127.0.0.1:14997_g%2Fhl oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1752329 name:ZooKeeperConnection Watcher:127.0.0.1:14983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 603087 T1009 N:127.0.0.1:14997_g%2Fhl oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 603090 T1009 N:127.0.0.1:14997_g%2Fhl oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 604094 T1009 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14997_g%2Fhl
   [junit4]   2> 604095 T1009 N:127.0.0.1:14997_g%2Fhl oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14997_g%2Fhl
   [junit4]   2> 604097 T1009 N:127.0.0.1:14997_g%2Fhl oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 604100 T1009 N:127.0.0.1:14997_g%2Fhl oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores
   [junit4]   2> 604102 T1009 N:127.0.0.1:14997_g%2Fhl oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, collection=collection1, loadOnStartup=true, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/, coreNodeName=, config=solrconfig.xml, name=collection1, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1, shard=, schema=schema.xml, dataDir=data/}
   [junit4]   2> 604103 T1009 N:127.0.0.1:14997_g%2Fhl oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/
   [junit4]   2> 604103 T1009 N:127.0.0.1:14997_g%2Fhl oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 604104 T1063 N:127.0.0.1:14997_g%2Fhl C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 604105 T1063 N:127.0.0.1:14997_g%2Fhl C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 604106 T1063 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 604106 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 604106 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14997/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:14997_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"} current state version: 4
   [junit4]   2> 604107 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14997/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:14997_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down"}
   [junit4]   2> 604107 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 604108 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 604109 T1047 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> 604109 T1062 N:127.0.0.1:14997_g%2Fhl 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> 604109 T1035 N:127.0.0.1:14986_g%2Fhl 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> 605106 T1063 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 605107 T1063 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 605107 T1063 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 605108 T1063 N:127.0.0.1:14997_g%2Fhl oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 605108 T1063 N:127.0.0.1:14997_g%2Fhl oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 605109 T1063 N:127.0.0.1:14997_g%2Fhl oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/'
   [junit4]   2> 605127 T1063 N:127.0.0.1:14997_g%2Fhl oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 605130 T1063 N:127.0.0.1:14997_g%2Fhl oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 605144 T1063 N:127.0.0.1:14997_g%2Fhl oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 605169 T1063 N:127.0.0.1:14997_g%2Fhl oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 605222 T1063 N:127.0.0.1:14997_g%2Fhl oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 605323 T1063 N:127.0.0.1:14997_g%2Fhl oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 605334 T1063 N:127.0.0.1:14997_g%2Fhl oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 605726 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 605743 T1063 N:127.0.0.1:14997_g%2Fhl oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 605746 T1063 N:127.0.0.1:14997_g%2Fhl oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 605759 T1063 N:127.0.0.1:14997_g%2Fhl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 605764 T1063 N:127.0.0.1:14997_g%2Fhl oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 605768 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 605769 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 605769 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 605769 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 605770 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 605770 T1063 N:127.0.0.1:14997_g%2Fhl oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 605770 T1063 N:127.0.0.1:14997_g%2Fhl oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 605771 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 605771 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 605771 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a135a2c
   [junit4]   2> 605772 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/data
   [junit4]   2> 605773 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 605773 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 605773 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 605774 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8792487600149637]
   [junit4]   2> 605775 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@db73a7b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78606845),segFN=segments_1,generation=1}
   [junit4]   2> 605775 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 605783 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 605783 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 605784 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 605784 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 605784 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 605784 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 605785 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 605785 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 605785 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 605805 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 605807 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 605809 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 605812 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 605820 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /update/json/docs,/admin/system,/update/csv,/admin/properties,/admin/plugins,/admin/segments,/get,/admin/mbeans,/replication,/update/json,standard,/admin/luke,/schema,/config,/update,/admin/threads,/admin/logging,/admin/file,/admin/ping
   [junit4]   2> 605822 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 605824 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 605824 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 605826 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 605826 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 605827 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8184227719494442]
   [junit4]   2> 605828 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@db73a7b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78606845),segFN=segments_1,generation=1}
   [junit4]   2> 605828 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 605829 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5e0f5a2[collection1] main
   [junit4]   2> 605829 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 605830 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 605830 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 605830 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 605831 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 605831 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 605831 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 605832 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 605832 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 605832 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 605833 T1064 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e0f5a2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 605834 T1063 N:127.0.0.1:14997_g%2Fhl c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 605835 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:14997/g/hl collection:collection1 shard:shard1
   [junit4]   2> 605835 T1009 N:127.0.0.1:14997_g%2Fhl oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 605836 T1009 N:127.0.0.1:14997_g%2Fhl oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 605836 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 605839 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 605841 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 605841 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 605842 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C116 name=collection1 org.apache.solr.core.SolrCore@49fef229 url=http://127.0.0.1:14997/g/hl/collection1 node=127.0.0.1:14997_g%2Fhl C116_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:14997/g/hl, node_name=127.0.0.1:14997_g%2Fhl, core=collection1, state=down}
   [junit4]   2> 605842 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 C116 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:14997/g/hl/collection1/
   [junit4]   2> 605842 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 605842 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 C116 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 605843 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 C116 oasc.SyncStrategy.syncToMe http://127.0.0.1:14997/g/hl/collection1/ has no replicas
   [junit4]   2> 605843 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:14997/g/hl/collection1/ shard1
   [junit4]   2> 605843 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 605843 T1047 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> 605843 T1062 N:127.0.0.1:14997_g%2Fhl 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> 605843 T1035 N:127.0.0.1:14986_g%2Fhl 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> 605847 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 605847 T1036 N:127.0.0.1:14986_g%2Fhl 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:14997/g/hl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 605950 T1035 N:127.0.0.1:14986_g%2Fhl 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> 605950 T1062 N:127.0.0.1:14997_g%2Fhl 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> 605950 T1047 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> 605999 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.register We are http://127.0.0.1:14997/g/hl/collection1/ and leader is http://127.0.0.1:14997/g/hl/collection1/
   [junit4]   2> 606000 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:14997/g/hl
   [junit4]   2> 606000 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 606000 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 606000 T1067 N:127.0.0.1:14997_g%2Fhl C:collection1 S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 606002 T1035 N:127.0.0.1:14986_g%2Fhl oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 606003 T1036 N:127.0.0.1:14986_g%2Fhl oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14997/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:14997_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 7
   [junit4]   2> 606003 T1036 N:127.0.0.1:14986_g%2Fhl oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14997/g/hl",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:14997_g%2Fhl",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 606106 T1047 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> 606106 T1062 N:127.0.0.1:14997_g%2Fhl 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> 606106 T1035 N:127.0.0.1:14986_g%2Fhl 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> 607011 T1009 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/cores/collection1
   [junit4]   2> 607014 T1009 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001
   [junit4]   2> 607014 T1009 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 607017 T1009 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:15007
   [junit4]   2> 607017 T1009 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=15006, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/g/hl}
   [junit4]   2> 607017 T1009 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 607017 T1009 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/'
   [junit4]   2> 607047 T1009 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/solr.xml
   [junit4]   2> 607081 T1009 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/cores
   [junit4]   2> 607082 T1009 oasc.CoreContainer.<init> New CoreContainer 64511332
   [junit4]   2> 607082 T1009 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/]
   [junit4]   2> 607082 T1009 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/lib
   [junit4]   2> 607083 T1009 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.cloud.RecoveryAfterSoftCommitTest 1C867DB1D762E438-001/shard-2-001/lib).
   [junit4]   2> 607092 T1009 oashc.HttpShardHandlerFactory.init created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 607096 T1009 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 607097 T1009 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 607097 T1009 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 607097 T1009 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 607098 T1009 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:14983/solr
   [junit4]   2> 607098 T1009 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 607098 T1009 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 607099 T1009 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 607100 T1080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fe4928c name:ZooKeeperConnection Watcher:127.0.0.1:14983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 607101 T1009 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 607101 T1009 oascc.SolrZkClient.createZkACLProvider

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

Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedMLTComponentTest 1C867DB1D762E438-001/tempDir-001/shard2/cores/collection1/data/index
   [junit4]   2> 2047711 T10460 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedMLTComponentTest 1C867DB1D762E438-001/tempDir-001/shard2/cores/collection1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedMLTComponentTest 1C867DB1D762E438-001/tempDir-001/shard2/cores/collection1/data;done=false>>]
   [junit4]   2> 2047711 T10460 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedMLTComponentTest 1C867DB1D762E438-001/tempDir-001/shard2/cores/collection1/data
   [junit4]   2> 2047713 T10460 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/glc,null}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedMLTComponentTest -Dtests.method=test -Dtests.seed=1C867DB1D762E438 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt -Dtests.timezone=US/Eastern -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    102s J0 | DistributedMLTComponentTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:62416/glc/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C867DB1D762E438:94D2426B799E89C0]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:570)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:558)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:606)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:588)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:567)
   [junit4]    > 	at org.apache.solr.handler.component.DistributedMLTComponentTest.test(DistributedMLTComponentTest.java:126)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
   [junit4]    > 	... 51 more
   [junit4]   2> 2047919 T10460 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedMLTComponentTest 1C867DB1D762E438-001
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=DefaultSimilarity, locale=pt, timezone=US/Eastern
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=124306184,total=355991552
   [junit4]   2> NOTE: All tests run in this JVM: [SolrRequestParserTest, TestManagedSchemaFieldResource, TestNoOpRegenerator, TestStressRecovery, JsonLoaderTest, BadComponentTest, TestSimpleTrackingShardHandler, TestSerializedLuceneMatchVersion, UUIDUpdateProcessorFallbackTest, ScriptEngineTest, TestComplexPhraseQParserPlugin, TestRestoreCore, TestFunctionQuery, HdfsThreadLeakTest, TestFiltering, AnalysisErrorHandlingTest, DocValuesMissingTest, TestSolr4Spatial, DirectUpdateHandlerOptimizeTest, TestNamedUpdateProcessors, OpenCloseCoreStressTest, TestMiniSolrCloudCluster, TestCollapseQParserPlugin, TestRTGBase, TestSearchPerf, TestSolrQueryParserDefaultOperatorResource, EchoParamsTest, TestAddFieldRealTimeGet, TestExceedMaxTermLength, TestLRUCache, AtomicUpdatesTest, SortByFunctionTest, TestTrackingShardHandlerFactory, SpatialFilterTest, TestSchemaVersionResource, DistanceFunctionTest, ResponseHeaderTest, PingRequestHandlerTest, TermVectorComponentTest, FileUtilsTest, DeleteReplicaTest, SolrCoreCheckLockOnStartupTest, ExitableDirectoryReaderTest, TestRawResponseWriter, TestIBSimilarityFactory, SpellPossibilityIteratorTest, TestLMJelinekMercerSimilarityFactory, FacetPivotSmallTest, TestHashQParserPlugin, TestCloudPivotFacet, SegmentsInfoRequestHandlerTest, TestSolrConfigHandlerCloud, ShardRoutingCustomTest, TestFieldResource, OverseerRolesTest, TestQuerySenderListener, SOLR749Test, TestInitParams, TestPHPSerializedResponseWriter, EnumFieldTest, SyncSliceTest, ShardSplitTest, TestReplicationHandler, FullSolrCloudDistribCmdsTest, DistribDocExpirationUpdateProcessorTest, DeleteInactiveReplicaTest, ShardRoutingTest, TestCryptoKeys, CloudExitableDirectoryReaderTest, AliasIntegrationTest, SaslZkACLProviderTest, DistributedSpellCheckComponentTest, TestDistributedMissingSort, DistributedFacetPivotLongTailTest, TestSolrConfigHandler, CloudMLTQParserTest, DistributedFacetPivotWhiteBoxTest, DistributedMLTComponentTest]
   [junit4] Completed [358/482] on J0 in 102.45s, 1 test, 1 error <<< FAILURES!

[...truncated 389 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1434: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: There were test failures: 482 suites, 1915 tests, 1 error, 1 failure, 64 ignored (23 assumptions)

Total time: 55 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2947
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 212417082 bytes
Compression is 0.0%
Took 40 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure