Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/779/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.cloud.CleanupOldIndexTest.test
Error Message:
Index: 0, Size: 0
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at
__randomizedtesting.SeedInfo.seed([F8500EBD75B9FED9:70043167DB459321]:0)
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at
org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CleanupOldIndexTest
Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.CleanupOldIndexTest:
1) Thread[id=13775, name=StoppableIndexingThread-EventThread,
state=WAITING, group=TGRP-CleanupOldIndexTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
2) Thread[id=13766, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest] at java.lang.Object.wait(Native Method)
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
3) Thread[id=13774,
name=StoppableIndexingThread-SendThread(127.0.0.1:64273), state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest] at java.lang.Thread.sleep(Native
Method) at
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
at
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE
scope at org.apache.solr.cloud.CleanupOldIndexTest:
1) Thread[id=13775, name=StoppableIndexingThread-EventThread, state=WAITING,
group=TGRP-CleanupOldIndexTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
2) Thread[id=13766, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest]
at java.lang.Object.wait(Native Method)
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
3) Thread[id=13774,
name=StoppableIndexingThread-SendThread(127.0.0.1:64273), state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
at
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
at __randomizedtesting.SeedInfo.seed([F8500EBD75B9FED9]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CleanupOldIndexTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=13766, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest] at java.lang.Object.wait(Native Method)
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=13766, name=StoppableIndexingThread, state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest]
at java.lang.Object.wait(Native Method)
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
at __randomizedtesting.SeedInfo.seed([F8500EBD75B9FED9]:0)
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([F8500EBD75B9FED9:70043167DB459321]: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:159)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:865)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:620)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11718 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/init-core-data-001
[junit4] 2> 1396732 WARN
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F8500EBD75B9FED9]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1396732 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F8500EBD75B9FED9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1396736 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F8500EBD75B9FED9]-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)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1396736 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[F8500EBD75B9FED9]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/_lsr/zs
[junit4] 2> 1396738 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1396738 INFO (Thread-1883) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1396738 INFO (Thread-1883) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1396845 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkTestServer start zk server on port:64011
[junit4] 2> 1396927 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1396956 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1397007 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1397009 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1397012 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1397016 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1397020 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1397024 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1397027 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1397031 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1397034 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1401307 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/cores/collection1
[junit4] 2> 1401309 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1401311 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@347eeb8b{/_lsr/zs,null,AVAILABLE}
[junit4] 2> 1401312 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@219ebf23{HTTP/1.1,[http/1.1]}{127.0.0.1:64014}
[junit4] 2> 1401312 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server Started @1407344ms
[junit4] 2> 1401312 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/tempDir-001/control/data,
hostContext=/_lsr/zs, hostPort=64014,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/cores}
[junit4] 2> 1401313 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1401313 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1401313 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1401313 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1401313 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-23T18:34:12.040Z
[junit4] 2> 1401325 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1401325 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/solr.xml
[junit4] 2> 1401336 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1401336 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64011/solr
[junit4] 2> 1401375 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1401376 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:64014__lsr%2Fzs
[junit4] 2> 1401378 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.Overseer Overseer
(id=97667910694797316-127.0.0.1:64014__lsr%2Fzs-n_0000000000) starting
[junit4] 2> 1401393 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64014__lsr%2Fzs
[junit4] 2> 1401397 INFO
(zkCallback-3648-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1401487 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/cores
[junit4] 2> 1401487 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1401492 INFO
(OverseerStateUpdate-97667910694797316-127.0.0.1:64014__lsr%2Fzs-n_0000000000)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 1402519 WARN
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1402520 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1402534 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1402635 WARN
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 1402637 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1402679 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 1402680 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1402680 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/control-001/cores/collection1/data/]
[junit4] 2> 1402680 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@377e26d3
[junit4] 2> 1402708 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1402785 WARN
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1402893 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1402897 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1402899 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1402899 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1402908 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
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> 1402930 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@638d8584[collection1] main]
[junit4] 2> 1402932 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1402933 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1402933 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1402945 INFO
(searcherExecutor-4790-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@638d8584[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1402956 INFO
(coreLoadExecutor-4789-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1562686577634705408
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:64014/_lsr/zs/collection1/
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:64014/_lsr/zs/collection1/ has no replicas
[junit4] 2> 1402971 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1402972 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1402975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64011/solr ready
[junit4] 2> 1402975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1402975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1402981 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64014/_lsr/zs/collection1/ shard1
[junit4] 2> 1403147 INFO
(coreZkRegister-4782-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs
x:collection1 c:control_collection) [n:127.0.0.1:64014__lsr%2Fzs
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1403449 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/cores/collection1
[junit4] 2> 1403451 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001
[junit4] 2> 1403452 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1403454 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6fa5b736{/_lsr/zs,null,AVAILABLE}
[junit4] 2> 1403454 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@8f7bda7{HTTP/1.1,[http/1.1]}{127.0.0.1:64020}
[junit4] 2> 1403454 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server Started @1409486ms
[junit4] 2> 1403454 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/_lsr/zs, hostPort=64020,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/cores}
[junit4] 2> 1403455 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1403456 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1403456 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1403456 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1403456 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-23T18:34:14.183Z
[junit4] 2> 1403461 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1403461 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/solr.xml
[junit4] 2> 1403472 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1403473 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64011/solr
[junit4] 2> 1403496 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1403501 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1403505 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64020__lsr%2Fzs
[junit4] 2> 1403508 INFO (zkCallback-3652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1403508 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 1403509 INFO
(zkCallback-3648-thread-3-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 1403652 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/cores
[junit4] 2> 1403652 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1403656 INFO
(OverseerStateUpdate-97667910694797316-127.0.0.1:64014__lsr%2Fzs-n_0000000000)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard2
[junit4] 2> 1403761 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1404677 WARN
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1404677 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1404700 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1404779 WARN
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1404780 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1404811 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1404812 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1404812 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1404812 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@377e26d3
[junit4] 2> 1404824 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1404834 WARN
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1404923 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1404923 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1404934 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1404934 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1404940 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
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> 1404940 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@6cb05825[collection1] main]
[junit4] 2> 1404942 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1404942 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1404942 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1404943 INFO
(searcherExecutor-4801-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@6cb05825[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1404944 INFO
(coreLoadExecutor-4800-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562686579719274496
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64020/_lsr/zs/collection1/
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:64020/_lsr/zs/collection1/ has no replicas
[junit4] 2> 1404954 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 1404961 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am
the new leader: http://127.0.0.1:64020/_lsr/zs/collection1/ shard2
[junit4] 2> 1405075 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1405124 INFO
(coreZkRegister-4795-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64020__lsr%2Fzs c:collection1
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 1405236 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1405620 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/cores/collection1
[junit4] 2> 1405621 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001
[junit4] 2> 1405622 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1405624 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59f63110{/_lsr/zs,null,AVAILABLE}
[junit4] 2> 1405624 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@283b5446{HTTP/1.1,[http/1.1]}{127.0.0.1:64024}
[junit4] 2> 1405625 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server Started @1411657ms
[junit4] 2> 1405625 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/_lsr/zs, hostPort=64024,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/cores}
[junit4] 2> 1405625 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1405626 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1405626 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1405637 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1405637 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-23T18:34:16.364Z
[junit4] 2> 1405642 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1405642 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/solr.xml
[junit4] 2> 1405652 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1405652 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64011/solr
[junit4] 2> 1405672 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 1405676 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1405680 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64024__lsr%2Fzs
[junit4] 2> 1405682 INFO (zkCallback-3652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1405682 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 1405682 INFO
(zkCallback-3648-thread-1-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 1405687 INFO
(zkCallback-3664-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 1405795 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/cores
[junit4] 2> 1405795 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1405798 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1405803 INFO
(OverseerStateUpdate-97667910694797316-127.0.0.1:64014__lsr%2Fzs-n_0000000000)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard3
[junit4] 2> 1405915 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1405916 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1406821 WARN
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1406822 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1406836 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1406901 WARN
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1406902 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1406932 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1406932 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1406932 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1406932 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@377e26d3
[junit4] 2> 1406933 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1406939 WARN
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1407013 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1407013 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1407015 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1407015 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1407018 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
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> 1407018 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@22bc844e[collection1] main]
[junit4] 2> 1407020 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1407020 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1407020 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1407022 INFO
(searcherExecutor-4812-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@22bc844e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1407025 INFO
(coreLoadExecutor-4811-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562686581901361152
[junit4] 2> 1407035 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1407035 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 1407035 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64024/_lsr/zs/collection1/
[junit4] 2> 1407035 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 1407035 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:64024/_lsr/zs/collection1/ has no replicas
[junit4] 2> 1407036 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 1407042 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am
the new leader: http://127.0.0.1:64024/_lsr/zs/collection1/ shard3
[junit4] 2> 1407150 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1407150 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1407202 INFO
(coreZkRegister-4806-thread-1-processing-n:127.0.0.1:64024__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64024__lsr%2Fzs c:collection1
s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 1407317 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1407317 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1407835 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/cores/collection1
[junit4] 2> 1407837 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001
[junit4] 2> 1407837 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1407839 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1946a19{/_lsr/zs,null,AVAILABLE}
[junit4] 2> 1407840 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@22be794a{HTTP/1.1,[http/1.1]}{127.0.0.1:64028}
[junit4] 2> 1407840 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.e.j.s.Server Started @1413872ms
[junit4] 2> 1407840 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/_lsr/zs, hostPort=64028,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/cores}
[junit4] 2> 1407841 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1407841 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1407841 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1407841 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1407841 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-23T18:34:18.568Z
[junit4] 2> 1407846 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1407846 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/solr.xml
[junit4] 2> 1407861 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1407862 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64011/solr
[junit4] 2> 1407879 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 1407884 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1407888 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64028__lsr%2Fzs
[junit4] 2> 1407891 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 1407892 INFO
(zkCallback-3670-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 1407892 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 1407892 INFO
(zkCallback-3648-thread-2-processing-n:127.0.0.1:64014__lsr%2Fzs)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 1407892 INFO (zkCallback-3652-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1408007 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1408007 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1408055 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/cores
[junit4] 2> 1408056 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9])
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1408061 INFO
(OverseerStateUpdate-97667910694797316-127.0.0.1:64014__lsr%2Fzs-n_0000000000)
[n:127.0.0.1:64014__lsr%2Fzs ] o.a.s.c.o.ReplicaMutator Assigning new node
to shard shard=shard1
[junit4] 2> 1408170 INFO
(zkCallback-3670-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1408170 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1408170 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409111 WARN
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1409112 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1409228 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1409371 WARN
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1409372 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1409416 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1409417 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1409417 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1409417 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@377e26d3
[junit4] 2> 1409439 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1409457 WARN
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1409566 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1409567 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1409568 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1409568 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1409574 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
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> 1409574 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@561e0b1b[collection1] main]
[junit4] 2> 1409576 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1409577 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1409577 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1409579 INFO
(searcherExecutor-4823-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@561e0b1b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1409579 INFO
(coreLoadExecutor-4822-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1562686584579424256
[junit4] 2> 1409591 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1409592 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I may
be the new leader - try and sync
[junit4] 2> 1409592 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64028/_lsr/zs/collection1/
[junit4] 2> 1409592 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync Success - now
sync replicas to me
[junit4] 2> 1409592 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:64028/_lsr/zs/collection1/ has no replicas
[junit4] 2> 1409592 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Found
all replicas participating in election, clear LIR
[junit4] 2> 1409599 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I am
the new leader: http://127.0.0.1:64028/_lsr/zs/collection1/ shard1
[junit4] 2> 1409705 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409705 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409705 INFO
(zkCallback-3670-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409767 INFO
(coreZkRegister-4817-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs
x:collection1 c:collection1) [n:127.0.0.1:64028__lsr%2Fzs c:collection1
s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 1409876 INFO
(zkCallback-3664-thread-2-processing-n:127.0.0.1:64024__lsr%2Fzs)
[n:127.0.0.1:64024__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409876 INFO
(zkCallback-3670-thread-1-processing-n:127.0.0.1:64028__lsr%2Fzs)
[n:127.0.0.1:64028__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1409876 INFO
(zkCallback-3658-thread-1-processing-n:127.0.0.1:64020__lsr%2Fzs)
[n:127.0.0.1:64020__lsr%2Fzs ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1410566 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[F8500EBD75B9FED9]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_F8500EBD75B9FED9-001/shard-4-001/cores/collection1
[junit4] 2> 1410568 I
[...truncated too long message...]
Provider.java:121)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
[junit4] 2> at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
[junit4] 2> at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
[junit4] 2> at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
[junit4] 2> at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
[junit4] 2> at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=299, maxMBSortInHeap=6.428380917155677,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-AR,
timezone=Indian/Comoro
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=5,free=204011840,total=467664896
[junit4] 2> NOTE: All tests run in this JVM:
[TestComplexPhraseLeadingWildcard, TestSolr4Spatial,
TestLMDirichletSimilarityFactory, HdfsRecoverLeaseTest, SuggesterTSTTest,
TestSolr4Spatial2, OutOfBoxZkACLAndCredentialsProvidersTest,
TestSolrFieldCacheMBean, MissingSegmentRecoveryTest, TestClassNameShortening,
LargeFieldTest, TestPKIAuthenticationPlugin, TestFieldCacheSanityChecker,
TestMergePolicyConfig, JavabinLoaderTest, StatsComponentTest,
TestCloudRecovery, CoreAdminHandlerTest, BinaryUpdateRequestHandlerTest,
TestQueryUtils, SpellingQueryConverterTest, TestHashQParserPlugin,
TestBulkSchemaConcurrent, DistributedSuggestComponentTest,
TestUninvertingReader, TestCollationFieldDocValues, TestFilteredDocIdSet,
SearchHandlerTest, TestReloadDeadlock, TestQueryTypes,
NotRequiredUniqueKeyTest, TestReqParamsAPI, SolrIndexConfigTest,
TestSolrCoreProperties, SuggestComponentContextFilterQueryTest,
InfixSuggestersTest, BasicAuthIntegrationTest, TestReloadAndDeleteDocs,
TestManagedSchemaAPI, HdfsBasicDistributedZk2Test, ConvertedLegacyTest,
HdfsRestartWhileUpdatingTest, TestNamedUpdateProcessors,
TestPHPSerializedResponseWriter, TestRangeQuery, TestCryptoKeys,
SolrCmdDistributorTest, TestCollectionAPI, DateMathParserTest,
SharedFSAutoReplicaFailoverUtilsTest, TestJsonRequest, HLLUtilTest,
LeaderInitiatedRecoveryOnShardRestartTest, PKIAuthenticationIntegrationTest,
TriLevelCompositeIdRoutingTest, TestFieldCache, TestPointFields,
TestIndexSearcher, TestRequestStatusCollectionAPI, TestDFRSimilarityFactory,
TestGraphMLResponseWriter, TestSQLHandler, DeleteInactiveReplicaTest,
WordBreakSolrSpellCheckerTest, LeaderElectionIntegrationTest,
RAMDirectoryFactoryTest, UUIDUpdateProcessorFallbackTest, ReplaceNodeTest,
SolrInfoMBeanTest, TestSolrQueryParser, TestStressLiveNodes, MinimalSchemaTest,
TestTrie, TestLockTree, TestXmlQParser, DirectoryFactoryTest, TestApiFramework,
TestRandomCollapseQParserPlugin, TestConfigSets, TestValueSourceCache,
LoggingHandlerTest, RecoveryAfterSoftCommitTest, TestTestInjection,
TestSolrDeletionPolicy2, ConnectionReuseTest, SmileWriterTest,
ZkSolrClientTest, TestHdfsBackupRestoreCore, DistributedDebugComponentTest,
TestQuerySenderNoQuery, BigEndianAscendingWordDeserializerTest,
BasicDistributedZk2Test, BadIndexSchemaTest, NoCacheHeaderTest,
TestCodecSupport, TestAddFieldRealTimeGet, TestRawTransformer, TestConfigsApi,
LeaderFailureAfterFreshStartTest, CollectionsAPIDistributedZkTest,
SolrIndexSplitterTest, ConfigSetsAPITest, TestFreeTextSuggestions,
TestSolrCoreSnapshots, TestReversedWildcardFilterFactory, RulesTest,
TestLuceneMatchVersion, TestReRankQParserPlugin, DistribCursorPagingTest,
HdfsDirectoryFactoryTest, QueryParsingTest,
TestLMJelinekMercerSimilarityFactory, PreAnalyzedFieldTest,
ShufflingReplicaListTransformerTest, TestSystemIdResolver,
DistributedVersionInfoTest, TestLeaderInitiatedRecoveryThread, BasicZkTest,
TestSimpleTrackingShardHandler, TestCustomSort, DistributedTermsComponentTest,
TestReload, TestRTimerTree, TestManagedSynonymFilterFactory,
ConjunctionSolrSpellCheckerTest, SolrJmxReporterTest,
TestLeaderElectionWithEmptyReplica, RankQueryTest, TestBlobHandler,
EchoParamsTest, ClassificationUpdateProcessorTest, ScriptEngineTest,
URLClassifyProcessorTest, TestRandomRequestDistribution,
TermVectorComponentTest, SuggesterTest, TestCoreDiscovery, SolrCLIZkUtilsTest,
TestSimpleQParserPlugin, FullSolrCloudDistribCmdsTest, TestUtils,
TestFieldCacheWithThreads, TestFieldTypeResource, TestSortByMinMaxFunction,
DistanceFunctionTest, CleanupOldIndexTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CleanupOldIndexTest
-Dtests.seed=F8500EBD75B9FED9 -Dtests.slow=true -Dtests.locale=es-AR
-Dtests.timezone=Indian/Comoro -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J1 | CleanupOldIndexTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE
scope at org.apache.solr.cloud.CleanupOldIndexTest:
[junit4] > 1) Thread[id=13775,
name=StoppableIndexingThread-EventThread, state=WAITING,
group=TGRP-CleanupOldIndexTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[junit4] > at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4] > at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
[junit4] > 2) Thread[id=13766, name=StoppableIndexingThread,
state=TIMED_WAITING, group=TGRP-CleanupOldIndexTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
[junit4] > at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
[junit4] > at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
[junit4] > at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
[junit4] > 3) Thread[id=13774,
name=StoppableIndexingThread-SendThread(127.0.0.1:64273), state=TIMED_WAITING,
group=TGRP-CleanupOldIndexTest]
[junit4] > at java.lang.Thread.sleep(Native Method)
[junit4] > at
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
[junit4] > at
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
[junit4] > at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
[junit4] > at
__randomizedtesting.SeedInfo.seed([F8500EBD75B9FED9]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=13766, name=StoppableIndexingThread,
state=TIMED_WAITING, group=TGRP-CleanupOldIndexTest]
[junit4] > at java.lang.Object.wait(Native Method)
[junit4] > at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:225)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:174)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
[junit4] > at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:226)
[junit4] > at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:121)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:612)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1065)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
[junit4] > at
org.apache.solr.cloud.StoppableIndexingThread.indexDocs(StoppableIndexingThread.java:181)
[junit4] > at
org.apache.solr.cloud.StoppableIndexingThread.run(StoppableIndexingThread.java:115)
[junit4] > at
__randomizedtesting.SeedInfo.seed([F8500EBD75B9FED9]:0)
[junit4] Completed [271/700 (2!)] on J1 in 35.20s, 1 test, 3 errors <<<
FAILURES!
[...truncated 64123 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]