Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/404/
5 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
at
__randomizedtesting.SeedInfo.seed([C319955709E91E81:4B4DAA8DA7157379]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
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:915)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
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.cloud.autoscaling.TriggerIntegrationTest.testListeners
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([C319955709E91E81:2ED90247B4858358]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
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.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<5> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
at
__randomizedtesting.SeedInfo.seed([C319955709E91E81:AEE531AAB3A1E186]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:241)
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: junit.framework.TestSuite.org.apache.solr.client.solrj.TestBatchUpdate
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client.solrj.TestBatchUpdate: 1) Thread[id=961,
name=qtp795682556-961, state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
at sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.client.solrj.TestBatchUpdate:
1) Thread[id=961, name=qtp795682556-961, state=TIMED_WAITING,
group=TGRP-TestBatchUpdate]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([50321DF729F1B3C4]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.client.solrj.TestBatchUpdate
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=961, name=qtp795682556-961, state=TIMED_WAITING,
group=TGRP-TestBatchUpdate] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=961, name=qtp795682556-961, state=TIMED_WAITING,
group=TGRP-TestBatchUpdate]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([50321DF729F1B3C4]:0)
Build Log:
[...truncated 13112 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> 966960 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[C319955709E91E81]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/init-core-data-001
[junit4] 2> 966960 WARN
(SUITE-FullSolrCloudDistribCmdsTest-seed#[C319955709E91E81]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 966960 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[C319955709E91E81]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 966961 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[C319955709E91E81]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 966961 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[C319955709E91E81]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 966963 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 966963 INFO (Thread-4057) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 966963 INFO (Thread-4057) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 966966 ERROR (Thread-4057) [ ] 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> 967063 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42853
[junit4] 2> 967066 INFO (zkConnectionManagerCallback-1826-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967070 INFO (zkConnectionManagerCallback-1828-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967076 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 967078 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 967080 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 967081 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 967083 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 967084 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 967085 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 967092 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 967093 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 967095 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 967096 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 967097 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 967183 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 967184 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 967184 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 967184 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 967184 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1617ff7{/,null,AVAILABLE}
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@206486a5{HTTP/1.1,[http/1.1]}{127.0.0.1:53448}
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server Started @969143ms
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/tempDir-001/control/data,
hostContext=/, hostPort=53448,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/control-001/cores}
[junit4] 2> 967185 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 967185 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-16T09:49:49.394Z
[junit4] 2> 967193 INFO (zkConnectionManagerCallback-1830-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967194 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 967194 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/control-001/solr.xml
[junit4] 2> 967197 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 967197 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 967198 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 967201 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42853/solr
[junit4] 2> 967202 INFO (zkConnectionManagerCallback-1834-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967204 INFO
(zkConnectionManagerCallback-1836-thread-1-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967266 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 967267 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:53448_
[junit4] 2> 967267 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.c.Overseer Overseer
(id=73304514564718596-127.0.0.1:53448_-n_0000000000) starting
[junit4] 2> 967272 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53448_
[junit4] 2> 967274 INFO
(zkCallback-1835-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 967360 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 967367 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 967367 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 967368 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53448_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/control-001/cores
[junit4] 2> 967385 INFO (zkConnectionManagerCallback-1842-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 967385 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 967386 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42853/solr ready
[junit4] 2> 967387 INFO (qtp1602266214-11009) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53448_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 967388 INFO
(OverseerThreadFactory-4080-thread-1-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 967493 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 967493 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 967597 INFO
(zkCallback-1835-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 968512 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 968524 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 968610 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 968630 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 968633 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 968633 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 968633 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 968635 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 968637 WARN (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 968670 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 968670 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 968671 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 968672 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 968673 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1483240882,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 968673 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6f5948f1[control_collection_shard1_replica_n1] main]
[junit4] 2> 968674 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 968674 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 968674 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 968675 INFO
(searcherExecutor-4083-thread-1-processing-n:127.0.0.1:53448_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:53448_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@6f5948f1[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 968676 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1592550585411829760
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:53448/control_collection_shard1_replica_n1/
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:53448/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 968682 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 968684 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53448/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 968786 INFO
(zkCallback-1835-thread-2-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 968835 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 968837 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1343
[junit4] 2> 968839 INFO (qtp1602266214-11009) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 968937 INFO
(zkCallback-1835-thread-2-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 969389 INFO
(OverseerCollectionConfigSetProcessor-73304514564718596-127.0.0.1:53448_-n_0000000000)
[n:127.0.0.1:53448_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 969839 INFO (qtp1602266214-11009) [n:127.0.0.1:53448_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53448_&wt=javabin&version=2}
status=0 QTime=2451
[junit4] 2> 969846 INFO (zkConnectionManagerCallback-1846-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 969847 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 969848 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42853/solr ready
[junit4] 2> 969848 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 969849 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 969850 INFO
(OverseerThreadFactory-4080-thread-2-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 969851 WARN
(OverseerThreadFactory-4080-thread-2-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 970056 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 970057 INFO (qtp1602266214-11013) [n:127.0.0.1:53448_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=207
[junit4] 2> 970142 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001
of type NRT
[junit4] 2> 970143 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 970144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 970144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 970144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 970144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@12712b1f{/,null,AVAILABLE}
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1eccfc90{HTTP/1.1,[http/1.1]}{127.0.0.1:58356}
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server Started @972103ms
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=58356,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001/cores}
[junit4] 2> 970145 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 970145 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-16T09:49:52.354Z
[junit4] 2> 970147 INFO (zkConnectionManagerCallback-1848-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 970148 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 970148 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001/solr.xml
[junit4] 2> 970151 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 970151 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 970152 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 970154 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42853/solr
[junit4] 2> 970156 INFO (zkConnectionManagerCallback-1852-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 970158 INFO
(zkConnectionManagerCallback-1854-thread-1-processing-n:127.0.0.1:58356_)
[n:127.0.0.1:58356_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 970164 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 970166 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 970167 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58356_
[junit4] 2> 970168 INFO
(zkCallback-1835-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 970168 INFO (zkCallback-1845-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 970169 INFO
(zkCallback-1853-thread-1-processing-n:127.0.0.1:58356_) [n:127.0.0.1:58356_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 970208 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 970216 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 970216 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 970217 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:58356_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001/cores
[junit4] 2> 970249 INFO (qtp1602266214-11011) [n:127.0.0.1:53448_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:58356_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 970251 INFO
(OverseerCollectionConfigSetProcessor-73304514564718596-127.0.0.1:53448_-n_0000000000)
[n:127.0.0.1:53448_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 970251 INFO
(OverseerThreadFactory-4080-thread-3-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:58356_ for creating new replica
[junit4] 2> 970254 INFO (qtp984235339-11058) [n:127.0.0.1:58356_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 970254 INFO (qtp984235339-11058) [n:127.0.0.1:58356_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 971265 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 971276 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema
[collection1_shard2_replica_n61] Schema name=test
[junit4] 2> 971342 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 971365 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n61' using configuration from
collection collection1, trusted=true
[junit4] 2> 971366 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n61' (registry
'solr.core.collection1.shard2.replica_n61') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 971366 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 971366 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
[[collection1_shard2_replica_n61] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001/cores/collection1_shard2_replica_n61],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
[junit4] 2> 971368 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 971370 WARN (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 971407 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 971407 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 971408 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 971408 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 971410 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1483240882,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 971410 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@672a5291[collection1_shard2_replica_n61] main]
[junit4] 2> 971411 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 971411 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 971412 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 971413 INFO
(searcherExecutor-4094-thread-1-processing-n:127.0.0.1:58356_
x:collection1_shard2_replica_n61 s:shard2 c:collection1) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
[collection1_shard2_replica_n61] Registered new searcher
Searcher@672a5291[collection1_shard2_replica_n61]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971413 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1592550588281782272
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:58356/collection1_shard2_replica_n61/
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
http://127.0.0.1:58356/collection1_shard2_replica_n61/ has no replicas
[junit4] 2> 971419 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 971425 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:58356/collection1_shard2_replica_n61/ shard2
[junit4] 2> 971576 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 971578 INFO (qtp984235339-11058) [n:127.0.0.1:58356_
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1324
[junit4] 2> 971580 INFO (qtp1602266214-11011) [n:127.0.0.1:53448_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:58356_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1330
[junit4] 2> 971680 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001
of type NRT
[junit4] 2> 971681 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 971681 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 971681 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 971682 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 971682 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@275b6479{/,null,AVAILABLE}
[junit4] 2> 971682 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6ed5947f{HTTP/1.1,[http/1.1]}{127.0.0.1:50784}
[junit4] 2> 971682 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server Started @973640ms
[junit4] 2> 971682 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=50784,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001/cores}
[junit4] 2> 971682 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 971683 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 971683 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 971683 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 971683 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-16T09:49:53.892Z
[junit4] 2> 971684 INFO (zkConnectionManagerCallback-1858-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 971685 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 971685 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001/solr.xml
[junit4] 2> 971688 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 971688 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 971689 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 971691 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42853/solr
[junit4] 2> 971692 INFO (zkConnectionManagerCallback-1862-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 971694 INFO
(zkConnectionManagerCallback-1864-thread-1-processing-n:127.0.0.1:50784_)
[n:127.0.0.1:50784_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 971703 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 971705 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 971706 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50784_
[junit4] 2> 971707 INFO
(zkCallback-1853-thread-1-processing-n:127.0.0.1:58356_) [n:127.0.0.1:58356_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 971707 INFO (zkCallback-1845-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 971707 INFO
(zkCallback-1835-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 971709 INFO
(zkCallback-1863-thread-1-processing-n:127.0.0.1:50784_) [n:127.0.0.1:50784_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 971771 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 971780 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 971780 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 971782 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:50784_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001/cores
[junit4] 2> 971815 INFO (qtp1591824357-11089) [n:127.0.0.1:50784_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:50784_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 971817 INFO
(OverseerCollectionConfigSetProcessor-73304514564718596-127.0.0.1:53448_-n_0000000000)
[n:127.0.0.1:53448_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 971821 INFO
(OverseerThreadFactory-4080-thread-4-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:50784_ for creating new replica
[junit4] 2> 971823 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 971823 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 972835 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 972847 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema
[collection1_shard3_replica_n63] Schema name=test
[junit4] 2> 972929 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 972940 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard3_replica_n63' using configuration from
collection collection1, trusted=true
[junit4] 2> 972940 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard3.replica_n63' (registry
'solr.core.collection1.shard3.replica_n63') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 972940 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 972940 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
[[collection1_shard3_replica_n63] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001/cores/collection1_shard3_replica_n63],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
[junit4] 2> 972942 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 972944 WARN (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 972976 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 972976 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 972977 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 972977 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 972978 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1483240882,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 972978 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@abd333a[collection1_shard3_replica_n63] main]
[junit4] 2> 972979 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 972979 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 972979 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 972980 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1592550589924900864
[junit4] 2> 972982 INFO
(searcherExecutor-4105-thread-1-processing-n:127.0.0.1:50784_
x:collection1_shard3_replica_n63 s:shard3 c:collection1) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
[collection1_shard3_replica_n63] Registered new searcher
Searcher@abd333a[collection1_shard3_replica_n63]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:50784/collection1_shard3_replica_n63/
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
http://127.0.0.1:50784/collection1_shard3_replica_n63/ has no replicas
[junit4] 2> 972984 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 972986 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:50784/collection1_shard3_replica_n63/ shard3
[junit4] 2> 973137 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 973139 INFO (qtp1591824357-11093) [n:127.0.0.1:50784_
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1316
[junit4] 2> 973140 INFO (qtp1591824357-11089) [n:127.0.0.1:50784_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:50784_&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
status=0 QTime=1325
[junit4] 2> 973222 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001
of type NRT
[junit4] 2> 973223 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@375c0866{/,null,AVAILABLE}
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3c7b251a{HTTP/1.1,[http/1.1]}{127.0.0.1:53477}
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.e.j.s.Server Started @975183ms
[junit4] 2> 973224 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=53477,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001/cores}
[junit4] 2> 973225 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 973225 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 973225 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 973225 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 973225 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-16T09:49:55.434Z
[junit4] 2> 973226 INFO (zkConnectionManagerCallback-1868-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 973227 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 973227 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001/solr.xml
[junit4] 2> 973230 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 973230 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 973231 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 973233 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42853/solr
[junit4] 2> 973234 INFO (zkConnectionManagerCallback-1872-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 973235 INFO
(zkConnectionManagerCallback-1874-thread-1-processing-n:127.0.0.1:53477_)
[n:127.0.0.1:53477_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 973241 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 973243 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 973244 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53477_
[junit4] 2> 973245 INFO (zkCallback-1845-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 973245 INFO
(zkCallback-1853-thread-1-processing-n:127.0.0.1:58356_) [n:127.0.0.1:58356_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 973245 INFO
(zkCallback-1835-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 973245 INFO
(zkCallback-1863-thread-1-processing-n:127.0.0.1:50784_) [n:127.0.0.1:50784_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 973246 INFO
(zkCallback-1873-thread-1-processing-n:127.0.0.1:53477_) [n:127.0.0.1:53477_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 973308 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 973316 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 973316 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 973318 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[C319955709E91E81])
[n:127.0.0.1:53477_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001/cores
[junit4] 2> 973365 INFO (qtp1591824357-11091) [n:127.0.0.1:50784_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:53477_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 973367 INFO
(OverseerCollectionConfigSetProcessor-73304514564718596-127.0.0.1:53448_-n_0000000000)
[n:127.0.0.1:53448_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 973367 INFO
(OverseerThreadFactory-4080-thread-5-processing-n:127.0.0.1:53448_)
[n:127.0.0.1:53448_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:53477_ for creating new replica
[junit4] 2> 973369 INFO (qtp335859290-11120) [n:127.0.0.1:53477_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 973370 INFO (qtp335859290-11120) [n:127.0.0.1:53477_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 974383 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 974394 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema
[collection1_shard1_replica_n65] Schema name=test
[junit4] 2> 974468 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 974478 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n65' using configuration from
collection collection1, trusted=true
[junit4] 2> 974479 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n65' (registry
'solr.core.collection1.shard1.replica_n65') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@221c2d0a
[junit4] 2> 974479 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 974479 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
[[collection1_shard1_replica_n65] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001/cores/collection1_shard1_replica_n65],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_C319955709E91E81-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
[junit4] 2> 974481 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 974483 WARN (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 974514 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 974514 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 974515 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 974515 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 974516 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1483240882,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 974516 INFO (qtp335859290-11120) [n:127.0.0.1:53477_
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.s.SolrIndexSearcher Opening [Searcher@357a210
[...truncated too long message...]
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-263-thread-1]:
coreCloseExecutor-263-thread-1 finishFullFlush success=true
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
startCommit(): start
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
skip startCommit(): no changes pending
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
commit: pendingCommit == null; skip
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
commit: took 0.2 msec
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
commit: done
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
rollback
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
all running merges have aborted
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
rollback: done finish merges
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-263-thread-1]:
abort
[junit4] 2> 71455 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-263-thread-1]:
done abort success=true
[junit4] 2> 71456 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-263-thread-1]:
rollback: infos=_2(7.3.0):C1000
[junit4] 2> 71456 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-263-thread-1]:
now checkpoint "_2(7.3.0):C1000" [1 segments ; isCommit = false]
[junit4] 2> 71456 INFO (coreCloseExecutor-263-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-263-thread-1]:
0 msec to checkpoint
[junit4] 2> 71484 INFO
(SUITE-TestBatchUpdate-seed#[50321DF729F1B3C4]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7fbe4fe4{/solr,null,UNAVAILABLE}
[junit4] 2> 71484 INFO
(SUITE-TestBatchUpdate-seed#[50321DF729F1B3C4]-worker) [ ] o.e.j.s.session
Stopped scavenging
[junit4] 2> 101483 WARN
(SUITE-TestBatchUpdate-seed#[50321DF729F1B3C4]-worker) [ ]
o.e.j.u.t.QueuedThreadPool
QueuedThreadPool@qtp795682556{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop
Thread[qtp795682556-961,5,TGRP-TestBatchUpdate]
[junit4] 2> 101483 INFO
(SUITE-TestBatchUpdate-seed#[50321DF729F1B3C4]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Feb 16, 2018 10:16:11 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 16, 2018 10:16:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.client.solrj.TestBatchUpdate:
[junit4] 2> 1) Thread[id=961, name=qtp795682556-961,
state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 16, 2018 10:16:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=961, name=qtp795682556-961,
state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
[junit4] 2> Feb 16, 2018 10:16:34 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=961, name=qtp795682556-961,
state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1428, maxMBSortInHeap=7.739660026345945,
sim=RandomSimilarity(queryNorm=true): {}, locale=en-NZ, timezone=Africa/Banjul
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=2,free=192453752,total=369098752
[junit4] 2> NOTE: All tests run in this JVM:
[CloudSolrClientMultiConstructorTest, EqualToEvaluatorTest,
AppendEvaluatorTest, LengthEvaluatorTest, TestV2Request, QueryResponseTest,
CollectionAdminRequestRequiredParamsTest, HyperbolicCosineEvaluatorTest,
TestSolrProperties, CumulativeProbabilityEvaluatorTest, TestRetryUtil,
SolrExampleStreamingBinaryTest, ConcatOperationTest, FloorEvaluatorTest,
TestUpdateRequestCodec, ArcTangentEvaluatorTest, RoundEvaluatorTest,
NormalDistributionEvaluatorTest, GraphTest, HttpSolrClientSSLAuthConPoolTest,
AbsoluteValueEvaluatorTest, ClientUtilsTest, CeilingEvaluatorTest,
SolrExampleStreamingTest, SolrExampleXMLTest, SolrExampleJettyTest,
SolrExampleEmbeddedTest, LargeVolumeBinaryJettyTest, TestBatchUpdate]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBatchUpdate
-Dtests.seed=50321DF729F1B3C4 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=en-NZ -Dtests.timezone=Africa/Banjul -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | TestBatchUpdate (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.client.solrj.TestBatchUpdate:
[junit4] > 1) Thread[id=961, name=qtp795682556-961,
state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([50321DF729F1B3C4]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=961, name=qtp795682556-961,
state=TIMED_WAITING, group=TGRP-TestBatchUpdate]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([50321DF729F1B3C4]:0)
[junit4] Completed [92/146 (1!)] on J1 in 53.94s, 3 tests, 2 errors <<<
FAILURES!
[...truncated 47726 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]