Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/94/
7 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart Error Message: Timeout while trying to assert number of documents @ target_collection Stack Trace: java.lang.AssertionError: Timeout while trying to assert number of documents @ target_collection at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92:C5A385A7B12F5AA4]:0) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:266) at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart(CdcrReplicationDistributedZkTest.java:227) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.AssertionError: expected:<10> but was:<4> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:257) ... 42 more FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 1) Thread[id=58715, name=searcherExecutor-3644-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 1) Thread[id=58715, name=searcherExecutor-3644-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92]:0) FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: There are still zombie threads that couldn't be terminated: 1) Thread[id=58715, name=searcherExecutor-3644-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: 1) Thread[id=58715, name=searcherExecutor-3644-thread-1, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest] at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92]:0) FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud: 1) Thread[id=32652, name=OverseerHdfsCoreFailoverThread-96088466262982674-127.0.0.1:36801_solr-n_0000000003, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.] at java.lang.Thread.sleep(Native Method) at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137) at java.lang.Thread.run(Thread.java:745) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud: 1) Thread[id=32652, name=OverseerHdfsCoreFailoverThread-96088466262982674-127.0.0.1:36801_solr-n_0000000003, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.] at java.lang.Thread.sleep(Native Method) at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137) at java.lang.Thread.run(Thread.java:745) at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92]:0) FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud Error Message: There are still zombie threads that couldn't be terminated: 1) Thread[id=32652, name=OverseerHdfsCoreFailoverThread-96088466262982674-127.0.0.1:36801_solr-n_0000000003, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.] at java.lang.Thread.sleep(Native Method) at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137) at java.lang.Thread.run(Thread.java:745) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: 1) Thread[id=32652, name=OverseerHdfsCoreFailoverThread-96088466262982674-127.0.0.1:36801_solr-n_0000000003, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.] at java.lang.Thread.sleep(Native Method) at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137) at java.lang.Thread.run(Thread.java:745) at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92]:0) FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: expected:<1> but was:<0> Stack Trace: java.lang.AssertionError: expected:<1> but was:<0> at __randomizedtesting.SeedInfo.seed([99BE62267F0FEE92:6ECD8C7EB9E74174]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:128) at org.junit.Assert.assertEquals(Assert.java:472) at org.junit.Assert.assertEquals(Assert.java:456) at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1329) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:52629/gu/em Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:52629/gu/em at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:601) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:515) at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) 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:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) 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.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:170) at java.net.SocketInputStream.read(SocketInputStream.java:141) 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:495) ... 47 more Build Log: [...truncated 11426 lines...] [junit4] Suite: org.apache.solr.handler.TestReplicationHandler [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/init-core-data-001 [junit4] 2> 59078 INFO (SUITE-TestReplicationHandler-seed#[99BE62267F0FEE92]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) [junit4] 2> 59089 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.SolrTestCaseJ4 ###Starting doTestRepeater [junit4] 2> 59090 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1 [junit4] 2> 59095 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 59108 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a5fc1ab{/solr,null,AVAILABLE} [junit4] 2> 59109 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Started ServerConnector@4bb0bf89{HTTP/1.1,[http/1.1]}{127.0.0.1:38492} [junit4] 2> 59109 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server Started @62432ms [junit4] 2> 59109 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=38492} [junit4] 2> 59109 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 59109 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001' [junit4] 2> 59110 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 59110 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 59110 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/solr.xml [junit4] 2> 59119 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/. [junit4] 2> 59119 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer New CoreContainer 992933359 [junit4] 2> 59119 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001] [junit4] 2> 59119 WARN (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/lib [junit4] 2> 59119 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.h.c.HttpShardHandlerFactory 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> 59120 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 59120 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 59120 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 59120 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 59120 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 59121 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/. [junit4] 2> 59123 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 59123 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1 [junit4] 2> 59123 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 59137 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1' [junit4] 2> 59143 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0 [junit4] 2> 59143 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 59143 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 59143 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 59151 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 59153 WARN (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 59153 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0 [junit4] 2> 59171 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 59192 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 59194 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 59196 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1' [junit4] 2> 59196 INFO (coreLoadExecutor-352-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1 [junit4] 2> 59196 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 59196 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data/] [junit4] 2> 59196 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 59203 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data [junit4] 2> 59204 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data/index/ [junit4] 2> 59204 WARN (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 59205 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data/index [junit4] 2> 59205 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6670298150036287] [junit4] 2> 59209 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@dea64ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71a5ae58),segFN=segments_1,generation=1} [junit4] 2> 59209 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 59214 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/./collection1/data/ [junit4] 2> 59215 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 59216 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59217 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59217 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59218 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59218 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 59219 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file [junit4] 2> 59219 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 59226 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 59226 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 59232 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.9609375, noCFSRatio=0.6601802703057955] [junit4] 2> 59232 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@dea64ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71a5ae58),segFN=segments_1,generation=1} [junit4] 2> 59232 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a76aa57[collection1] main] [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1/conf [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1/conf} [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-001/collection1/conf [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 59233 INFO (coreLoadExecutor-352-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 59234 INFO (searcherExecutor-353-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a76aa57[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 59750 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1 [junit4] 2> 59755 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 59766 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2267c8ac{/solr,null,AVAILABLE} [junit4] 2> 59767 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Started ServerConnector@33134cb5{HTTP/1.1,[http/1.1]}{127.0.0.1:41881} [junit4] 2> 59767 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server Started @63090ms [junit4] 2> 59767 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=41881} [junit4] 2> 59768 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 59768 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002' [junit4] 2> 59768 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 59768 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 59768 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/solr.xml [junit4] 2> 59776 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/. [junit4] 2> 59776 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer New CoreContainer 563048088 [junit4] 2> 59776 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002] [junit4] 2> 59776 WARN (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/lib [junit4] 2> 59777 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.h.c.HttpShardHandlerFactory 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> 59777 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 59778 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 59778 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 59778 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 59778 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 59778 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/. [junit4] 2> 59779 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 59779 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1 [junit4] 2> 59779 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 59783 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1' [junit4] 2> 59786 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0 [junit4] 2> 59786 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 59787 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 59787 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 59791 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 59797 WARN (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 59807 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0 [junit4] 2> 59812 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 59825 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 59829 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 59829 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1' [junit4] 2> 59829 INFO (coreLoadExecutor-362-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1 [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/] [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index/ [junit4] 2> 59830 WARN (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index [junit4] 2> 59830 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6670298150036287] [junit4] 2> 59831 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@18d5ae30 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b6d4332),segFN=segments_1,generation=1} [junit4] 2> 59831 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 59832 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 59833 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59833 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59834 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59834 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 59835 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 59835 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file [junit4] 2> 59835 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 59835 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/ [junit4] 2> 59841 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 59841 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 59847 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.9609375, noCFSRatio=0.6601802703057955] [junit4] 2> 59847 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@18d5ae30 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b6d4332),segFN=segments_1,generation=1} [junit4] 2> 59847 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 59847 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@22b2ba0b[collection1] main] [junit4] 2> 59848 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf [junit4] 2> 59848 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf} [junit4] 2> 59848 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf [junit4] 2> 59848 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 59857 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms [junit4] 2> 59858 INFO (coreLoadExecutor-362-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 59860 INFO (searcherExecutor-363-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@22b2ba0b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 59866 INFO (qtp2110181479-471) [ x:collection1] o.a.s.c.S.Request [collection1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 60289 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@33134cb5{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 60289 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=563048088 [junit4] 2> 60298 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@2845ee2c [junit4] 2> 60304 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0} [junit4] 2> 60310 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState [junit4] 2> 60310 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 60310 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser [junit4] 2> 60312 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request. [junit4] 2> 60312 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 60312 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data;done=false>>] [junit4] 2> 60312 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 60312 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data [junit4] 2> 60315 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index;done=false>>] [junit4] 2> 60315 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 60315 INFO (coreCloseExecutor-368-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index [junit4] 2> 60316 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2267c8ac{/solr,null,UNAVAILABLE} [junit4] 2> 60317 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 60345 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8806669{/solr,null,AVAILABLE} [junit4] 2> 60345 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Started ServerConnector@67186ec1{HTTP/1.1,[http/1.1]}{127.0.0.1:54073} [junit4] 2> 60345 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server Started @63668ms [junit4] 2> 60345 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=54073} [junit4] 2> 60450 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 60451 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002' [junit4] 2> 60451 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 60451 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 60451 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/solr.xml [junit4] 2> 60455 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/. [junit4] 2> 60455 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer New CoreContainer 1476321805 [junit4] 2> 60456 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002] [junit4] 2> 60456 WARN (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/lib [junit4] 2> 60456 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.h.c.HttpShardHandlerFactory 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> 60457 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 60457 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 60457 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 60457 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 60457 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 60458 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/. [junit4] 2> 60459 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 60459 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1 [junit4] 2> 60459 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 60464 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1' [junit4] 2> 60471 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 60471 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 60464 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0 [junit4] 2> 60473 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 60478 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 60480 WARN (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 60480 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0 [junit4] 2> 60486 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 60488 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 60489 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 60492 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1' [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1 [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/] [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data [junit4] 2> 60493 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index/ [junit4] 2> 60493 WARN (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 60496 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/index [junit4] 2> 60496 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6670298150036287] [junit4] 2> 60496 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@19ee0877 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b612fd),segFN=segments_1,generation=1} [junit4] 2> 60496 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 60497 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 60498 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 60498 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 60499 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 60499 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 60500 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy [junit4] 2> 60500 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file [junit4] 2> 60500 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 60520 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/./collection1/data/ [junit4] 2> 60529 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 60529 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 60529 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.9609375, noCFSRatio=0.6601802703057955] [junit4] 2> 60529 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@19ee0877 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18b612fd),segFN=segments_1,generation=1} [junit4] 2> 60529 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7ba0462b[collection1] main] [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf} [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-002/collection1/conf [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 60530 INFO (coreLoadExecutor-375-thread-1) [ x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 60531 INFO (searcherExecutor-376-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7ba0462b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 60974 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/collection1 [junit4] 2> 60977 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 60987 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13e219b5{/solr,null,AVAILABLE} [junit4] 2> 60987 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Started ServerConnector@14da409{HTTP/1.1,[http/1.1]}{127.0.0.1:39092} [junit4] 2> 60987 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.Server Started @64310ms [junit4] 2> 60987 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=39092} [junit4] 2> 60988 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@73d16e93 [junit4] 2> 60988 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003' [junit4] 2> 60988 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 60988 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 60988 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/solr.xml [junit4] 2> 60991 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/. [junit4] 2> 60991 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer New CoreContainer 1978518925 [junit4] 2> 60991 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003] [junit4] 2> 60991 WARN (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/lib [junit4] 2> 60993 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.h.c.HttpShardHandlerFactory 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> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 60994 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/. [junit4] 2> 60995 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/} [junit4] 2> 60995 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1 [junit4] 2> 60995 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 60996 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/collection1' [junit4] 2> 60997 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0 [junit4] 2> 61006 INFO (TEST-TestReplicationHandler.doTestRepeater-seed#[99BE62267F0FEE92]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 61007 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 61007 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 61013 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 61015 WARN (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead. [junit4] 2> 61015 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0 [junit4] 2> 61019 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 61021 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 61023 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 61024 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/collection1' [junit4] 2> 61024 INFO (coreLoadExecutor-385-thread-1) [ ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1 [junit4] 2> 61024 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 61024 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1/data/] [junit4] 2> 61025 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 61027 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1/data [junit4] 2> 61027 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1/data/index/ [junit4] 2> 61027 WARN (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_99BE62267F0FEE92-001/solr-instance-003/./collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 61028 INFO (coreLoadExecutor-385-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene- [...truncated too long message...] -NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001/jetty-088/cores/target_collection_shard2_replica2/data/index;done=false>>] [junit4] 2> 2514391 INFO (coreCloseExecutor-9835-thread-1) [n:127.0.0.1:44131_ c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 2514391 INFO (coreCloseExecutor-9835-thread-1) [n:127.0.0.1:44131_ c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001/jetty-088/cores/target_collection_shard2_replica2/data/index [junit4] 2> 2514391 INFO (coreCloseExecutor-9835-thread-1) [n:127.0.0.1:44131_ c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001/jetty-088/cores/target_collection_shard2_replica2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001/jetty-088/cores/target_collection_shard2_replica2/data;done=false>>] [junit4] 2> 2514391 INFO (coreCloseExecutor-9835-thread-1) [n:127.0.0.1:44131_ c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 2514391 INFO (coreCloseExecutor-9835-thread-1) [n:127.0.0.1:44131_ c:target_collection s:shard2 r:core_node4 x:target_collection_shard2_replica2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001/jetty-088/cores/target_collection_shard2_replica2/data [junit4] 2> 2514394 INFO (TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.Overseer Overseer (id=96088483365781536-127.0.0.1:44131_-n_0000000007) closing [junit4] 2> 2514394 INFO (OverseerStateUpdate-96088483365781536-127.0.0.1:44131_-n_0000000007) [n:127.0.0.1:44131_ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44131_ [junit4] 2> 2514394 INFO (zkCallback-30660-thread-3-processing-n:127.0.0.1:44131_) [n:127.0.0.1:44131_ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1]) [junit4] 2> 2514394 WARN (zkCallback-30660-thread-3-processing-n:127.0.0.1:44131_) [n:127.0.0.1:44131_ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 2514398 INFO (TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.ServerConnector Stopped ServerConnector@4eeee509{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 2514398 INFO (TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[99BE62267F0FEE92]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16990bc3{/,null,UNAVAILABLE} [junit4] 2> 2514399 INFO (TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[99BE62267F0FEE92]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteCreateSourceCollection [junit4] 2> 2514400 INFO (TEST-CdcrReplicationDistributedZkTest.testDeleteCreateSourceCollection-seed#[99BE62267F0FEE92]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47074 47074 [junit4] 2> 2514520 INFO (Thread-4349) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47074 47074 [junit4] 2> 2514521 WARN (Thread-4349) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 48 /solr/clusterprops.json [junit4] 2> 48 /solr/aliases.json [junit4] 2> 26 /solr/configs/conf1 [junit4] 2> 10 /solr/security.json [junit4] 2> 8 /solr/collections/tmp_collection/state.json [junit4] 2> 3 /solr/collections/source_collection/leaders/shard1/leader [junit4] 2> 3 /solr/collections/target_collection/leaders/shard1/leader [junit4] 2> 2 /solr/collections/source_collection/leaders/shard2/leader [junit4] 2> 2 /solr/collections/tmp_collection/leaders/shard2/leader [junit4] 2> 2 /solr/collections/target_collection/leaders/shard2/leader [junit4] 2> 2 /solr/collections/tmp_collection/leaders/shard1/leader [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 48 /solr/clusterstate.json [junit4] 2> 10 /solr/collections/target_collection/cdcr/state/buffer [junit4] 2> 10 /solr/collections/source_collection/cdcr/state/buffer [junit4] 2> 10 /solr/collections/source_collection/cdcr/state/process [junit4] 2> 10 /solr/collections/target_collection/cdcr/state/process [junit4] 2> 9 /solr/collections/source_collection/state.json [junit4] 2> 9 /solr/collections/target_collection/state.json [junit4] 2> 8 /solr/collections/tmp_collection/cdcr/state/process [junit4] 2> 8 /solr/collections/tmp_collection/cdcr/state/buffer [junit4] 2> 2 /solr/overseer_elect/election/96088483365781536-127.0.0.1:44131_-n_0000000007 [junit4] 2> 2 /solr/overseer_elect/election/96088483365781514-127.0.0.1:38087_-n_0000000002 [junit4] 2> 2 /solr/overseer_elect/election/96088483365781530-127.0.0.1:56654_-n_0000000005 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 114 /solr/overseer/queue [junit4] 2> 85 /solr/overseer/collection-queue-work [junit4] 2> 48 /solr/collections [junit4] 2> 46 /solr/live_nodes [junit4] 2> 23 /solr/overseer/queue-work [junit4] 2> [junit4] 2> 2514522 INFO (SUITE-CdcrReplicationDistributedZkTest-seed#[99BE62267F0FEE92]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationDistributedZkTest_99BE62267F0FEE92-001 [junit4] 2> Jun 17, 2016 8:06:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=302, maxMBSortInHeap=5.297788085122765, sim=ClassicSimilarity, locale=en-US, timezone=Asia/Istanbul [junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=204343600,total=478150656 [junit4] 2> NOTE: All tests run in this JVM: [TestLRUStatsCache, SystemInfoHandlerTest, RequestLoggingTest, TestManagedResource, URLClassifyProcessorTest, TestMergePolicyConfig, JSONWriterTest, DistributedFacetPivotLongTailTest, TestCollapseQParserPlugin, PrimUtilsTest, DistributedFacetPivotWhiteBoxTest, TestReplicationHandler, JavabinLoaderTest, TestJoin, TlogReplayBufferedWhileIndexingTest, TestTestInjection, SuggestComponentContextFilterQueryTest, TestOmitPositions, TestCloudSchemaless, IndexSchemaRuntimeFieldTest, QueryElevationComponentTest, TestMiniSolrCloudCluster, DateFieldTest, TestValueSourceCache, TestPhraseSuggestions, RequiredFieldsTest, TestSortByMinMaxFunction, CurrencyFieldOpenExchangeTest, TestUseDocValuesAsStored2, TestFieldCollectionResource, SSLMigrationTest, TestLRUCache, TestSolrConfigHandler, ActionThrottleTest, TestStressLiveNodes, HdfsUnloadDistributedZkTest, TestLazyCores, TestStressLucene, TestBinaryField, RAMDirectoryFactoryTest, TestGraphMLResponseWriter, UUIDFieldTest, PreAnalyzedFieldTest, QueryResultKeyTest, CdcrReplicationDistributedZkTest] [junit4] Completed [557/615 (4!)] on J0 in 859.96s, 11 tests, 1 failure <<< FAILURES! [...truncated 192 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:747: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:684: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:59: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build.xml:233: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/common-build.xml:531: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1427: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:984: There were test failures: 615 suites (10 ignored), 2591 tests, 4 suite-level errors, 1 error, 2 failures, 1407 ignored (5 assumptions) [seed: 99BE62267F0FEE92] Total time: 273 minutes 0 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts No prior successful build to compare, so performing full copy of artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org