Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21394/
Java: 32bit/jdk1.8.0_162 -server -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
at
__randomizedtesting.SeedInfo.seed([2EDA23A3E15613ED:A68E1C794FAA7E15]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:612)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([2EDA23A3E15613ED:94D6142CBEBEC5A2]:0)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1565)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12053 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/init-core-data-001
[junit4] 2> 0 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 52 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.e.j.u.log Logging initialized @1892ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 57 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 66 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 77 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_i/pb
[junit4] 2> 97 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 99 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 99 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 201 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34387
[junit4] 2> 234 ERROR (Thread-1) [ ] 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> 301 INFO (zkConnectionManagerCallback-2-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 337 INFO (zkConnectionManagerCallback-4-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 355 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 376 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 381 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 383 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 386 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 388 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 390 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 393 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 394 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 396 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 406 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 409 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 744 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 763 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 764 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 768 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 786 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1704da6{/_i/pb,null,AVAILABLE}
[junit4] 2> 799 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@e943b0{HTTP/1.1,[http/1.1]}{127.0.0.1:44871}
[junit4] 2> 799 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server Started @2641ms
[junit4] 2> 799 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/_i/pb, hostPort=44871,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/control-001/cores}
[junit4] 2> 833 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 833 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 837 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 837 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 848 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-03T18:55:34.511Z
[junit4] 2> 872 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 875 INFO (zkConnectionManagerCallback-6-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 877 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 879 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/control-001/solr.xml
[junit4] 2> 943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 960 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1299 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34387/solr
[junit4] 2> 1332 INFO (zkConnectionManagerCallback-10-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1341 INFO
(zkConnectionManagerCallback-12-thread-1-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 1524 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1525 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:44871__i%2Fpb
[junit4] 2> 1526 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.Overseer Overseer
(id=72086907915468804-127.0.0.1:44871__i%2Fpb-n_0000000000) starting
[junit4] 2> 1649 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44871__i%2Fpb
[junit4] 2> 1666 INFO
(zkCallback-11-thread-1-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2169 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 2171 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 2171 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 2213 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/control-001/cores
[junit4] 2> 2294 INFO (zkConnectionManagerCallback-18-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2296 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2297 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34387/solr ready
[junit4] 2> 2580 INFO (qtp15081001-27) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44871__i%252Fpb&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2593 INFO
(OverseerThreadFactory-8-thread-1-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 2724 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2728 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2842 INFO
(zkCallback-11-thread-1-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 3815 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 3917 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 3942 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 3951 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieFloatField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 3959 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieLongField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 3964 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieDoubleField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 3977 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.CurrencyField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 4105 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.TrieDateField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 4281 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 4287 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
[junit4] 2> 4328 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 4530 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 4561 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 4569 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 4575 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 4647 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=45.6455078125,
floorSegmentMB=0.294921875, forceMergeDeletesPctAllowed=26.05785353657739,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.210284444475404
[junit4] 2> 4958 WARN (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 5317 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 5317 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5327 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 5327 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 5330 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=34.4580078125,
floorSegmentMB=1.0693359375, forceMergeDeletesPctAllowed=10.007206283302567,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 5352 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1ce92a5[control_collection_shard1_replica_n1] main]
[junit4] 2> 5369 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5387 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 5409 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5597 INFO
(searcherExecutor-11-thread-1-processing-n:127.0.0.1:44871__i%2Fpb
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:44871__i%2Fpb c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@1ce92a5[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5603 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591407164025470976
[junit4] 2> 5622 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 5622 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 5623 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44871/_i/pb/control_collection_shard1_replica_n1/
[junit4] 2> 5623 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 5624 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:44871/_i/pb/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 5624 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 5634 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44871/_i/pb/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 5637 INFO
(zkCallback-11-thread-1-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 5788 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3069
[junit4] 2> 5788 INFO
(zkCallback-11-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5853 INFO (qtp15081001-27) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 5853 INFO (qtp15081001-27) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44871__i%252Fpb&wt=javabin&version=2}
status=0 QTime=3312
[junit4] 2> 5856 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1001aa92b420005, likely client has closed socket
[junit4] 2> 5861 INFO (zkConnectionManagerCallback-22-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5862 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5863 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34387/solr ready
[junit4] 2> 5865 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 5867 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5869 INFO
(OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 5869 INFO
(OverseerCollectionConfigSetProcessor-72086907915468804-127.0.0.1:44871__i%2Fpb-n_0000000000)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 5869 WARN
(OverseerThreadFactory-8-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.CreateCollectionCmd It is unusual
to create a collection (collection1) without cores.
[junit4] 2> 6073 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 6074 INFO (qtp15081001-33) [n:127.0.0.1:44871__i%2Fpb ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=207
[junit4] 2> 6153 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001
of type NRT
[junit4] 2> 6154 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 6155 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 6155 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 6155 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 6156 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e06a13{/_i/pb,null,AVAILABLE}
[junit4] 2> 6156 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1bea281{HTTP/1.1,[http/1.1]}{127.0.0.1:36659}
[junit4] 2> 6156 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server Started @7998ms
[junit4] 2> 6156 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_i/pb,
hostPort=36659,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001/cores}
[junit4] 2> 6156 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 6157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-03T18:55:39.830Z
[junit4] 2> 6159 INFO (zkConnectionManagerCallback-24-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6160 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 6160 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001/solr.xml
[junit4] 2> 6166 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 6166 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 6173 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 6182 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34387/solr
[junit4] 2> 6186 INFO (zkConnectionManagerCallback-28-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6190 INFO
(zkConnectionManagerCallback-30-thread-1-processing-n:127.0.0.1:36659__i%2Fpb)
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 6195 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 6201 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 6204 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36659__i%2Fpb
[junit4] 2> 6205 INFO
(zkCallback-11-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 6205 INFO (zkCallback-21-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 6206 INFO
(zkCallback-29-thread-1-processing-n:127.0.0.1:36659__i%2Fpb)
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 6312 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 6331 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 6331 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 6333 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001/cores
[junit4] 2> 6372 INFO (qtp14903710-78) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:36659__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 6378 INFO
(OverseerCollectionConfigSetProcessor-72086907915468804-127.0.0.1:44871__i%2Fpb-n_0000000000)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 6381 INFO
(OverseerThreadFactory-8-thread-3-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:36659__i%2Fpb for creating new replica
[junit4] 2> 6390 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 6390 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 7409 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 7442 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema
[collection1_shard2_replica_n61] Schema name=test
[junit4] 2> 7536 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 7556 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n61' using configuration from
collection collection1, trusted=true
[junit4] 2> 7556 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n61' (registry
'solr.core.collection1.shard2.replica_n61') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 7556 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 7556 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
[[collection1_shard2_replica_n61] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001/cores/collection1_shard2_replica_n61],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-1-001/cores/collection1_shard2_replica_n61/data/]
[junit4] 2> 7559 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=45.6455078125,
floorSegmentMB=0.294921875, forceMergeDeletesPctAllowed=26.05785353657739,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.210284444475404
[junit4] 2> 7562 WARN (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 7616 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 7617 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 7623 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 7623 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 7625 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=34.4580078125,
floorSegmentMB=1.0693359375, forceMergeDeletesPctAllowed=10.007206283302567,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 7625 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1d876d5[collection1_shard2_replica_n61] main]
[junit4] 2> 7626 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 7627 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 7628 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 7629 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1591407166149885952
[junit4] 2> 7632 INFO
(searcherExecutor-22-thread-1-processing-n:127.0.0.1:36659__i%2Fpb
x:collection1_shard2_replica_n61 s:shard2 c:collection1)
[n:127.0.0.1:36659__i%2Fpb c:collection1 s:shard2
x:collection1_shard2_replica_n61] o.a.s.c.SolrCore
[collection1_shard2_replica_n61] Registered new searcher
Searcher@1d876d5[collection1_shard2_replica_n61]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 7638 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 7638 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 7638 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:36659/_i/pb/collection1_shard2_replica_n61/
[junit4] 2> 7639 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 7639 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.SyncStrategy
http://127.0.0.1:36659/_i/pb/collection1_shard2_replica_n61/ has no replicas
[junit4] 2> 7639 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 7642 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36659/_i/pb/collection1_shard2_replica_n61/ shard2
[junit4] 2> 7797 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 7799 INFO (qtp14903710-104) [n:127.0.0.1:36659__i%2Fpb
c:collection1 s:shard2 x:collection1_shard2_replica_n61] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n61&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1409
[junit4] 2> 7803 INFO (qtp14903710-78) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:36659__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1431
[junit4] 2> 7899 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001
of type NRT
[junit4] 2> 7900 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 7906 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 7906 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 7906 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 7906 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10cab95{/_i/pb,null,AVAILABLE}
[junit4] 2> 7907 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1a1f93a{HTTP/1.1,[http/1.1]}{127.0.0.1:42031}
[junit4] 2> 7907 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server Started @9748ms
[junit4] 2> 7907 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/_i/pb, hostPort=42031,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001/cores}
[junit4] 2> 7907 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 7908 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 7908 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 7908 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 7908 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-03T18:55:41.581Z
[junit4] 2> 7917 INFO (zkConnectionManagerCallback-34-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 7919 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1001aa92b42000a, likely client has closed socket
[junit4] 2> 7919 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 7919 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001/solr.xml
[junit4] 2> 7923 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 7923 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 7926 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 7929 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34387/solr
[junit4] 2> 7933 INFO (zkConnectionManagerCallback-38-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 7937 INFO
(zkConnectionManagerCallback-40-thread-1-processing-n:127.0.0.1:42031__i%2Fpb)
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 7941 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 7943 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 7945 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42031__i%2Fpb
[junit4] 2> 7946 INFO
(zkCallback-29-thread-1-processing-n:127.0.0.1:36659__i%2Fpb)
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 7946 INFO
(zkCallback-11-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 7946 INFO (zkCallback-21-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 7946 INFO
(zkCallback-39-thread-1-processing-n:127.0.0.1:42031__i%2Fpb)
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 8082 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 8100 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 8101 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 8103 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001/cores
[junit4] 2> 8153 INFO (qtp14903710-82) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:42031__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 8155 INFO
(OverseerCollectionConfigSetProcessor-72086907915468804-127.0.0.1:44871__i%2Fpb-n_0000000000)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 8156 INFO
(OverseerThreadFactory-8-thread-4-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:42031__i%2Fpb for creating new replica
[junit4] 2> 8160 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 8160 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 9185 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 9205 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema
[collection1_shard3_replica_n63] Schema name=test
[junit4] 2> 9280 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 9300 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard3_replica_n63' using configuration from
collection collection1, trusted=true
[junit4] 2> 9301 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard3.replica_n63' (registry
'solr.core.collection1.shard3.replica_n63') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 9301 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 9301 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
[[collection1_shard3_replica_n63] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001/cores/collection1_shard3_replica_n63],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-2-001/cores/collection1_shard3_replica_n63/data/]
[junit4] 2> 9305 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=45.6455078125,
floorSegmentMB=0.294921875, forceMergeDeletesPctAllowed=26.05785353657739,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.210284444475404
[junit4] 2> 9308 WARN (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 9356 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 9357 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 9359 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 9359 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 9360 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=34.4580078125,
floorSegmentMB=1.0693359375, forceMergeDeletesPctAllowed=10.007206283302567,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 9361 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e7ffc9[collection1_shard3_replica_n63] main]
[junit4] 2> 9362 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 9363 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 9364 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 9365 INFO
(searcherExecutor-33-thread-1-processing-n:127.0.0.1:42031__i%2Fpb
x:collection1_shard3_replica_n63 s:shard3 c:collection1)
[n:127.0.0.1:42031__i%2Fpb c:collection1 s:shard3
x:collection1_shard3_replica_n63] o.a.s.c.SolrCore
[collection1_shard3_replica_n63] Registered new searcher
Searcher@e7ffc9[collection1_shard3_replica_n63]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 9365 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1591407167970213888
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42031/_i/pb/collection1_shard3_replica_n63/
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.SyncStrategy
http://127.0.0.1:42031/_i/pb/collection1_shard3_replica_n63/ has no replicas
[junit4] 2> 9371 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 9373 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42031/_i/pb/collection1_shard3_replica_n63/ shard3
[junit4] 2> 9524 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 9526 INFO (qtp7910158-113) [n:127.0.0.1:42031__i%2Fpb
c:collection1 s:shard3 x:collection1_shard3_replica_n63] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard3_replica_n63&action=CREATE&collection=collection1&shard=shard3&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1366
[junit4] 2> 9529 INFO (qtp14903710-82) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:42031__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard3&type=NRT&wt=javabin&version=2}
status=0 QTime=1376
[junit4] 2> 9608 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001
of type NRT
[junit4] 2> 9608 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 9610 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 9610 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 9610 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 9610 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e4ad2e{/_i/pb,null,AVAILABLE}
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19b7a34{HTTP/1.1,[http/1.1]}{127.0.0.1:37539}
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server Started @11452ms
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/_i/pb, hostPort=37539,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001/cores}
[junit4] 2> 9611 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 9611 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-03T18:55:43.284Z
[junit4] 2> 9614 INFO (zkConnectionManagerCallback-44-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 9616 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 9616 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001/solr.xml
[junit4] 2> 9620 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 9620 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 9621 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 9625 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34387/solr
[junit4] 2> 9629 INFO (zkConnectionManagerCallback-48-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 9633 INFO
(zkConnectionManagerCallback-50-thread-1-processing-n:127.0.0.1:37539__i%2Fpb)
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 9637 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 9638 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 9640 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37539__i%2Fpb
[junit4] 2> 9641 INFO (zkCallback-21-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 9641 INFO
(zkCallback-29-thread-1-processing-n:127.0.0.1:36659__i%2Fpb)
[n:127.0.0.1:36659__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 9641 INFO
(zkCallback-49-thread-1-processing-n:127.0.0.1:37539__i%2Fpb)
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 9641 INFO
(zkCallback-11-thread-2-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 9641 INFO
(zkCallback-39-thread-1-processing-n:127.0.0.1:42031__i%2Fpb)
[n:127.0.0.1:42031__i%2Fpb ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 9722 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 9737 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 9737 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 9739 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED])
[n:127.0.0.1:37539__i%2Fpb ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001/cores
[junit4] 2> 9804 INFO (qtp14903710-103) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:37539__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 9807 INFO
(OverseerCollectionConfigSetProcessor-72086907915468804-127.0.0.1:44871__i%2Fpb-n_0000000000)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 9807 INFO
(OverseerThreadFactory-8-thread-5-processing-n:127.0.0.1:44871__i%2Fpb)
[n:127.0.0.1:44871__i%2Fpb ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:37539__i%2Fpb for creating new replica
[junit4] 2> 9815 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 9815 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 10833 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 10858 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema
[collection1_shard1_replica_n65] Schema name=test
[junit4] 2> 10933 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 10950 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n65' using configuration from
collection collection1, trusted=true
[junit4] 2> 10951 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n65' (registry
'solr.core.collection1.shard1.replica_n65') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@ac9c0f
[junit4] 2> 10951 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 10951 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
[[collection1_shard1_replica_n65] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001/cores/collection1_shard1_replica_n65],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-3-001/cores/collection1_shard1_replica_n65/data/]
[junit4] 2> 10953 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=45.6455078125,
floorSegmentMB=0.294921875, forceMergeDeletesPctAllowed=26.05785353657739,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.210284444475404
[junit4] 2> 10960 WARN (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 11007 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 11007 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 11008 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 11008 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 11009 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=34.4580078125,
floorSegmentMB=1.0693359375, forceMergeDeletesPctAllowed=10.007206283302567,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 11010 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@866f70[collection1_shard1_replica_n65] main]
[junit4] 2> 11010 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 11011 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 11011 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 11020 INFO
(searcherExecutor-44-thread-1-processing-n:127.0.0.1:37539__i%2Fpb
x:collection1_shard1_replica_n65 s:shard1 c:collection1)
[n:127.0.0.1:37539__i%2Fpb c:collection1 s:shard1
x:collection1_shard1_replica_n65] o.a.s.c.SolrCore
[collection1_shard1_replica_n65] Registered new searcher
Searcher@866f70[collection1_shard1_replica_n65]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 11020 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1591407169705607168
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37539/_i/pb/collection1_shard1_replica_n65/
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.SyncStrategy
http://127.0.0.1:37539/_i/pb/collection1_shard1_replica_n65/ has no replicas
[junit4] 2> 11024 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 11026 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37539/_i/pb/collection1_shard1_replica_n65/ shard1
[junit4] 2> 11177 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 11212 INFO (qtp29740435-144) [n:127.0.0.1:37539__i%2Fpb
c:collection1 s:shard1 x:collection1_shard1_replica_n65] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n65&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1397
[junit4] 2> 11215 INFO (qtp14903710-103) [n:127.0.0.1:36659__i%2Fpb ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:37539__i%252Fpb&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1411
[junit4] 2> 11302 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.FullSolrCloudDistribCmdsTest_2EDA23A3E15613ED-001/shard-4-001
of type NRT
[junit4] 2> 11303 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T06:27:37+09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 11304 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 11304 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 11304 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 11304 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[2EDA23A3E15613ED]) [ ]
o.e.j.s.h.ContextHandler Started o.e.j.s.Serv
[...truncated too long message...]
solr) [n:127.0.0.1:38343_solr ] o.a.s.c.ZkController Unable to register
nodeLost path for 127.0.0.1:38343_solr
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:38343_solr
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
[junit4] 2> at
org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:882)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
[junit4] 2> at
java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:72)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1090)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1085)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2542216 INFO (jetty-closer-4242-thread-8) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1a4bcf8{/solr,null,UNAVAILABLE}
[junit4] 2> 2542216 INFO (jetty-closer-4242-thread-8) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 2542259 INFO (jetty-closer-4242-thread-10) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@194bc80{/solr,null,UNAVAILABLE}
[junit4] 2> 2542260 INFO (jetty-closer-4242-thread-10) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 2542260 ERROR
(SUITE-TriggerIntegrationTest-seed#[2EDA23A3E15613ED]-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> 2542260 INFO
(SUITE-TriggerIntegrationTest-seed#[2EDA23A3E15613ED]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44565 44565
[junit4] 2> 2542288 INFO (Thread-6798) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:44565 44565
[junit4] 2> 2542289 WARN (Thread-6798) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 45 /solr/collections/collection1/terms/shard1
[junit4] 2> 23 /solr/clusterprops.json
[junit4] 2> 23 /solr/aliases.json
[junit4] 2> 22 /solr/security.json
[junit4] 2> 8 /solr/configs/conf
[junit4] 2> 2 /solr/collections/testMetricTrigger/terms/shard1
[junit4] 2> 2 /solr/collections/testMetricTrigger/terms/shard2
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 140 /solr/collections/collection1/state.json
[junit4] 2> 23 /solr/clusterstate.json
[junit4] 2> 12 /solr/collections/testMetricTrigger/state.json
[junit4] 2> 6 /solr/autoscaling.json
[junit4] 2> 3
/solr/overseer_elect/election/72087061660499982-127.0.0.1:40041_solr-n_0000000003
[junit4] 2> 2
/solr/overseer_elect/election/72087061660499974-127.0.0.1:33379_solr-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72087061660500000-127.0.0.1:43971_solr-n_0000000009
[junit4] 2> 2
/solr/overseer_elect/election/72087061660500027-127.0.0.1:46545_solr-n_0000000018
[junit4] 2> 2
/solr/collections/collection1/leader_elect/shard1/election/72087061660500021-core_node8-n_0000000003
[junit4] 2> 2
/solr/overseer_elect/election/72087061660500015-127.0.0.1:45277_solr-n_0000000014
[junit4] 2> 2
/solr/overseer_elect/election/72087061660500009-127.0.0.1:35211_solr-n_0000000012
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 23 /solr/live_nodes
[junit4] 2> 23 /solr/collections
[junit4] 2> 6 /solr/overseer/queue-work
[junit4] 2> 6 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 6 /solr/overseer/queue
[junit4] 2> 6 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/autoscaling/events/node_lost_triggerMR
[junit4] 2> 2 /solr/autoscaling/events/node_added_triggerCTOOR
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_2EDA23A3E15613ED-001
[junit4] 2> Feb 03, 2018 7:37:56 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ce0426),
locale=hi, timezone=GMT
[junit4] 2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation
1.8.0_162 (32-bit)/cpus=8,threads=1,free=127600824,total=485097472
[junit4] 2> NOTE: All tests run in this JVM:
[FullSolrCloudDistribCmdsTest, TestWordDelimiterFilterFactory,
TestHalfAndHalfDocValues, TestHashPartitioner, TestAuthorizationFramework,
SolrSlf4jReporterTest, RequestHandlersTest, BlobRepositoryCloudTest,
TestCoreAdminApis, TestTrackingShardHandlerFactory, TestFreeTextSuggestions,
SolrRequestParserTest, TestClusterProperties, TestReloadAndDeleteDocs,
TestFastOutputStream, TestBlobHandler, ClassificationUpdateProcessorTest,
TestObjectReleaseTracker, TestMergePolicyConfig, TestSolr4Spatial2,
TestApiFramework, HLLUtilTest, ReplicaListTransformerTest, TestOrdValues,
DistributedQueryElevationComponentTest, TestSubQueryTransformer,
TestDocumentBuilder, VMParamsZkACLAndCredentialsProvidersTest,
TestBinaryResponseWriter, HealthCheckHandlerTest, TestRetrieveFieldsOptimizer,
ChaosMonkeyNothingIsSafeTest, SolrGraphiteReporterTest, AddBlockUpdateTest,
TestQueryWrapperFilter, TestExecutePlanAction, TestNodeAddedTrigger,
TestFieldCacheVsDocValues, TestPHPSerializedResponseWriter,
SharedFSAutoReplicaFailoverTest, TestSolrConfigHandlerCloud,
TestDistributedSearch, TestSolrCloudWithDelegationTokens,
TestRequestForwarding, TestCSVResponseWriter, AssignBackwardCompatibilityTest,
TestSearcherReuse, XmlUpdateRequestHandlerTest, TestStressLucene,
TestCSVLoader, HdfsSyncSliceTest, MoveReplicaHDFSTest,
DistributedFacetPivotLongTailTest, TestSort, HDFSCollectionsAPITest,
NodeMutatorTest, TestJsonFacetRefinement, TestTlogReplica,
DefaultValueUpdateProcessorTest, SolrXmlInZkTest, TestQuerySenderNoQuery,
ChaosMonkeySafeLeaderWithPullReplicasTest, HdfsRecoverLeaseTest,
TestInitQParser, TestSolrConfigHandler, TestShortCircuitedRequests,
MBeansHandlerTest, TestCloudPseudoReturnFields, RegexBytesRefFilterTest,
OpenCloseCoreStressTest, ConfigureRecoveryStrategyTest,
DocumentAnalysisRequestHandlerTest, LIRRollingUpdatesTest,
TestPseudoReturnFields, ConcurrentCreateRoutedAliasTest, TestGroupingSearch,
TestJoin, SimpleCollectionCreateDeleteTest, SimpleFacetsTest,
BlockDirectoryTest, TestDocSet, TestHdfsCloudBackupRestore, ExplicitHLLTest,
TestLuceneIndexBackCompat, OpenExchangeRatesOrgProviderTest,
DistributedTermsComponentTest, OutputWriterTest, DistanceUnitsTest,
TestUseDocValuesAsStored2, LeaderFailureAfterFreshStartTest,
SolrCoreCheckLockOnStartupTest, TestStressCloudBlindAtomicUpdates,
DirectUpdateHandlerTest, SecurityConfHandlerTest, MetricsConfigTest,
TestRandomFlRTGCloud, TestIndexSearcher, ResponseHeaderTest,
IndexBasedSpellCheckerTest, TestBackupRepositoryFactory,
SpellCheckCollatorTest, CustomCollectionTest, TestDistribDocBasedVersion,
HighlighterConfigTest, TestSchemalessBufferedUpdates, TestClusterStateProvider,
CdcrReplicationHandlerTest, AtomicUpdatesTest, TestComponentsName,
UUIDFieldTest, TestManagedResource, MergeStrategyTest,
TestInPlaceUpdatesDistrib, CdcrBidirectionalTest, TestPrepRecovery,
TestLegacyFieldReuse, HdfsUnloadDistributedZkTest, DateRangeFieldTest,
AssignTest, TestEmbeddedSolrServerSchemaAPI, OverseerStatusTest,
StatsComponentTest, TestConfigSetProperties, TestIndexingPerformance,
BasicDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest,
BasicZkTest, ClusterStateUpdateTest, ZkSolrClientTest, TestFaceting,
TestRecovery, TestRealTimeGet, TestStressReorder, TestCoreContainer,
TestSolr4Spatial, BadIndexSchemaTest, SoftAutoCommitTest,
DistribCursorPagingTest, DistributedVersionInfoTest, ForceLeaderTest,
SSLMigrationTest, SaslZkACLProviderTest, TestAuthenticationFramework,
TestConfigSetsAPI, TestSSLRandomization, TestStressInPlaceUpdates,
CollectionsAPIDistributedZkTest, TestRequestStatusCollectionAPI,
AutoAddReplicasIntegrationTest, NodeAddedTriggerTest, SystemLogListenerTest,
TriggerIntegrationTest]
[junit4] Completed [602/775 (2!)] on J0 in 197.00s, 14 tests, 1 error <<<
FAILURES!
[...truncated 44489 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]