Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.6/35/
5 tests failed.
FAILED:
org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates
Error Message:
Timeout while trying to assert number of documents @ source_collection
Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @
source_collection
at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:2C63CB5744A59AE]:0)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
at
org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:233)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.AssertionError: expected:<50> but was:<60>
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.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:2882FF040DAC88B3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ZkSolrClientTest.testMultipleWatchesAsync
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:B979BF09A43DC4A7]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.ZkSolrClientTest.testMultipleWatchesAsync(ZkSolrClientTest.java:257)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.hdfs.StressHdfsTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:35670
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:35670
at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:599B53719F25A8C1]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:623)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:220)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
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:171)
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:55)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
... 51 more
FAILED:
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig
Error Message:
The max direct memory is likely too low. Either increase it (by adding
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup
args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low. Either
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to
your containers startup args) or disable direct allocation using
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you
are putting the block cache on the heap, your java heap size might not be large
enough. Failed allocating ~134.217728 MB.
at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:2660A580CC502F12]:0)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:312)
at
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:288)
at
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:228)
at
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:108)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:694)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
at
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:75)
at
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:310)
... 42 more
Build Log:
[...truncated 12242 lines...]
[junit4] Suite: org.apache.solr.cloud.ZkSolrClientTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ZkSolrClientTest_D1CF6CAB31D9C539-001/init-core-data-001
[junit4] 2> 668539 WARN
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=46 numCloses=46
[junit4] 2> 668539 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 668557 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-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> 668573 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 668574 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 668793 WARN
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 668794 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.3
[junit4] 2> 668886 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 669437 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 669508 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 669689 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70a36c78
[junit4] 2> 669707 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70a36c78
[junit4] 2> 669707 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70a36c78
[junit4] 2> 669736 INFO (coreLoadExecutor-663-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 669736 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 669819 WARN (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is
deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 669841 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.3
[junit4] 2> 669916 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 670333 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 670356 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 670356 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@70a36c78
[junit4] 2> 670356 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 670356 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ZkSolrClientTest_D1CF6CAB31D9C539-001/init-core-data-001/]
[junit4] 2> 670357 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70a36c78
[junit4] 2> 670371 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@e931a6a
[junit4] 2> 670642 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 670642 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 670643 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 670643 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 670644 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1713991106,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 670645 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@79dffdc0[collection1] main]
[junit4] 2> 670645 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 670715 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 670852 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 670852 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 670853 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 670853 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 670853 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 670853 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 670854 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 670854 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 670854 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 670854 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 670856 INFO
(searcherExecutor-664-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@79dffdc0[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 670874 INFO (coreLoadExecutor-663-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1594091586460844032
[junit4] 2> 670877 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 670897 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testReconnect
[junit4] 2> 670897 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 670898 INFO (Thread-3811) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 670910 INFO (Thread-3811) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 670956 ERROR (Thread-3811) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 671000 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42353
[junit4] 2> 671092 ERROR
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 671093 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42353 42353
[junit4] 2> 671397 INFO (Thread-3811) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42353 42353
[junit4] 2> 671497 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 671497 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5ee3c059 name:
ZooKeeperConnection Watcher:127.0.0.1:42353/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 671497 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 671497 INFO (Thread-3812) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:42353
[junit4] 2> 671497 INFO (Thread-3812) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 671499 ERROR (Thread-3812) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 671597 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42353
[junit4] 2> 673058 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5ee3c059 name:
ZooKeeperConnection Watcher:127.0.0.1:42353/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 673059 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 674874 WARN
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]-SendThread(127.0.0.1:42353))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x161f59da21c0002 has expired
[junit4] 2> 674882 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5ee3c059 name:
ZooKeeperConnection Watcher:127.0.0.1:42353/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 674882 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 674882 WARN (zkCallback-933-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 674935 INFO (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
[junit4] 2> 674935 INFO (zkCallback-933-thread-1) [ ]
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
[junit4] 2> 674935 INFO (zkCallback-933-thread-1) [ ]
o.a.s.c.c.ConnectionManager Connected:true
[junit4] 2> 675050 ERROR
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 675054 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42353 42353
[junit4] 2> 675054 INFO (Thread-3812) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42353 42353
[junit4] 2> 675055 INFO
(TEST-ZkSolrClientTest.testReconnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testReconnect
[junit4] 2> 675089 INFO
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testConnect
[junit4] 2> 675091 INFO
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 675091 INFO (Thread-3813) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 675091 INFO (Thread-3813) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 675092 ERROR (Thread-3813) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 675191 INFO
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40167
[junit4] 2> 675416 ERROR
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 675417 INFO
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40167 40167
[junit4] 2> 675703 INFO (Thread-3813) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40167 40167
[junit4] 2> 675714 INFO
(TEST-ZkSolrClientTest.testConnect-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testConnect
[junit4] 2> 675717 INFO
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultipleWatchesAsync
[junit4] 2> 675717 INFO
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 675717 INFO (Thread-3814) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 675717 INFO (Thread-3814) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 675730 ERROR (Thread-3814) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 675821 INFO
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43786
[junit4] 2> 679951 ERROR
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 679952 INFO
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43786 43786
[junit4] 2> 680153 INFO (Thread-3814) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43786 43786
[junit4] 2> 680154 INFO
(TEST-ZkSolrClientTest.testMultipleWatchesAsync-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultipleWatchesAsync
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ZkSolrClientTest
-Dtests.method=testMultipleWatchesAsync -Dtests.seed=D1CF6CAB31D9C539
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
-Dtests.locale=hu-HU -Dtests.timezone=Etc/GMT-12 -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 4.46s J1 | ZkSolrClientTest.testMultipleWatchesAsync <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([D1CF6CAB31D9C539:B979BF09A43DC4A7]:0)
[junit4] > at
org.apache.solr.cloud.ZkSolrClientTest.testMultipleWatchesAsync(ZkSolrClientTest.java:257)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 680173 INFO
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZkCmdExectutor
[junit4] 2> 680173 INFO
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 680174 INFO (Thread-3815) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 680174 INFO (Thread-3815) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 680175 ERROR (Thread-3815) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 680274 INFO
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43309
[junit4] 2> 695293 ERROR
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 695293 INFO
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43309 43309
[junit4] 2> 695395 INFO (Thread-3815) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43309 43309
[junit4] 2> 695396 INFO
(TEST-ZkSolrClientTest.testZkCmdExectutor-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZkCmdExectutor
[junit4] 2> 695399 INFO
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWatchChildren
[junit4] 2> 695399 INFO
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 695399 INFO (Thread-3816) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 695399 INFO (Thread-3816) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 695401 ERROR (Thread-3816) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 695499 INFO
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:45455
[junit4] 2> 696243 ERROR
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 696244 INFO
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45455 45455
[junit4] 2> 696308 INFO (Thread-3816) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:45455 45455
[junit4] 2> 696309 INFO
(TEST-ZkSolrClientTest.testWatchChildren-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWatchChildren
[junit4] 2> 696314 INFO
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMakeRootNode
[junit4] 2> 696315 INFO
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 696315 INFO (Thread-3817) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 696315 INFO (Thread-3817) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 696328 ERROR (Thread-3817) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 696415 INFO
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:41630
[junit4] 2> 696681 ERROR
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 696714 INFO
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41630 41630
[junit4] 2> 697043 INFO (Thread-3817) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:41630 41630
[junit4] 2> 697076 INFO
(TEST-ZkSolrClientTest.testMakeRootNode-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMakeRootNode
[junit4] 2> 697079 INFO
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testClean
[junit4] 2> 697080 INFO
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 697096 INFO (Thread-3818) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 697096 INFO (Thread-3818) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 697099 ERROR (Thread-3818) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 697196 INFO
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:37246
[junit4] 2> 697415 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x161f59e08560002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 697435 ERROR
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 697435 INFO
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37246 37246
[junit4] 2> 697776 INFO (Thread-3818) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37246 37246
[junit4] 2> 697777 INFO
(TEST-ZkSolrClientTest.testClean-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testClean
[junit4] 2> 697792 INFO
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSkipPathPartsOnMakePath
[junit4] 2> 697792 INFO
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 697794 INFO (Thread-3819) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 697794 INFO (Thread-3819) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 697800 ERROR (Thread-3819) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 697894 INFO
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.s.c.ZkTestServer start zk server on port:41345
[junit4] 2> 697962 ERROR
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 697963 INFO
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41345 41345
[junit4] 2> 698198 INFO (Thread-3819) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:41345 41345
[junit4] 2> 698199 INFO
(TEST-ZkSolrClientTest.testSkipPathPartsOnMakePath-seed#[D1CF6CAB31D9C539]) [
] o.a.s.SolrTestCaseJ4 ###Ending testSkipPathPartsOnMakePath
[junit4] 2> 700201 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 700201 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1723966582
[junit4] 2> 700201 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 700201 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@648c1214: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@7d846b85
[junit4] 2> 700203 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
[junit4] 2> 700203 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ccad9fb: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@2b283596
[junit4] 2> 700205 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
[junit4] 2> 700205 INFO
(SUITE-ZkSolrClientTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b581933: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@68a6bd3d
[junit4] 2> 700230 INFO (coreCloseExecutor-669-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5bb70944
[junit4] 2> 700324 INFO (coreCloseExecutor-669-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1
[junit4] 2> 700324 INFO (coreCloseExecutor-669-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@92a4ee0: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@578cc24e
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ZkSolrClientTest_D1CF6CAB31D9C539-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=991, maxMBSortInHeap=7.97808786154156,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=hu-HU,
timezone=Etc/GMT-12
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=309858200,total=504365056
[junit4] 2> NOTE: All tests run in this JVM: [EchoParamsTest,
TestHighFrequencyDictionaryFactory, TestCryptoKeys, DocValuesTest,
MultiTermTest, BlobRepositoryCloudTest, TestUpdate,
HdfsChaosMonkeySafeLeaderTest, TestNestedDocsSort, HighlighterTest,
TestSolrCLIRunExample, HighlighterMaxOffsetTest, AddBlockUpdateTest,
SolrSlf4jReporterTest, SuggestComponentTest, ZkSolrClientTest]
[junit4] Completed [58/714 (1!)] on J1 in 31.94s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 48 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/init-core-data-001
[junit4] 2> 71494 WARN
(SUITE-ShardSplitTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 71494 INFO
(SUITE-ShardSplitTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 71496 INFO
(SUITE-ShardSplitTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 71496 INFO
(SUITE-ShardSplitTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 71639 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 71698 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 71700 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 72347 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkTestServer start zk server on port:38692
[junit4] 2> 73476 ERROR (Thread-13) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 74912 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 75059 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 75064 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 75118 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 75155 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 75191 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 75265 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 75329 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 75410 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 75413 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 75548 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 77134 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/cores/collection1
[junit4] 2> 78501 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 78750 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@255ae242{/,null,AVAILABLE}
[junit4] 2> 78806 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@453c5d5f{HTTP/1.1,[http/1.1]}{127.0.0.1:34701}
[junit4] 2> 78806 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.Server Started @89774ms
[junit4] 2> 78807 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/tempDir-001/control/data,
hostContext=/, hostPort=34701,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/cores}
[junit4] 2> 78896 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 78896 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.3
[junit4] 2> 78896 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 78897 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 78930 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-05T09:53:31.699Z
[junit4] 2> 78931 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 79115 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x161f5947e930002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 79141 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 79156 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/solr.xml
[junit4] 2> 79403 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 79423 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38692/solr
[junit4] 2> 80494 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 80529 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:34701_
[junit4] 2> 80532 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.Overseer Overseer
(id=99630684906389508-127.0.0.1:34701_-n_0000000000) starting
[junit4] 2> 81074 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34701_
[junit4] 2> 81223 INFO
(zkCallback-31-thread-1-processing-n:127.0.0.1:34701_) [n:127.0.0.1:34701_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 82521 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/cores
[junit4] 2> 82522 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:34701_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 82698 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 83167 INFO
(OverseerStateUpdate-99630684906389508-127.0.0.1:34701_-n_0000000000)
[n:127.0.0.1:34701_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 84173 WARN
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 84173 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.3
[junit4] 2> 84260 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 84605 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 84874 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 84910 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 84910 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/cores/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/control-001/cores/collection1/data/]
[junit4] 2> 84946 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5105c032
[junit4] 2> 85022 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=588641108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 85326 WARN
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 85982 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 85982 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 85983 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 85983 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 85984 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 86036 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56b0aba[collection1] main]
[junit4] 2> 86116 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 86124 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 86124 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 86230 INFO
(searcherExecutor-155-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@56b0aba[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 86231 INFO
(coreLoadExecutor-154-thread-1-processing-n:127.0.0.1:34701_)
[n:127.0.0.1:34701_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1594090973070098432
[junit4] 2> 86380 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 86380 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 86393 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34701/collection1/
[junit4] 2> 86393 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 86393 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:34701/collection1/ has no replicas
[junit4] 2> 86393 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 86672 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:34701/collection1/ shard1
[junit4] 2> 86853 INFO
(coreZkRegister-147-thread-1-processing-n:127.0.0.1:34701_ x:collection1
c:control_collection) [n:127.0.0.1:34701_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 87211 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 87226 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38692/solr ready
[junit4] 2> 87227 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 87227 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 88226 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/cores/collection1
[junit4] 2> 88227 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001
[junit4] 2> 88262 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 88343 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4ddb013b{/,null,AVAILABLE}
[junit4] 2> 88344 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7a5f79ba{HTTP/1.1,[http/1.1]}{127.0.0.1:36188}
[junit4] 2> 88344 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.e.j.s.Server Started @99311ms
[junit4] 2> 88344 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=36188,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/cores}
[junit4] 2> 88344 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 88379 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.3
[junit4] 2> 88379 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 88379 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 88379 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-03-05T09:53:41.180Z
[junit4] 2> 88460 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 88460 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/solr.xml
[junit4] 2> 88570 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 88586 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38692/solr
[junit4] 2> 88807 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:36188_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 88829 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:36188_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 88969 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:36188_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36188_
[junit4] 2> 88992 INFO
(zkCallback-31-thread-1-processing-n:127.0.0.1:34701_) [n:127.0.0.1:34701_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 89041 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:36188_) [n:127.0.0.1:36188_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 89114 INFO (zkCallback-35-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 89434 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:36188_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/cores
[junit4] 2> 89434 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[D1CF6CAB31D9C539])
[n:127.0.0.1:36188_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 89503 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 89602 INFO
(OverseerStateUpdate-99630684906389508-127.0.0.1:34701_-n_0000000000)
[n:127.0.0.1:34701_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 89785 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:36188_) [n:127.0.0.1:36188_ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 90694 WARN
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 90747 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.3
[junit4] 2> 90857 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 91506 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 91788 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 91788 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 91788 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D1CF6CAB31D9C539-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 91789 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5105c032
[junit4] 2> 91803 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=588641108,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 91994 WARN
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.c.RequestHandlers
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class
= DumpRequestHandler,attributes = {initParams=a, name=/dump,
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
[junit4] 2> 92913 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 92913 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 92914 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 92914 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 93040 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 93148 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@de20b51[collection1] main]
[junit4] 2> 93150 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 93150 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 93151 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 93313 INFO
(searcherExecutor-166-thread-1-processing-n:127.0.0.1:36188_ x:collection1
c:collection1) [n:127.0.0.1:36188_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@de20b51[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 93314 INFO
(coreLoadExecutor-165-thread-1-processing-n:127.0.0.1:36188_)
[n:127.0.0.1:36188_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1594090980497162240
[junit4] 2> 93380 INFO
(coreZkRegister-160-thread-1-processing-n:127.0.0.1:36188_ x:collection1
c:collection1) [n:127.0.0.1:36188_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to co
[...truncated too long message...]
... 51 more
[junit4] 2> 7744673 WARN
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 7744781 INFO
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ] o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 7744819 WARN (1806785745@qtp-1893282705-1 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41563) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
[junit4] 2> 7744819 WARN (1806785745@qtp-1893282705-1 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41563) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
[junit4] 2> 7744967 WARN (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:33234) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 7744967 WARN (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:33234) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-668678065-127.0.0.1-1520250732384 (Datanode Uuid
15977575-7969-4b1b-a518-5c3b332a4218) service to
lucene2-us-west.apache.org/127.0.0.1:33234
[junit4] 2> 7745042 WARN
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 7745374 INFO
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ] o.m.log Stopped
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
[junit4] 2> 7745374 WARN (961297972@qtp-1371905720-1 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33390) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
[junit4] 2> 7745441 WARN (961297972@qtp-1371905720-1 - Acceptor0
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33390) [ ]
o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
[junit4] 2> 7745705 WARN (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:33234) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 7745705 WARN (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:33234) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-668678065-127.0.0.1-1520250732384 (Datanode Uuid
dcf412c7-0bbc-427c-931b-294d1a7836eb) service to
lucene2-us-west.apache.org/127.0.0.1:33234
[junit4] 2> 7746040 INFO
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ] o.m.log Stopped
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:0
[junit4] 2> 7746040 WARN (800265047@qtp-235526813-1 - Acceptor0
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:46096)
[ ] o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false. Rechecking.
[junit4] 2> 7746040 WARN (800265047@qtp-235526813-1 - Acceptor0
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:46096)
[ ] o.a.h.h.HttpServer2 HttpServer Acceptor: isRunning is false
[junit4] 2> 7746142 INFO
(SUITE-StressHdfsTest-seed#[D1CF6CAB31D9C539]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.StressHdfsTest_D1CF6CAB31D9C539-001
[junit4] 2> Mar 05, 2018 12:01:19 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 34 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{range_facet_l_dv=Lucene50(blocksize=128),
multiDefault=Lucene50(blocksize=128),
intDefault=PostingsFormat(name=MockRandom), id=Lucene50(blocksize=128),
range_facet_i_dv=Lucene50(blocksize=128),
text=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128),
txt_t=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
_version_=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
intDvoDefault=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=812,
maxMBSortInHeap=6.408973382775418,
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=zh-HK,
timezone=Africa/Johannesburg
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=1,free=115619736,total=534773760
[junit4] 2> NOTE: All tests run in this JVM: [EchoParamsTest,
TestHighFrequencyDictionaryFactory, TestCryptoKeys, DocValuesTest,
MultiTermTest, BlobRepositoryCloudTest, TestUpdate,
HdfsChaosMonkeySafeLeaderTest, TestNestedDocsSort, HighlighterTest,
TestSolrCLIRunExample, HighlighterMaxOffsetTest, AddBlockUpdateTest,
SolrSlf4jReporterTest, SuggestComponentTest, ZkSolrClientTest,
ConjunctionSolrSpellCheckerTest, SolrInfoMBeanTest,
TestBlendedInfixSuggestions, TermsComponentTest, DeleteReplicaTest,
TestLuceneMatchVersion, HLLUtilTest, InfoHandlerTest, TestQueryUtils,
TestReloadAndDeleteDocs, TestStressVersions,
ShufflingReplicaListTransformerTest, SystemInfoHandlerTest, TestPointFields,
WrapperMergePolicyFactoryTest, TestFieldCacheVsDocValues,
TestDistributedGrouping, TestExactStatsCache, DistribCursorPagingTest,
SecurityConfHandlerTest, DistributedIntervalFacetingTest,
SolrMetricReporterTest, TestSurroundQueryParser, TestSolrCoreParser,
DistributedFacetPivotSmallAdvancedTest, BasicAuthStandaloneTest,
TestDocBasedVersionConstraints, FileUtilsTest, DateRangeFieldTest,
LeaderInitiatedRecoveryOnShardRestartTest, TermVectorComponentTest,
SpellingQueryConverterTest, AssignTest, CdcrBootstrapTest, DateMathParserTest,
OverseerStatusTest, TestDownShardTolerantSearch,
TestComplexPhraseQParserPlugin, TestCoreAdminApis, SuggesterFSTTest,
ShardRoutingTest, ExplicitHLLTest, TestCoreContainer,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestInPlaceUpdatesDistrib,
TestFilteredDocIdSet, TestRecoveryHdfs, SolrGraphiteReporterTest,
TestEmbeddedSolrServerConstructors, TestSolrQueryResponse,
TestPayloadCheckQParserPlugin, TestNumericTerms32, HdfsRecoverLeaseTest,
DistributedMLTComponentTest, JsonValidatorTest, TestManagedResourceStorage,
DistributedFacetExistsSmallTest, BlockJoinFacetSimpleTest,
DirectSolrSpellCheckerTest, TestRTGBase, SharedFSAutoReplicaFailoverTest,
DeleteInactiveReplicaTest, MissingSegmentRecoveryTest, TestPivotHelperCode,
TestDocTermOrds, CollectionStateFormat2Test, ZkCLITest,
TestSolrCloudWithSecureImpersonation, LoggingHandlerTest, TestSQLHandler,
TestQueryTypes, SoftAutoCommitTest, TestLMDirichletSimilarityFactory,
SSLMigrationTest, TestFieldTypeCollectionResource,
BigEndianAscendingWordDeserializerTest, TestJsonRequest, TestSolrConfigHandler,
TestPartialUpdateDeduplication, MoreLikeThisHandlerTest, DocumentBuilderTest,
OverseerCollectionConfigSetProcessorTest, TestApiFramework,
TestReplicationHandlerBackup, TestCSVResponseWriter, TestReplicaProperties,
SliceStateTest, TestLRUCache, SimplePostToolTest, CoreAdminCreateDiscoverTest,
TolerantUpdateProcessorTest, TestBlobHandler, TestPerFieldSimilarityClassic,
ConnectionReuseTest, TestMinMaxOnMultiValuedField, SolrCLIZkUtilsTest,
TestLeaderElectionWithEmptyReplica, SchemaVersionSpecificBehaviorTest,
ExitableDirectoryReaderTest, IndexSchemaTest, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest,
OverseerTest, LeaderElectionIntegrationTest, TestReplicationHandler,
TestStressReorder, TestRangeQuery, HttpPartitionTest, TestCloudRecovery,
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore,
TestLocalFSCloudBackupRestore, TestOnReconnectListenerSupport,
TestRebalanceLeaders, TestSegmentSorting, TestStressLiveNodes,
TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest,
HdfsWriteToMultipleCollectionsTest, StressHdfsTest]
[junit4] Completed [593/714 (5!)] on J1 in 555.92s, 1 test, 1 error <<<
FAILURES!
[...truncated 46679 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]