Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/150/
5 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete
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([E660C87F2EF41976:917AB1DB86ED185A]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchAddsWithDelete(CdcrReplicationDistributedZkTest.java:532)
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:<59> but was:<26>
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:262)
... 42 more
FAILED:
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget
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([E660C87F2EF41976:46025AE5FEADDC33]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testResilienceWithDeleteByQueryOnTarget(CdcrReplicationDistributedZkTest.java:595)
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:<50> but was:<20>
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:262)
... 42 more
FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:49391
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:49391
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:603)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250)
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:497)
... 47 more
FAILED: org.apache.solr.update.PeerSyncTest.test
Error Message:
expected:<true> but was:<false>
Stack Trace:
java.lang.AssertionError: expected:<true> but was:<false>
at
__randomizedtesting.SeedInfo.seed([E660C87F2EF41976:6E34F7A58008748E]: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:147)
at org.apache.solr.update.PeerSyncTest.assertSync(PeerSyncTest.java:208)
at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:124)
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)
FAILED: junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample
Error Message:
ObjectTracker found 4 object(s) that were not released!!!
[MockDirectoryWrapper, SolrCore, RawDirectoryWrapper, MockDirectoryWrapper]
Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not
released!!! [MockDirectoryWrapper, SolrCore, RawDirectoryWrapper,
MockDirectoryWrapper]
at __randomizedtesting.SeedInfo.seed([E660C87F2EF41976]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:258)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
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$7.evaluate(RandomizedRunner.java:834)
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)
Build Log:
[...truncated 11261 lines...]
[junit4] Suite:
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/init-core-data-001
[junit4] 2> 298289 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 298289 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 298363 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 298428 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 298430 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 298467 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_53375_hdfs____.25yjxf/webapp
[junit4] 2> 299046 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:53375
[junit4] 2> 299159 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 299161 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 299174 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_54282_datanode____.ozb5rg/webapp
[junit4] 2> 299855 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54282
[junit4] 2> 300193 WARN
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 300194 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log jetty-6.1.26
[junit4] 2> 300214 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_49509_datanode____i50tds/webapp
[junit4] 2> 300311 INFO (IPC Server handler 2 on 47216) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393 node
DatanodeRegistration(127.0.0.1:38510,
datanodeUuid=2dfe0a8d-2a40-4a41-b842-3cda78ecfb2c, infoPort=57591,
infoSecurePort=0, ipcPort=48155,
storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 300311 INFO (IPC Server handler 2 on 47216) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-8958fb29-fd32-48aa-a444-fbbff85f9b40 node
DatanodeRegistration(127.0.0.1:38510,
datanodeUuid=2dfe0a8d-2a40-4a41-b842-3cda78ecfb2c, infoPort=57591,
infoSecurePort=0, ipcPort=48155,
storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 300849 INFO
(SUITE-HdfsCollectionsAPIDistributedZkTest-seed#[E660C87F2EF41976]-worker) [
] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49509
[junit4] 2> 301174 INFO (IPC Server handler 2 on 47216) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-bb7202a5-c9f4-44f3-8cc1-9aec0ab8ea37 node
DatanodeRegistration(127.0.0.1:50793,
datanodeUuid=314b108c-53e8-4097-bc61-ab1789990565, infoPort=45569,
infoSecurePort=0, ipcPort=38769,
storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 301174 INFO (IPC Server handler 2 on 47216) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-22693f7b-d39d-4849-b5d0-25593960f80a node
DatanodeRegistration(127.0.0.1:50793,
datanodeUuid=314b108c-53e8-4097-bc61-ab1789990565, infoPort=45569,
infoSecurePort=0, ipcPort=38769,
storageInfo=lv=-56;cid=testClusterID;nsid=173648180;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 301259 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 301259 INFO (Thread-2965) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 301259 INFO (Thread-2965) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 301359 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.ZkTestServer start zk server on port:55856
[junit4] 2> 301359 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301364 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301366 INFO (zkCallback-99-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6c7591d7
name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301367 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301367 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301367 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 301371 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301393 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301411 INFO (zkCallback-100-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1b957ca8
name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301411 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301412 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301412 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 301418 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 301419 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 301421 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 301427 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 301427 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 301431 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 301432 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 301433 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 301433 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 301435 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 301435 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 301437 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 301437 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 301438 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 301438 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 301441 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 301441 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 301443 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 301443 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 301446 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 301446 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 301448 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 301449 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 301451 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 301451 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 301454 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301454 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301455 INFO (zkCallback-101-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@32c7af37
name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301456 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301456 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301456 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 301458 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301464 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301464 INFO (zkCallback-102-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@d448770 name:ZooKeeperConnection
Watcher:127.0.0.1:55856/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 301464 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301464 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301465 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf2/solrconfig.xml
[junit4] 2> 301465 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/solrconfig.xml
[junit4] 2> 301467 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf2/schema.xml
[junit4] 2> 301467 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/schema.xml
[junit4] 2> 301470 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf2/enumsConfig.xml
[junit4] 2> 301470 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/enumsConfig.xml
[junit4] 2> 301474 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 301474 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 301475 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf2/stopwords.txt
[junit4] 2> 301475 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/stopwords.txt
[junit4] 2> 301477 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf2/protwords.txt
[junit4] 2> 301477 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/protwords.txt
[junit4] 2> 301478 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf2/currency.xml
[junit4] 2> 301478 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/currency.xml
[junit4] 2> 301480 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf2/open-exchange-rates.json
[junit4] 2> 301480 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/open-exchange-rates.json
[junit4] 2> 301482 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf2/mapping-ISOLatin1Accent.txt
[junit4] 2> 301482 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
[junit4] 2> 301483 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf2/old_synonyms.txt
[junit4] 2> 301483 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/old_synonyms.txt
[junit4] 2> 301485 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf2/synonyms.txt
[junit4] 2> 301485 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/synonyms.txt
[junit4] 2> 301487 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
to /configs/conf2/elevate.xml
[junit4] 2> 301487 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf2/elevate.xml
[junit4] 2> 301597 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1
[junit4] 2> 301598 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 301610 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@12dfcd20{/,null,AVAILABLE}
[junit4] 2> 301611 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@57dcc9e8{HTTP/1.1,[http/1.1]}{127.0.0.1:34898}
[junit4] 2> 301611 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.e.j.s.Server Started @306984ms
[junit4] 2> 301611 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:47216/hdfs__localhost_47216__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001_tempDir-002_control_data,
hostContext=/, hostPort=34898,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores}
[junit4] 2> 301612 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 301612 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001'
[junit4] 2> 301612 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 301612 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 301612 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301613 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301615 INFO (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6df29fb7
name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301615 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301615 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301616 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 301617 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/solr.xml
[junit4] 2> 301622 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores
[junit4] 2> 301622 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.CoreContainer New CoreContainer 432156468
[junit4] 2> 301623 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001]
[junit4] 2> 301623 WARN
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/lib
[junit4] 2> 301623 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
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,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
[junit4] 2> 301625 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 301626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 301626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 301626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55856/solr
[junit4] 2> 301626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 301626 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 301627 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 301628 INFO (zkCallback-106-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@76adba70
name:ZooKeeperConnection Watcher:127.0.0.1:55856 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301629 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 301629 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 301631 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$75/1949783475@276ea92c
[junit4] 2> 301631 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 301634 INFO
(zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@26ac1d54
name:ZooKeeperConnection Watcher:127.0.0.1:55856/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 301634 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 301635 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 301640 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 301644 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 301647 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 301650 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 301651 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 301653 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 301654 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 301655 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 301660 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.ZkStateReader Updating cluster state from
ZooKeeper...
[junit4] 2> 301661 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 301662 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 301672 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 301680 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 301682 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 301687 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.LeaderElector Joined leadership election with
path: /overseer_elect/election/96466136237932550-127.0.0.1:34898_-n_0000000000
[junit4] 2> 301687 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:34898_
[junit4] 2> 301687 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 301689 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.Overseer Overseer
(id=96466136237932550-127.0.0.1:34898_-n_0000000000) starting
[junit4] 2> 301692 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 301698 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 301699 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 301700 INFO
(OverseerCollectionConfigSetProcessor-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.OverseerTaskProcessor Process current queue
of overseer operations
[junit4] 2> 301708 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34898_
[junit4] 2> 301708 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:34898_
[junit4] 2> 301709 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (0)
[junit4] 2> 301712 INFO
(zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 301714 INFO
(zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 301742 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 301742 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 301743 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores
[junit4] 2> 301744 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 301744 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CorePropertiesLocator Found core collection1
in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1
[junit4] 2> 301744 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 301762 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 301762 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 301768 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2
[junit4] 2> 301768 INFO
(TEST-HdfsCollectionsAPIDistributedZkTest.test-seed#[E660C87F2EF41976])
[n:127.0.0.1:34898_ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init()
done
[junit4] 2> 301769 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
Collection control_collection not visible yet, but flagging it so a watch is
registered when it becomes visible
[junit4] 2> 301770 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:34898",
[junit4] 2> "node_name":"127.0.0.1:34898_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 301770 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:34898",
[junit4] 2> "node_name":"127.0.0.1:34898_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 301771 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 301771 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.o.ClusterStateMutator building a new cName:
control_collection
[junit4] 2> 301771 INFO
(OverseerStateUpdate-96466136237932550-127.0.0.1:34898_-n_0000000000)
[n:127.0.0.1:34898_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 301775 INFO
(zkCallback-107-thread-1-processing-n:127.0.0.1:34898_) [n:127.0.0.1:34898_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 301795 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 301795 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
waiting to find shard id in clusterstate for collection1
[junit4] 2> 301795 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
Check for collection zkNode:control_collection
[junit4] 2> 301795 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 301795 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 301796 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 301796 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1'
[junit4] 2> 301796 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 301797 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 301801 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.Config loaded
config solrconfig.xml with version 0
[junit4] 2> 301813 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 301827 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.3.0
[junit4] 2> 301838 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 301844 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 301959 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 301994 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.s.IndexSchema
default search field in schema is text
[junit4] 2> 301995 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 302025 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 302037 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 302039 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 302049 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 302050 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:47216/solr_hdfs_home
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest_E660C87F2EF41976-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@77c08d1d
[junit4] 2> 302051 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 302074 WARN
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds
and try again.
[junit4] 2> 307089 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
[junit4] 2> 307089 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 307092 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 307130 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 307130 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index/
[junit4] 2> 307153 WARN
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'hdfs:/localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 307153 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 307196 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 307196 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=48, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.244140625,
floorSegmentMB=1.46875, forceMergeDeletesPctAllowed=9.225452352648366,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8213181681940966
[junit4] 2> 307299 INFO (IPC Server handler 0 on 47216) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:38510 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-22693f7b-d39d-4849-b5d0-25593960f80a:NORMAL:127.0.0.1:50793|RBW],
ReplicaUC[[DISK]DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393:NORMAL:127.0.0.1:38510|RBW]]}
size 0
[junit4] 2> 307300 INFO (IPC Server handler 1 on 47216) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50793 is
added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-fd8ae2c9-afc5-456f-aaf8-697d56b68393:NORMAL:127.0.0.1:38510|RBW],
ReplicaUC[[DISK]DS-bb7202a5-c9f4-44f3-8cc1-9aec0ab8ea37:NORMAL:127.0.0.1:50793|FINALIZED]]}
size 0
[junit4] 2> 307308 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@4373d51a;
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
[junit4] 2> 307308 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 307322 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:34898_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/
[junit4] 2> 307323 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 307324 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 307325 WARN
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 307327 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 307328 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 307329 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 307330 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 307339 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 307339 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 307340 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 307340 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 307340 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 307354 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 307355 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 307356 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.29901178619370383]
[junit4] 2> 307380 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(HdfsDirectory@hdfs://localhost:47216/solr_hdfs_home/control_collection/core_node1/data/index
lockFactory=org.apache.solr.store.hdfs.HdfsLockFactory@4373d51a;
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
[junit4] 2> 307380 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 307380 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@66993e5e[collection1] main]
[junit4] 2> 307381 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 307382 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf1
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 307383 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 307384 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 307385 INFO
(searcherExecutor-173-thread-1-processing-n:127.0.0.1:34898_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:34898_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@66993e5e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 307386 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 307386 INFO
(coreLoadExecutor-172-thread-1-processing-n:127.0.0.1:34898_)
[n:127.0.0.1:34898_ c:control_collection s:shard1 r:core_node1 x:co
[...truncated too long message...]
checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-common-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-hdfs-2.7.2-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/hadoop-minikdc-2.7.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-core-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jackson-mapper-asl-1.9.13.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/mockito-core-1.9.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/presto-parser-0.122.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-6.3.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/contrib/analysis-extras/lib/icu4j-56.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_102/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.4.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160823_124157_754.events
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20160823_124157_754.suites
-stdin
[junit4] ERROR: JVM J1 ended with an exception: Quit event not received from
the forked process? This may indicate JVM crash or runner bugs.
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] at java.lang.Thread.run(Thread.java:745)
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:771:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:707:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/common-build.xml:536:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:1443:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/common-build.xml:984:
At least one slave process threw an exception, first: Quit event not received
from the forked process? This may indicate JVM crash or runner bugs.
Total time: 333 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]