Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/182/
4 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([AB92E5E2EEE7D121:20B53633AFE17AA5]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:908)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:436)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
replica never fully recovered
Stack Trace:
java.lang.AssertionError: replica never fully recovered
at
__randomizedtesting.SeedInfo.seed([AB92E5E2EEE7D121:C66E411F54AF2E26]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.waitForRecovery(AutoscalingHistoryHandlerTest.java:303)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:255)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.CollectionsAPIDistributedZkTest.testCollectionsAPI
Error Message:
Error from server at https://127.0.0.1:41133/solr/awhollynewcollection_0:
{"awhollynewcollection_0":9}
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:41133/solr/awhollynewcollection_0:
{"awhollynewcollection_0":9}
at
__randomizedtesting.SeedInfo.seed([AB92E5E2EEE7D121:E3E79156E8D4FEB4]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:967)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:967)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:967)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:967)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:967)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.security.BasicAuthIntegrationTest.testBasicAuth
Error Message:
expected:<200> but was:<401>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<401>
at
__randomizedtesting.SeedInfo.seed([AB92E5E2EEE7D121:17FC93F04AB4525B]: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.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:242)
at
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:154)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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)
Build Log:
[...truncated 12958 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/init-core-data-001
[junit4] 2> 3133832 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=46 numCloses=46
[junit4] 2> 3133833 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 3133834 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 3133834 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3133848 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001
[junit4] 2> 3133848 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3133848 INFO (Thread-2694) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3133848 INFO (Thread-2694) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 3133850 ERROR (Thread-2694) [ ] 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> 3133948 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:43815
[junit4] 2> 3134118 INFO (jetty-launcher-3358-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3134137 INFO (jetty-launcher-3358-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3134137 INFO (jetty-launcher-3358-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3134139 INFO (jetty-launcher-3358-thread-4) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 3134139 INFO (jetty-launcher-3358-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4bf617e9{/solr,null,AVAILABLE}
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@d85d66e{SSL,[ssl,
http/1.1]}{127.0.0.1:45205}
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.e.j.s.Server Started @3145107ms
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45205}
[junit4] 2> 3134140 ERROR (jetty-launcher-3358-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3134140 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-13T11:28:23.374Z
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a753576{/solr,null,AVAILABLE}
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@72b6da73{SSL,[ssl,
http/1.1]}{127.0.0.1:34693}
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.e.j.s.Server Started @3145113ms
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34693}
[junit4] 2> 3134145 ERROR (jetty-launcher-3358-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3134145 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-13T11:28:23.379Z
[junit4] 2> 3134148 INFO (jetty-launcher-3358-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5967b661{/solr,null,AVAILABLE}
[junit4] 2> 3134148 INFO (jetty-launcher-3358-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@247cac66{SSL,[ssl,
http/1.1]}{127.0.0.1:41133}
[junit4] 2> 3134148 INFO (jetty-launcher-3358-thread-3) [ ]
o.e.j.s.Server Started @3145116ms
[junit4] 2> 3134148 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41133}
[junit4] 2> 3134157 ERROR (jetty-launcher-3358-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3134157 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 3134157 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3134157 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3134157 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-13T11:28:23.391Z
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7abd1da0{/solr,null,AVAILABLE}
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2e45d042{SSL,[ssl,
http/1.1]}{127.0.0.1:40079}
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.e.j.s.Server Started @3145142ms
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40079}
[junit4] 2> 3134174 ERROR (jetty-launcher-3358-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 3134174 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3134175 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 3134175 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-13T11:28:23.409Z
[junit4] 2> 3134194 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3134197 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3134197 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3134199 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3134199 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3134214 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 0x15f157e0c2b0002, 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> 3134220 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3134361 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3134361 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3134363 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3134381 INFO (jetty-launcher-3358-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43815/solr
[junit4] 2> 3134398 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 3134420 INFO (jetty-launcher-3358-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43815/solr
[junit4] 2> 3134420 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 3134442 INFO (jetty-launcher-3358-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43815/solr
[junit4] 2> 3134469 INFO (jetty-launcher-3358-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43815/solr
[junit4] 2> 3134691 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3134692 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34693_solr
[junit4] 2> 3134693 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.c.Overseer Overseer
(id=98821347939647496-127.0.0.1:34693_solr-n_0000000000) starting
[junit4] 2> 3134743 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34693_solr
[junit4] 2> 3134808 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3134824 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3134824 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3135012 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3135012 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3135013 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41133_solr
[junit4] 2> 3135013 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45205_solr
[junit4] 2> 3135051 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135125 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 3135141 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 3135146 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135146 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135147 INFO (jetty-launcher-3358-thread-4)
[n:127.0.0.1:34693_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node4
[junit4] 2> 3135239 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 3135396 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135437 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3135453 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135453 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135467 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 3135468 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40079_solr
[junit4] 2> 3135468 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3135523 INFO (jetty-launcher-3358-thread-1)
[n:127.0.0.1:45205_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node1
[junit4] 2> 3135540 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3135597 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3135597 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 3135856 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135917 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135917 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3135918 INFO (jetty-launcher-3358-thread-3)
[n:127.0.0.1:41133_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node3
[junit4] 2> 3135972 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3136154 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3136170 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3136204 INFO (jetty-launcher-3358-thread-2)
[n:127.0.0.1:40079_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node2
[junit4] 2> 3136614 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3136614 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43815/solr ready
[junit4] 2> 3136725 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[AB92E5E2EEE7D121])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
[junit4] 2> 3136726 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[AB92E5E2EEE7D121])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3136843 INFO (qtp196225316-14980) [n:127.0.0.1:41133_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3136858 INFO
(OverseerThreadFactory-5453-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.CreateCollectionCmd Create collection
reloaded_collection
[junit4] 2> 3137022 INFO
(OverseerStateUpdate-98821347939647496-127.0.0.1:34693_solr-n_0000000000)
[n:127.0.0.1:34693_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"reloaded_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40079/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 3137061 INFO
(OverseerStateUpdate-98821347939647496-127.0.0.1:34693_solr-n_0000000000)
[n:127.0.0.1:34693_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"reloaded_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:34693/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 3137063 INFO
(OverseerStateUpdate-98821347939647496-127.0.0.1:34693_solr-n_0000000000)
[n:127.0.0.1:34693_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"reloaded_collection_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:45205/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 3137064 INFO
(OverseerStateUpdate-98821347939647496-127.0.0.1:34693_solr-n_0000000000)
[n:127.0.0.1:34693_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"reloaded_collection_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41133/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 3137358 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
] o.a.s.u.TestInjection Inject random core creation delay of 3s
[junit4] 2> 3137382 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr ]
o.a.s.u.TestInjection Inject random core creation delay of 3s
[junit4] 2> 3137451 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
] o.a.s.u.TestInjection Inject random core creation delay of 3s
[junit4] 2> 3137486 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
] o.a.s.u.TestInjection Inject random core creation delay of 3s
[junit4] 2> 3140359 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3140360 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 3140433 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3140433 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 3140453 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3140453 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 3140494 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3140494 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 3140559 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140559 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140563 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140563 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140567 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140580 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140743 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140743 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140743 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140743 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140745 INFO
(zkCallback-3381-thread-2-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140759 INFO
(zkCallback-3379-thread-2-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140770 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3140771 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3141439 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.2.0
[junit4] 2> 3141457 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema
[reloaded_collection_shard2_replica_n6] Schema name=minimal
[junit4] 2> 3141496 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 3141496 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard2_replica_n6' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 3141497 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard2.replica_n6' (registry
'solr.core.reloaded_collection.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3141497 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3141497 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore
[[reloaded_collection_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node3/reloaded_collection_shard2_replica_n6],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node3/reloaded_collection_shard2_replica_n6/data/]
[junit4] 2> 3141606 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.2.0
[junit4] 2> 3141644 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.2.0
[junit4] 2> 3141863 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.2.0
[junit4] 2> 3141871 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema
[reloaded_collection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 3141873 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 3141873 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard1_replica_n2' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 3141891 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema
[reloaded_collection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 3141893 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 3141893 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard1_replica_n1' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 3141893 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n1' (registry
'solr.core.reloaded_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3141893 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3141893 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[reloaded_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node2/reloaded_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node2/reloaded_collection_shard1_replica_n1/data/]
[junit4] 2> 3141906 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n2' (registry
'solr.core.reloaded_collection.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3141907 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3141907 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore
[[reloaded_collection_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node4/reloaded_collection_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node4/reloaded_collection_shard1_replica_n2/data/]
[junit4] 2> 3142007 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema
[reloaded_collection_shard2_replica_n4] Schema name=minimal
[junit4] 2> 3142009 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 3142009 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard2_replica_n4' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 3142010 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard2.replica_n4' (registry
'solr.core.reloaded_collection.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@59147fdf
[junit4] 2> 3142010 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 3142010 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore
[[reloaded_collection_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node1/reloaded_collection_shard2_replica_n4],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_AB92E5E2EEE7D121-001/tempDir-001/node1/reloaded_collection_shard2_replica_n4/data/]
[junit4] 2> 3142211 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3142211 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3142212 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 3142212 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 3142213 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2fcc84e1[reloaded_collection_shard2_replica_n6] main]
[junit4] 2> 3142214 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 3142214 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3142248 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 3142248 INFO
(searcherExecutor-5462-thread-1-processing-n:127.0.0.1:41133_solr
x:reloaded_collection_shard2_replica_n6 s:shard2 c:reloaded_collection
r:core_node8) [n:127.0.0.1:41133_solr c:reloaded_collection s:shard2
r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore
[reloaded_collection_shard2_replica_n6] Registered new searcher
Searcher@2fcc84e1[reloaded_collection_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3142248 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1581141575841349632
[junit4] 2> 3142286 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard2: total=2 found=1
timeoutin=9999ms
[junit4] 2> 3142314 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3142314 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3142315 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 3142315 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 3142316 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@a02e3a4[reloaded_collection_shard1_replica_n2] main]
[junit4] 2> 3142321 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 3142321 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3142321 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 3142322 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1581141575918944256
[junit4] 2> 3142333 INFO
(searcherExecutor-5464-thread-1-processing-n:127.0.0.1:34693_solr
x:reloaded_collection_shard1_replica_n2 s:shard1 c:reloaded_collection
r:core_node5) [n:127.0.0.1:34693_solr c:reloaded_collection s:shard1
r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore
[reloaded_collection_shard1_replica_n2] Registered new searcher
Searcher@a02e3a4[reloaded_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3142394 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142394 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142396 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 3142406 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142406 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142410 INFO
(zkCallback-3381-thread-2-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142410 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142414 INFO
(zkCallback-3379-thread-2-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142414 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142479 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3142479 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3142480 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 3142480 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 3142481 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2e928875[reloaded_collection_shard1_replica_n1] main]
[junit4] 2> 3142482 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 3142482 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3142483 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 3142483 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1581141576087764992
[junit4] 2> 3142487 INFO
(searcherExecutor-5465-thread-1-processing-n:127.0.0.1:40079_solr
x:reloaded_collection_shard1_replica_n1 s:shard1 c:reloaded_collection
r:core_node3) [n:127.0.0.1:40079_solr c:reloaded_collection s:shard1
r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
[reloaded_collection_shard1_replica_n1] Registered new searcher
Searcher@2e928875[reloaded_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3142508 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 3142508 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3142509 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 3142509 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 3142524 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142524 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142526 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@e6ea423[reloaded_collection_shard2_replica_n4] main]
[junit4] 2> 3142536 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142536 INFO
(zkCallback-3381-thread-2-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142538 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142538 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142544 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142544 INFO
(zkCallback-3379-thread-2-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3142561 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 3142562 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 3142562 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 3142562 INFO (qtp201533108-14959) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1581141576170602496
[junit4] 2> 3142584 INFO
(searcherExecutor-5466-thread-1-processing-n:127.0.0.1:45205_solr
x:reloaded_collection_shard2_replica_n4 s:shard2 c:reloaded_collection
r:core_node7) [n:127.0.0.1:45205_solr c:reloaded_collection s:shard2
r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore
[reloaded_collection_shard2_replica_n4] Registered new searcher
Searcher@e6ea423[reloaded_collection_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3142788 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 3142789 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 3142789 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:41133/solr/reloaded_collection_shard2_replica_n6/
[junit4] 2> 3142789 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard2_replica_n6 url=https://127.0.0.1:41133/solr
START
replicas=[https://127.0.0.1:45205/solr/reloaded_collection_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 3142816 INFO (qtp201533108-14954) [n:127.0.0.1:45205_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.S.Request
[reloaded_collection_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3142898 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 3142899 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 3142899 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:34693/solr/reloaded_collection_shard1_replica_n2/
[junit4] 2> 3142899 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard1_replica_n2 url=https://127.0.0.1:34693/solr
START
replicas=[https://127.0.0.1:40079/solr/reloaded_collection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 3142946 INFO (qtp334979123-14985) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.S.Request
[reloaded_collection_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 3143110 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard2_replica_n6 url=https://127.0.0.1:41133/solr
DONE. We have no versions. sync failed.
[junit4] 2> 3143110 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 3143110 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 3143110 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 3143120 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:41133/solr/reloaded_collection_shard2_replica_n6/ shard2
[junit4] 2> 3143208 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard1_replica_n2 url=https://127.0.0.1:34693/solr
DONE. We have no versions. sync failed.
[junit4] 2> 3143208 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 3143208 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 3143208 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 3143230 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:34693/solr/reloaded_collection_shard1_replica_n2/ shard1
[junit4] 2> 3143230 INFO
(zkCallback-3379-thread-2-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143230 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143231 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143231 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143236 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143236 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143244 INFO
(zkCallback-3381-thread-2-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143244 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143281 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 3143283 INFO (qtp196225316-14977) [n:127.0.0.1:41133_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=5924
[junit4] 2> 3143397 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143397 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143397 INFO
(zkCallback-3374-thread-1-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143397 INFO
(zkCallback-3374-thread-2-processing-n:127.0.0.1:34693_solr)
[n:127.0.0.1:34693_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143398 INFO
(zkCallback-3379-thread-2-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143398 INFO
(zkCallback-3379-thread-1-processing-n:127.0.0.1:45205_solr)
[n:127.0.0.1:45205_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143398 INFO
(zkCallback-3381-thread-1-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143398 INFO
(zkCallback-3381-thread-2-processing-n:127.0.0.1:40079_solr)
[n:127.0.0.1:40079_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143444 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 3143444 INFO (qtp12903024-14965) [n:127.0.0.1:34693_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6062
[junit4] 2> 3143506 INFO (qtp334979123-14992) [n:127.0.0.1:40079_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=6055
[junit4] 2> 3143619 INFO
(zkCallback-3377-thread-1-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 3143619 INFO
(zkCallback-3377-thread-2-processing-n:127.0.0.1:41133_solr)
[n:127.0.0.1:41133_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloade
[...truncated too long message...]
.j.s.ServletContextHandler@6cac9331{/solr,null,UNAVAILABLE}
[junit4] 2> 6451083 INFO
(zkCallback-5478-thread-3-processing-n:127.0.0.1:39844_solr)
[n:127.0.0.1:39844_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39844_solr
[junit4] 2> 6451083 INFO
(zkCallback-5478-thread-1-processing-n:127.0.0.1:39844_solr)
[n:127.0.0.1:39844_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 6451084 WARN
(zkCallback-5478-thread-1-processing-n:127.0.0.1:39844_solr)
[n:127.0.0.1:39844_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 6451084 INFO (jetty-closer-5450-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5d59456b{/solr,null,UNAVAILABLE}
[junit4] 2> 6451085 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 0x15f15b06dec000e, 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> 6452420 WARN
(zkCallback-5468-thread-2-processing-n:127.0.0.1:44455_solr)
[n:127.0.0.1:44455_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 6452421 INFO (jetty-closer-5450-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6d57d6ae{/solr,null,UNAVAILABLE}
[junit4] 2> 6452472 ERROR
(SUITE-BasicAuthIntegrationTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
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> 6452473 INFO
(SUITE-BasicAuthIntegrationTest-seed#[AB92E5E2EEE7D121]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42574 42574
[junit4] 2> 6452548 INFO (Thread-7322) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42574 42574
[junit4] 2> 6452548 WARN (Thread-7322) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 25 /solr/collections/authCollection/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_AB92E5E2EEE7D121-001
[junit4] 2> Oct 13, 2017 12:23:41 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1828, maxMBSortInHeap=5.937346445561418,
sim=RandomSimilarity(queryNorm=true): {}, locale=ar, timezone=Etc/GMT0
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=222017744,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [V2ApiIntegrationTest,
TestAuthorizationFramework, SuggestComponentTest, IndexSchemaTest,
TestCloudManagedSchema, TestTlogReplica, TestSolrJ, NodeLostTriggerTest,
HdfsRestartWhileUpdatingTest, TestSimpleTrackingShardHandler,
DisMaxRequestHandlerTest, CloudMLTQParserTest, TestPullReplicaErrorHandling,
ConfigSetsAPITest, TestFreeTextSuggestions, TestFuzzyAnalyzedSuggestions,
TestCloudPseudoReturnFields, TestCloudInspectUtil, DeleteNodeTest,
TestHashPartitioner, ResourceLoaderTest, FileBasedSpellCheckerTest,
AlternateDirectoryTest, MoreLikeThisHandlerTest, TestCoreDiscovery,
HdfsChaosMonkeyNothingIsSafeTest, OverseerTaskQueueTest, TestFieldResource,
TestAnalyzeInfixSuggestions, CollectionReloadTest, ZkCLITest,
BlockJoinFacetDistribTest, TestHalfAndHalfDocValues,
CdcrReplicationDistributedZkTest, TestShortCircuitedRequests,
LoggingHandlerTest, TestHdfsBackupRestoreCore, TestSubQueryTransformerDistrib,
OverseerModifyCollectionTest, TestHttpShardHandlerFactory,
TestRequestStatusCollectionAPI, OutOfBoxZkACLAndCredentialsProvidersTest,
TestApiFramework, TestExactSharedStatsCache, ZkControllerTest,
DirectSolrSpellCheckerTest, BitVectorTest, TestRebalanceLeaders,
DocValuesNotIndexedTest, TestEmbeddedSolrServerAdminHandler,
TriggerIntegrationTest, RestartWhileUpdatingTest, TestSolrCLIRunExample,
QueryParsingTest, TestCoreContainer, VersionInfoTest, CoreAdminHandlerTest,
OpenCloseCoreStressTest, SaslZkACLProviderTest, TestChildDocTransformer,
TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest,
LargeFieldTest, TestStressVersions, CurrencyFieldTypeTest, TestSmileRequest,
TestLRUCache, DataDrivenBlockJoinTest, TestDistributedGrouping,
SolrCmdDistributorTest, RulesTest, TestSolrConfigHandlerCloud,
TestDownShardTolerantSearch, SchemaVersionSpecificBehaviorTest,
TestPostingsSolrHighlighter, EnumFieldTest, SampleTest, SOLR749Test,
SystemInfoHandlerTest, HighlighterTest, TestComplexPhraseLeadingWildcard,
TestMacroExpander, SmileWriterTest, TestJettySolrRunner,
AnalyticsMergeStrategyTest, CachingDirectoryFactoryTest,
CdcrVersionReplicationTest, TestSha256AuthenticationProvider, ZkSolrClientTest,
AsyncCallRequestStatusResponseTest, BlockDirectoryTest, BadCopyFieldTest,
SimpleCollectionCreateDeleteTest, NoCacheHeaderTest, DeleteStatusTest,
TestBM25SimilarityFactory, SearchHandlerTest, TestCharFilters,
DistanceFunctionTest, AddBlockUpdateTest, DirectSolrConnectionTest,
TestRestManager, MetricUtilsTest, SpatialFilterTest,
TestSchemalessBufferedUpdates, TestMaxScoreQueryParser,
StatelessScriptUpdateProcessorFactoryTest, TestSlowCompositeReaderWrapper,
ConvertedLegacyTest, TestPartialUpdateDeduplication, AtomicUpdatesTest,
TestAtomicUpdateErrorCases, DOMUtilTest, TestOrdValues,
SolrJmxReporterCloudTest, TestRawTransformer, CustomCollectionTest,
DistributedFacetExistsSmallTest, DistributedMLTComponentTest,
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test,
CollectionsAPIDistributedZkTest, ShardRoutingTest, ClusterStateUpdateTest,
TestRandomFaceting, TestGroupingSearch, TestFiltering, TestIndexSearcher,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest,
TestFoldingMultitermQuery, SuggesterTSTTest, TestTrie,
WordBreakSolrSpellCheckerTest, DirectUpdateHandlerOptimizeTest,
TestRemoteStreaming, XsltUpdateRequestHandlerTest, CacheHeaderTest,
LukeRequestHandlerTest, TermsComponentTest, FastVectorHighlighterTest,
TestCollationField, JsonLoaderTest, TestSolrIndexConfig,
TestQuerySenderNoQuery, BadComponentTest, TestStressRecovery,
SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestTolerantSearch, TestLuceneIndexBackCompat,
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest,
DeleteLastCustomShardedReplicaTest, DeleteShardTest,
DistribJoinFromCollectionTest, LeaderElectionContextKeyTest,
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest,
MultiThreadedOCPTest, SolrCLIZkUtilsTest, SolrXmlInZkTest,
TestCloudDeleteByQuery, TestCloudSearcherWarming, TestClusterProperties,
TestConfigSetsAPI, TestDistribDocBasedVersion,
TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL,
TestPullReplica, TestReplicaProperties, TestSegmentSorting,
TestStressInPlaceUpdates, AutoAddReplicasIntegrationTest,
HttpTriggerListenerTest, SystemLogListenerTest, HdfsRecoverLeaseTest,
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest,
StressHdfsTest, TestDynamicLoading, TestConfigReload,
CoreAdminCreateDiscoverTest, InfoHandlerTest, SecurityConfHandlerTest,
SegmentsInfoRequestHandlerTest, TestConfigsApi, TestCoreAdminApis,
DistributedDebugComponentTest, DistributedFacetPivotLongTailTest,
DistributedFacetPivotSmallAdvancedTest,
DistributedQueryComponentCustomSortTest,
DistributedQueryComponentOptimizationTest, FacetPivotSmallTest,
InfixSuggestersTest, TestExpandComponent, JavabinLoaderTest,
HighlighterMaxOffsetTest, TestUnifiedSolrHighlighter,
UninvertDocValuesMergePolicyTest, CheckHdfsIndexTest, TestBinaryResponseWriter,
TestCustomDocTransformer, TestExportWriter, TestJavabinTupleStreamParser,
TestPushWriter, TestSubQueryTransformer, TestDynamicFieldCollectionResource,
TestFieldCollectionResource, TestFieldTypeCollectionResource,
TestFieldTypeResource, TestSchemaNameResource, TestSchemaSimilarityResource,
TestSchemaVersionResource, TestUniqueKeyFieldResource,
TestManagedStopFilterFactory, ChangedSchemaMergeTest, DateRangeFieldTest,
TestBulkSchemaConcurrent, TestPayloadCheckQParserPlugin,
TestRandomCollapseQParserPlugin, TestTrieFacet, TestJsonFacetRefinement,
TestMinMaxOnMultiValuedField, BlockJoinFacetRandomTest,
BlockJoinFacetSimpleTest, GraphQueryTest, TestNestedDocsSort,
TestScoreJoinQPNoScore, TestExactStatsCache, BasicAuthIntegrationTest]
[junit4] Completed [705/744 (4!)] on J1 in 17.68s, 1 test, 1 failure <<<
FAILURES!
[...truncated 47062 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]