Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4029/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest
Error Message:
Could not find collection : delLiveColl
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : delLiveColl
at
__randomizedtesting.SeedInfo.seed([22AADF25982A4D99:8FCA6B2E8515E5EC]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
at
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
at
org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards
Error Message:
Expected two shards with two replicas each null Live Nodes:
[127.0.0.1:62861_solr, 127.0.0.1:62860_solr, 127.0.0.1:62866_solr,
127.0.0.1:62859_solr] Last available state: null
Stack Trace:
java.lang.AssertionError: Expected two shards with two replicas each
null
Live Nodes: [127.0.0.1:62861_solr, 127.0.0.1:62860_solr, 127.0.0.1:62866_solr,
127.0.0.1:62859_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([22AADF25982A4D99:1E3B9871D76B10CC]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
at
__randomizedtesting.SeedInfo.seed([22AADF25982A4D99:AAFEE0FF36D62061]: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:910)
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:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12015 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/init-core-data-001
[junit4] 2> 1382181 WARN
(SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 1382181 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1382185 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-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> 1382185 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[22AADF25982A4D99]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1382187 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1382187 INFO (Thread-2940) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1382188 INFO (Thread-2940) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1382191 ERROR (Thread-2940) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1382295 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkTestServer start zk server on port:61636
[junit4] 2> 1382347 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1382351 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1382355 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1382357 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1382360 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1382363 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1382366 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1382369 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1382372 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1382375 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1382378 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1382382 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1382938 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1
[junit4] 2> 1382939 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1382940 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@184584ca{/,null,AVAILABLE}
[junit4] 2> 1382943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@39146b73{HTTP/1.1,[http/1.1]}{127.0.0.1:61645}
[junit4] 2> 1382943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server Started @1386203ms
[junit4] 2> 1382943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/control/data,
hostContext=/, hostPort=61645,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores}
[junit4] 2> 1382943 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1382944 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1382944 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1382944 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1382944 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-25T20:37:00.144Z
[junit4] 2> 1382947 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1382947 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/solr.xml
[junit4] 2> 1382963 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1382968 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
[junit4] 2> 1383012 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1383013 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:61645_
[junit4] 2> 1383015 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.Overseer Overseer
(id=98025119376343044-127.0.0.1:61645_-n_0000000000) starting
[junit4] 2> 1383030 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61645_
[junit4] 2> 1383032 INFO
(zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1383156 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1383159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1383159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1383161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores
[junit4] 2> 1383161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61645_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1383162 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1383164 INFO
(OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000)
[n:127.0.0.1:61645_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1384192 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1384201 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1384264 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1384291 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 1384291 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.core_node1' (registry
'solr.core.control_collection.shard1.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1384291 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1384291 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/control-001/cores/collection1/data/]
[junit4] 2> 1384292 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3092358904728295]
[junit4] 2> 1384295 WARN
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ 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> 1384414 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1384414 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1384415 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1384415 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1384416 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=78.205078125,
floorSegmentMB=1.38671875, forceMergeDeletesPctAllowed=17.172270947535345,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1384416 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@62541a21[collection1] main]
[junit4] 2> 1384418 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1384418 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1384419 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1384419 INFO
(coreLoadExecutor-6585-thread-1-processing-n:127.0.0.1:61645_)
[n:127.0.0.1:61645_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1568401912358764544
[junit4] 2> 1384420 INFO
(searcherExecutor-6586-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@62541a21[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ 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> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:61645/collection1/
[junit4] 2> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:61645/collection1/ has no replicas
[junit4] 2> 1384428 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ 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> 1384434 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ 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:61645/collection1/ shard1
[junit4] 2> 1384546 INFO
(coreZkRegister-6578-thread-1-processing-n:127.0.0.1:61645_ x:collection1
c:control_collection) [n:127.0.0.1:61645_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1384693 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1384695 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:61636/solr ready
[junit4] 2> 1384695 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1384993 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1
[junit4] 2> 1384994 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001
of type NRT
[junit4] 2> 1384995 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1384998 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@261d5006{/,null,AVAILABLE}
[junit4] 2> 1384998 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6002ee85{HTTP/1.1,[http/1.1]}{127.0.0.1:61655}
[junit4] 2> 1384998 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server Started @1388258ms
[junit4] 2> 1384999 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=61655,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores}
[junit4] 2> 1384999 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1384999 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1384999 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1384999 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1384999 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-25T20:37:02.199Z
[junit4] 2> 1385003 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1385003 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/solr.xml
[junit4] 2> 1385011 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1385016 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
[junit4] 2> 1385031 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1385038 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1385041 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61655_
[junit4] 2> 1385044 INFO (zkCallback-3039-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1385044 INFO
(zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1385044 INFO
(zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1385140 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1385144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1385144 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1385146 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores
[junit4] 2> 1385146 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61655_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1385147 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1385149 INFO
(OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000)
[n:127.0.0.1:61645_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 1386173 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1386181 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1386245 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 1386267 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1386267 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry
'solr.core.collection1.shard2.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1386267 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1386267 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1386269 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=22,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3092358904728295]
[junit4] 2> 1386271 WARN
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ 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> 1386324 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1386324 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1386332 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1386332 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1386333 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48,
maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875,
forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1386333 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@57106469[collection1] main]
[junit4] 2> 1386334 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1386335 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1386335 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1386335 INFO
(coreLoadExecutor-6596-thread-1-processing-n:127.0.0.1:61655_)
[n:127.0.0.1:61655_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1568401914367836160
[junit4] 2> 1386336 INFO
(searcherExecutor-6597-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@57106469[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1386342 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1386342 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ 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> 1386342 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:61655/collection1/
[junit4] 2> 1386343 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1386343 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61655/collection1/ has no
replicas
[junit4] 2> 1386343 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1386347 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:61655/collection1/ shard2
[junit4] 2> 1386458 INFO
(coreZkRegister-6591-thread-1-processing-n:127.0.0.1:61655_ x:collection1
c:collection1) [n:127.0.0.1:61655_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1386970 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1
[junit4] 2> 1386971 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001
of type NRT
[junit4] 2> 1386971 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1386972 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50305430{/,null,AVAILABLE}
[junit4] 2> 1386972 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3d0373f3{HTTP/1.1,[http/1.1]}{127.0.0.1:61659}
[junit4] 2> 1386972 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server Started @1390232ms
[junit4] 2> 1386973 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=61659,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores}
[junit4] 2> 1386973 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1386974 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1386974 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1386975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1386975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-25T20:37:04.175Z
[junit4] 2> 1386978 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1386978 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/solr.xml
[junit4] 2> 1386978 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15c4153a37e0009, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1386986 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1386990 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
[junit4] 2> 1387004 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1387008 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1387011 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61659_
[junit4] 2> 1387013 INFO
(zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1387013 INFO
(zkCallback-3035-thread-1-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1387013 INFO
(zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1387013 INFO (zkCallback-3039-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1387093 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1387098 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1387098 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1387103 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores
[junit4] 2> 1387103 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61659_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1387103 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1387107 INFO
(OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000)
[n:127.0.0.1:61645_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard3
[junit4] 2> 1388128 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1388139 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1388223 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 1388253 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1388253 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard3.core_node2' (registry
'solr.core.collection1.shard3.core_node2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1388254 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1388254 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1388255 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=22,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3092358904728295]
[junit4] 2> 1388257 WARN
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ 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> 1388317 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1388317 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1388318 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1388318 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1388319 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48,
maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875,
forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1388319 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@2698683a[collection1] main]
[junit4] 2> 1388320 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1388321 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1388321 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1388321 INFO
(coreLoadExecutor-6607-thread-1-processing-n:127.0.0.1:61659_)
[n:127.0.0.1:61659_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1568401916450308096
[junit4] 2> 1388322 INFO
(searcherExecutor-6608-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2698683a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1388328 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1388328 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ 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> 1388328 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:61659/collection1/
[junit4] 2> 1388328 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1388329 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61659/collection1/ has no
replicas
[junit4] 2> 1388329 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1388333 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:61659/collection1/ shard3
[junit4] 2> 1388490 INFO
(coreZkRegister-6602-thread-1-processing-n:127.0.0.1:61659_ x:collection1
c:collection1) [n:127.0.0.1:61659_ c:collection1 s:shard3 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1388900 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1
[junit4] 2> 1388901 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001
of type NRT
[junit4] 2> 1388901 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1388902 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@22de193d{/,null,AVAILABLE}
[junit4] 2> 1388903 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@bbbbf8f{HTTP/1.1,[http/1.1]}{127.0.0.1:61664}
[junit4] 2> 1388903 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server Started @1392162ms
[junit4] 2> 1388903 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=61664,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores}
[junit4] 2> 1388904 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1388904 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1388904 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1388904 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1388904 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-25T20:37:06.104Z
[junit4] 2> 1388907 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1388907 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/solr.xml
[junit4] 2> 1388912 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1388915 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
[junit4] 2> 1388928 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1388932 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1388935 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61664_
[junit4] 2> 1388937 INFO
(zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1388937 INFO
(zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1388937 INFO (zkCallback-3039-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1388937 INFO
(zkCallback-3035-thread-2-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1388938 INFO
(zkCallback-3056-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1389010 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1389014 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1389014 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1389016 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores
[junit4] 2> 1389016 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61664_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1389017 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1389018 INFO
(OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000)
[n:127.0.0.1:61645_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1390056 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1390068 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1390133 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 1390158 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1390158 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard1.core_node3' (registry
'solr.core.collection1.shard1.core_node3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1390158 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1390158 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1390160 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=22,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3092358904728295]
[junit4] 2> 1390163 WARN
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ 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> 1392150 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1392150 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1392154 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1392154 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1392157 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=48,
maxMergedSegmentMB=78.205078125, floorSegmentMB=1.38671875,
forceMergeDeletesPctAllowed=17.172270947535345, segmentsPerTier=18.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1392157 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@1774f724[collection1] main]
[junit4] 2> 1392159 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1392160 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1392161 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1392161 INFO
(coreLoadExecutor-6618-thread-1-processing-n:127.0.0.1:61664_)
[n:127.0.0.1:61664_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1568401920476839936
[junit4] 2> 1392162 INFO
(searcherExecutor-6619-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1774f724[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1392185 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1392187 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ 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> 1392187 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:61664/collection1/
[junit4] 2> 1392187 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1392187 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61664/collection1/ has no
replicas
[junit4] 2> 1392187 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1392193 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:61664/collection1/ shard1
[junit4] 2> 1392300 INFO
(coreZkRegister-6613-thread-1-processing-n:127.0.0.1:61664_ x:collection1
c:collection1) [n:127.0.0.1:61664_ c:collection1 s:shard1 r:core_node3
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1393104 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1
[junit4] 2> 1393105 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001
of type NRT
[junit4] 2> 1393106 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1393108 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@209b58fd{/,null,AVAILABLE}
[junit4] 2> 1393109 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2e52a29c{HTTP/1.1,[http/1.1]}{127.0.0.1:61678}
[junit4] 2> 1393109 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.e.j.s.Server Started @1396369ms
[junit4] 2> 1393110 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/tempDir-001/jetty4,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=61678,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores}
[junit4] 2> 1393110 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1393111 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1393111 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1393112 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1393112 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-25T20:37:10.312Z
[junit4] 2> 1393116 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1393116 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/solr.xml
[junit4] 2> 1393124 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1393128 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61636/solr
[junit4] 2> 1393148 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1393152 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1393155 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:61678_
[junit4] 2> 1393158 INFO
(zkCallback-3056-thread-1-processing-n:127.0.0.1:61664_) [n:127.0.0.1:61664_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393158 INFO (zkCallback-3039-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393158 INFO
(zkCallback-3035-thread-2-processing-n:127.0.0.1:61645_) [n:127.0.0.1:61645_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393158 INFO
(zkCallback-3062-thread-1-processing-n:127.0.0.1:61678_) [n:127.0.0.1:61678_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393158 INFO
(zkCallback-3044-thread-1-processing-n:127.0.0.1:61655_) [n:127.0.0.1:61655_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393158 INFO
(zkCallback-3050-thread-1-processing-n:127.0.0.1:61659_) [n:127.0.0.1:61659_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1393496 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1393520 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1393520 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1393523 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores
[junit4] 2> 1393523 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[22AADF25982A4D99])
[n:127.0.0.1:61678_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1393523 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1393525 INFO
(OverseerStateUpdate-98025119376343044-127.0.0.1:61645_-n_0000000000)
[n:127.0.0.1:61645_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 1394545 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 1394556 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1394632 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.6 with uniqueid field id
[junit4] 2> 1394659 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1394660 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.m.r.SolrJmxReporter
JMX monitoring for 'solr.core.collection1.shard2.core_node4' (registry
'solr.core.collection1.shard2.core_node4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@39466d00
[junit4] 2> 1394660 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1394660 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_22AADF25982A4D99-001/shard-4-001/cores/collection1/data/]
[junit4] 2> 1394661 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=22,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3092358904728295]
[junit4] 2> 1394665 WARN
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ 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> 1394732 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1394733 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1394734 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1394734 INFO
(coreLoadExecutor-6629-thread-1-processing-n:127.0.0.1:61678_)
[n:127.0.0.1:61678_ c:collection1 x:
[...truncated too long message...]
s:shard1 r:core_node1 x:deletereplica_test_shard1_replica_n1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.deletereplica_test.shard1.leader, tag=1542439812
[junit4] 2> 2049090 INFO
(zkCallback-3491-thread-3-processing-n:127.0.0.1:62866_solr)
[n:127.0.0.1:62866_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 2049090 INFO
(zkCallback-3492-thread-2-processing-n:127.0.0.1:62859_solr)
[n:127.0.0.1:62859_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (2)
[junit4] 2> 2049090 INFO
(zkCallback-3492-thread-3-processing-n:127.0.0.1:62859_solr)
[n:127.0.0.1:62859_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:62859_solr
[junit4] 2> 2049091 WARN
(zkCallback-3492-thread-2-processing-n:127.0.0.1:62859_solr)
[n:127.0.0.1:62859_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2049091 WARN
(zkCallback-3491-thread-4-processing-n:127.0.0.1:62866_solr)
[n:127.0.0.1:62866_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2049092 INFO (jetty-closer-3476-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4a192e50{/solr,null,UNAVAILABLE}
[junit4] 2> 2050596 WARN
(zkCallback-3496-thread-2-processing-n:127.0.0.1:62861_solr)
[n:127.0.0.1:62861_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2050596 WARN
(zkCallback-3497-thread-3-processing-n:127.0.0.1:62860_solr)
[n:127.0.0.1:62860_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2050596 INFO (jetty-closer-3476-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5a7d0051{/solr,null,UNAVAILABLE}
[junit4] 2> 2050597 INFO (jetty-closer-3476-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2cc6b90c{/solr,null,UNAVAILABLE}
[junit4] 2> 2050597 INFO (jetty-closer-3476-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@118ec798{/solr,null,UNAVAILABLE}
[junit4] 2> 2050600 ERROR
(SUITE-DeleteReplicaTest-seed#[22AADF25982A4D99]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 2050601 INFO
(SUITE-DeleteReplicaTest-seed#[22AADF25982A4D99]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:62850 62850
[junit4] 2> 2051125 INFO (Thread-3644) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:62850 62850
[junit4] 2> 2051791 WARN (Thread-3644) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/collections/delLiveColl/state.json
[junit4] 2> 4 /solr/collections/deleteByCount/state.json
[junit4] 2> 4 /solr/collections/deleteByCountNew/state.json
[junit4] 2> 2 /solr/collections/deletereplica_test/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest_22AADF25982A4D99-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CU, timezone=Pacific/Easter
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=191482592,total=512229376
[junit4] 2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases,
ChaosMonkeySafeLeaderWithPullReplicasTest, BasicAuthStandaloneTest,
TestRandomCollapseQParserPlugin, TestSchemaManager, ForceLeaderTest,
CoreMergeIndexesAdminHandlerTest, MultiThreadedOCPTest, BadIndexSchemaTest,
JvmMetricsTest, TestManagedSchemaThreadSafety, TestRequestForwarding,
TestCrossCoreJoin, SolrCloudReportersTest, TestBadConfig, TestZkChroot,
QueryParsingTest, BooleanFieldTest, ReplaceNodeTest, SolrInfoBeanTest,
SpellCheckComponentTest, ChaosMonkeySafeLeaderTest, TestAnalyzedSuggestions,
NoCacheHeaderTest, TestOmitPositions, TestGraphTermsQParserPlugin,
DistributedIntervalFacetingTest, TestFieldCache, TestSolrXml,
DirectoryFactoryTest, TestSimpleTextCodec, DistribJoinFromCollectionTest,
SolrGangliaReporterTest, TestRandomFaceting, MinimalSchemaTest,
DistributedQueryComponentOptimizationTest, SolrCmdDistributorTest,
HdfsBasicDistributedZk2Test, ScriptEngineTest, TestHdfsUpdateLog,
BigEndianAscendingWordSerializerTest, TestCodecSupport,
CreateCollectionCleanupTest, TestMultiWordSynonyms, HdfsDirectoryFactoryTest,
DistribCursorPagingTest, ZkStateReaderTest, TestReqParamsAPI,
ResponseHeaderTest, TestReloadAndDeleteDocs, StressHdfsTest,
MetricsHandlerTest, OpenCloseCoreStressTest, SortByFunctionTest,
FacetPivotSmallTest, CacheHeaderTest, TimeZoneUtilsTest,
TestCloudJSONFacetJoinDomain, TestStressInPlaceUpdates,
TestSolrCloudWithSecureImpersonation, RestartWhileUpdatingTest,
RegexBoostProcessorTest, CollectionsAPIDistributedZkTest, SuggestComponentTest,
TestRecovery, TestOverriddenPrefixQueryForCustomFieldType,
OverseerCollectionConfigSetProcessorTest, TestSolrCoreSnapshots,
AsyncCallRequestStatusResponseTest, SolrCLIZkUtilsTest, JavabinLoaderTest,
BadComponentTest, RulesTest, TestMinMaxOnMultiValuedField,
TestDocBasedVersionConstraints, SuggesterTSTTest, TestNumericTerms64,
TestMiniSolrCloudCluster, TestDFISimilarityFactory, OverseerRolesTest,
ConvertedLegacyTest, TestFieldSortValues, CdcrUpdateLogTest,
LoggingHandlerTest, SystemInfoHandlerTest, TestSimpleQParserPlugin,
TestCopyFieldCollectionResource, CdcrVersionReplicationTest,
TestValueSourceCache, UninvertDocValuesMergePolicyTest, TestDocSet,
SSLMigrationTest, SortSpecParsingTest, DistributedFacetPivotWhiteBoxTest,
TestComplexPhraseQParserPlugin, SecurityConfHandlerTest, HdfsThreadLeakTest,
ConfigSetsAPITest, TestLegacyFieldCache, TestHdfsCloudBackupRestore,
TestFieldTypeResource, TestManagedSynonymFilterFactory,
TestPerFieldSimilarityWithDefaultOverride, TestManagedResourceStorage,
TestManagedSchema, ShardRoutingCustomTest, IndexSchemaTest,
DeleteInactiveReplicaTest, HighlighterConfigTest, TestHdfsBackupRestoreCore,
TestSQLHandler, DeleteShardTest, ShowFileRequestHandlerTest,
CurrencyFieldOpenExchangeTest, TestJavabinTupleStreamParser, ReturnFieldsTest,
SpellCheckCollatorTest, HdfsChaosMonkeyNothingIsSafeTest,
PeerSyncWithIndexFingerprintCachingTest, TriLevelCompositeIdRoutingTest,
TestRangeQuery, StatsReloadRaceTest, ExternalFileFieldSortTest,
TestRealTimeGet, CdcrBootstrapTest, PrimUtilsTest, AddBlockUpdateTest,
ReplicaListTransformerTest, TestBulkSchemaAPI, FileBasedSpellCheckerTest,
DistanceFunctionTest, TestFastLRUCache, SolrIndexSplitterTest,
TestFieldCacheVsDocValues, HLLSerializationTest, ShardSplitTest,
TestCoreAdminApis, MergeStrategyTest, TestQueryTypes, TestConfig,
TestShortCircuitedRequests, TestQuerySenderListener,
SignatureUpdateProcessorFactoryTest, TestFastWriter, TestBulkSchemaConcurrent,
TestExactSharedStatsCache, SpellCheckCollatorWithCollapseTest, EnumFieldTest,
TestXmlQParser, SolrXmlInZkTest, DefaultValueUpdateProcessorTest,
RequestHandlersTest, TestPHPSerializedResponseWriter,
CoreAdminCreateDiscoverTest, CollectionReloadTest,
TestSimpleTrackingShardHandler, ResponseLogComponentTest,
TestDistributedGrouping, DistributedExpandComponentTest,
TestAuthorizationFramework, TestSearchPerf, TestDeleteCollectionOnDownNodes,
TestPathTrie, TestUnifiedSolrHighlighter, CSVRequestHandlerTest,
SpellPossibilityIteratorTest, DateRangeFieldTest, TestLRUCache,
SuggesterWFSTTest, CollectionsAPISolrJTest, TestUseDocValuesAsStored,
AnalyticsMergeStrategyTest, TestTlogReplica, TestDefaultStatsCache,
TestQueryUtils, TestDistributedSearch, TestReload,
DistributedTermsComponentTest, SolrCoreTest, PeerSyncTest,
BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher,
SoftAutoCommitTest, WordBreakSolrSpellCheckerTest, TestUpdate,
DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1,
LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TermsComponentTest,
TermVectorComponentTest, FieldAnalysisRequestHandlerTest,
FastVectorHighlighterTest, UpdateRequestProcessorFactoryTest,
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
TestComponentsName, TestLFUCache, TestMergePolicyConfig,
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, DirectSolrConnectionTest,
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions,
EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestBM25SimilarityFactory, TestFastOutputStream,
OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest,
DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CleanupOldIndexTest,
CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest,
CustomCollectionTest, DeleteReplicaTest]
[junit4] Completed [503/714 (2!)] on J1 in 168.87s, 4 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 44078 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]