Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6186/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC
5 tests failed.
FAILED: org.apache.solr.cloud.RollingRestartTest.test
Error Message:
KeeperErrorCode = Session expired for /overseer_elect/leader
Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /overseer_elect/leader
at
__randomizedtesting.SeedInfo.seed([68DCC9A71CA3D949:E088F67DB25FB4B1]:0)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
at
org.apache.solr.cloud.OverseerTaskProcessor.getLeaderId(OverseerTaskProcessor.java:420)
at
org.apache.solr.cloud.OverseerTaskProcessor.getLeaderNode(OverseerTaskProcessor.java:411)
at
org.apache.solr.cloud.RollingRestartTest.waitUntilOverseerDesignateIsLeader(RollingRestartTest.java:138)
at
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:79)
at
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
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
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:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:830)
FAILED:
junit.framework.TestSuite.org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest:
1) Thread[id=3223, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-JsonRequestApiHeatmapFacetingTest] at
[email protected]/java.lang.Thread.sleep(Native Method) at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at
org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest:
1) Thread[id=3223, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-JsonRequestApiHeatmapFacetingTest]
at [email protected]/java.lang.Thread.sleep(Native Method)
at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
at __randomizedtesting.SeedInfo.seed([7735949F21616FB3]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.client.ref_guide_examples.JsonRequestApiTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client.ref_guide_examples.JsonRequestApiTest: 1)
Thread[id=3315, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-JsonRequestApiTest] at
[email protected]/java.lang.Thread.sleep(Native Method) at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.client.ref_guide_examples.JsonRequestApiTest:
1) Thread[id=3315, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-JsonRequestApiTest]
at [email protected]/java.lang.Thread.sleep(Native Method)
at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
at __randomizedtesting.SeedInfo.seed([7735949F21616FB3]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest:
1) Thread[id=3405, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-UsingSolrJRefGuideExamplesTest] at
[email protected]/java.lang.Thread.sleep(Native Method) at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at
org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest:
1) Thread[id=3405, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-UsingSolrJRefGuideExamplesTest]
at [email protected]/java.lang.Thread.sleep(Native Method)
at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
at __randomizedtesting.SeedInfo.seed([7735949F21616FB3]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.common.cloud.TestDocCollectionWatcher
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.common.cloud.TestDocCollectionWatcher: 1) Thread[id=1395,
name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestDocCollectionWatcher]
at [email protected]/java.lang.Thread.sleep(Native Method) at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.common.cloud.TestDocCollectionWatcher:
1) Thread[id=1395, name=SessionTracker, state=TIMED_WAITING,
group=TGRP-TestDocCollectionWatcher]
at [email protected]/java.lang.Thread.sleep(Native Method)
at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
at __randomizedtesting.SeedInfo.seed([7735949F21616FB3]:0)
Build Log:
[...truncated 13754 lines...]
[junit4] Suite: org.apache.solr.cloud.RollingRestartTest
[junit4] 2> 1164408 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/server/solr/configsets/_default/conf'
[junit4] 2> 1164408 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1164409 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/data-dir-126-001
[junit4] 2> 1164409 WARN
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
[junit4] 2> 1164409 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1164410 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1164410 INFO
(SUITE-RollingRestartTest-seed#[68DCC9A71CA3D949]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/ui_zk/lq
[junit4] 2> 1164412 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1164413 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1164413 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1164518 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer start zk server on port: 54289
[junit4] 2> 1164518 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54289
[junit4] 2> 1164518 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54289
[junit4] 2> 1164518 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 54289
[junit4] 2> 1164520 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1164523 INFO (zkConnectionManagerCallback-10348-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1164523 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1164525 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1164528 INFO (zkConnectionManagerCallback-10350-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1164528 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1164529 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1164531 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1164533 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1164535 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1164537 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1164539 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1164540 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1164542 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1164544 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1164545 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1164547 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkTestServer put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1164548 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1164864 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1164864 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1164864 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ] o.e.j.s.Server
jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
[junit4] 2> 1164866 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1164866 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 1164866 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 1164867 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@45dcac4c{/ui_zk/lq,null,AVAILABLE}
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@66a69cfc{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:54294}
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ] o.e.j.s.Server
Started @1164918ms
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ui_zk/lq,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/tempDir-001/control/data,
hostPort=54294,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/control-001/cores,
replicaType=NRT}
[junit4] 2> 1164868 ERROR
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-06-19T21:11:38.121552Z
[junit4] 2> 1164868 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1164874 INFO (zkConnectionManagerCallback-10352-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1164874 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1164981 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1164981 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/control-001/solr.xml
[junit4] 2> 1164983 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1165066 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1165067 WARN
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4b0ffd3a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1165067 WARN
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4b0ffd3a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1165069 WARN
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2acca1a8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1165069 WARN
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2acca1a8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1165069 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54289/solr
[junit4] 2> 1165070 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1165073 INFO (zkConnectionManagerCallback-10363-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1165073 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1165185 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Waiting for
client to connect to ZooKeeper
[junit4] 2> 1165188 INFO (zkConnectionManagerCallback-10365-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1165188 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 1165329 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:54294_ui_zk%2Flq
[junit4] 2> 1165330 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.Overseer Overseer
(id=72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000) starting
[junit4] 2> 1165340 INFO
(OverseerStateUpdate-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.Overseer Starting to work on the
main queue : 127.0.0.1:54294_ui_zk%2Flq
[junit4] 2> 1165340 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:54294_ui_zk%2Flq
[junit4] 2> 1165342 INFO
(OverseerStateUpdate-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1165346 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.p.PackageLoader /packages.json
updated to version -1
[junit4] 2> 1165346 WARN
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.CoreContainer Not all security
plugins configured! authentication=disabled authorization=disabled. Solr is
only as secure as you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
external. See https://s.apache.org/solrsecurity for more info
[junit4] 2> 1165362 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1165379 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1165387 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1165387 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1165388 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949])
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/control-001/cores
[junit4] 2> 1165393 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1165395 INFO (zkConnectionManagerCallback-10382-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1165395 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1165397 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1165398 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54289/solr ready
[junit4] 2> 1165400 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54294_ui_zk%252Flq&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1165406 INFO
(OverseerThreadFactory-10372-thread-1-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 1165524 INFO (qtp2107574328-15972)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1165524 INFO (qtp2107574328-15972)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 1165531 INFO
(OverseerStateUpdate-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"control_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54294/ui_zk/lq",
[junit4] 2> "node_name":"127.0.0.1:54294_ui_zk%2Flq",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1165748 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq x:control_collection_shard1_replica_n1 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&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> 1165759 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 1165769 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 1165839 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema
test/1.0 with uniqueid field id
[junit4] 2> 1165862 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating
SolrCore 'control_collection_shard1_replica_n1' using configuration from
configset conf1, trusted=true
[junit4] 2> 1165862 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
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@524b9034
[junit4] 2> 1165862 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1165865 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=29,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1165903 WARN (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
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> 1165945 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1165945 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1165946 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1165946 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1165947 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=44,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1165949 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1165949 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
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> 1165950 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000 ms
[junit4] 2> 1165950 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1669963290197884928
[junit4] 2> 1165952 INFO
(searcherExecutor-10384-thread-1-processing-n:127.0.0.1:54294_ui_zk%2Flq
x:control_collection_shard1_replica_n1 c:control_collection s:shard1
r:core_node2) [n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1
r:core_node2 x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher autowarm time:
0 ms
[junit4] 2> 1165956 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/control_collection/terms/shard1 to
Terms{values={core_node2=0}, version=0}
[junit4] 2> 1165956 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase
make sure parent is created /collections/control_collection/leaders/shard1
[junit4] 2> 1165962 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1165962 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1165962 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54294/ui_zk/lq/control_collection_shard1_replica_n1/
[junit4] 2> 1165962 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 1165963 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy
http://127.0.0.1:54294/ui_zk/lq/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 1165963 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase
Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/72133566541332484-core_node2-n_0000000000
[junit4] 2> 1165965 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:54294/ui_zk/lq/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1166072 INFO (zkCallback-10364-thread-1) [ ]
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> 1166072 INFO (zkCallback-10364-thread-2) [ ]
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> 1166074 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:control_collection s:shard1 r:core_node2
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 1166076 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&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=328
[junit4] 2> 1166079 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 45 seconds. Check all shard replicas
[junit4] 2> 1166179 INFO (zkCallback-10364-thread-2) [ ]
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> 1166179 INFO (zkCallback-10364-thread-3) [ ]
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> 1166179 INFO (zkCallback-10364-thread-1) [ ]
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> 1166180 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54294_ui_zk%252Flq&wt=javabin&version=2}
status=0 QTime=780
[junit4] 2> 1166181 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 1166294 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1166296 INFO (zkConnectionManagerCallback-10393-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1166297 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1166298 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1166300 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54289/solr ready
[junit4] 2> 1166300 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1166301 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1166308 INFO
(OverseerCollectionConfigSetProcessor-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] 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> 1166308 INFO
(OverseerThreadFactory-10372-thread-2-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 1166518 WARN
(OverseerThreadFactory-10372-thread-2-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.a.c.CreateCollectionCmd It is
unusual to create a collection (collection1) without cores.
[junit4] 2> 1166520 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 45 seconds. Check all shard replicas
[junit4] 2> 1166522 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&wt=javabin&version=2}
status=0 QTime=220
[junit4] 2> 1166523 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 1166523 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 1166524 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 1166524 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 1166524 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
[junit4] 2> 1166524 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 1166525 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=2
[junit4] 2> 1166899 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001
of type NRT for shard2
[junit4] 2> 1166900 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1166900 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1166900 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
[junit4] 2> 1166902 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1166902 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1166902 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1166902 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1bd70330{/ui_zk/lq,null,AVAILABLE}
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@12b3ddc1{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:54303}
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.e.j.s.Server Started @1166953ms
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ui_zk/lq,
solrconfig=solrconfig.xml,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/tempDir-001/jetty1,
hostPort=54303,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001/cores}
[junit4] 2> 1166903 ERROR (closeThreadPool-10394-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
[junit4] 2> 1166903 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-06-19T21:11:40.156914Z
[junit4] 2> 1166904 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1166907 INFO (zkConnectionManagerCallback-10396-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1166907 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1167015 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1167015 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001/solr.xml
[junit4] 2> 1167018 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1167057 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1167057 WARN (closeThreadPool-10394-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2c681c56[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167057 WARN (closeThreadPool-10394-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2c681c56[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167059 WARN (closeThreadPool-10394-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@74f35eba[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167059 WARN (closeThreadPool-10394-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@74f35eba[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167060 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54289/solr
[junit4] 2> 1167061 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1167064 INFO (zkConnectionManagerCallback-10407-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1167064 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1167168 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Waiting for
client to connect to ZooKeeper
[junit4] 2> 1167170 INFO (zkConnectionManagerCallback-10409-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1167170 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 1167180 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 1167188 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.ZkController Publish
node=127.0.0.1:54303_ui_zk%2Flq as DOWN
[junit4] 2> 1167190 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1167190 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:54303_ui_zk%2Flq
[junit4] 2> 1167193 INFO (zkCallback-10364-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1167193 INFO (zkCallback-10392-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1167194 INFO (zkCallback-10408-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1167197 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.p.PackageLoader /packages.json
updated to version -1
[junit4] 2> 1167197 WARN (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.CoreContainer Not all security
plugins configured! authentication=disabled authorization=disabled. Solr is
only as secure as you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
external. See https://s.apache.org/solrsecurity for more info
[junit4] 2> 1167236 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001
of type NRT for shard1
[junit4] 2> 1167237 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1167237 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1167237 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
[junit4] 2> 1167238 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1167238 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1167238 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1167238 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d60e456{/ui_zk/lq,null,AVAILABLE}
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@363c93d0{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:54307}
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.e.j.s.Server Started @1167289ms
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ui_zk/lq,
solrconfig=solrconfig.xml,
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/tempDir-001/jetty2,
hostPort=54307,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001/cores}
[junit4] 2> 1167239 ERROR (closeThreadPool-10394-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr
[junit4] 2> 1167239 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-06-19T21:11:40.492721Z
[junit4] 2> 1167240 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1167242 INFO (zkConnectionManagerCallback-10415-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1167242 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1167245 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1167262 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167270 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167270 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167271 INFO (closeThreadPool-10394-thread-1)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001/cores
[junit4] 2> 1167276 INFO (closeThreadPool-10394-thread-1) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode:
127.0.0.1:54303_ui_zk%2Flq
[junit4] 2> 1167344 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1167344 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001/solr.xml
[junit4] 2> 1167347 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1167424 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 1167425 WARN (closeThreadPool-10394-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4cfa9e1a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167425 WARN (closeThreadPool-10394-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4cfa9e1a[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167428 WARN (closeThreadPool-10394-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@28074826[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167428 WARN (closeThreadPool-10394-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@28074826[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1167429 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54289/solr
[junit4] 2> 1167430 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1167433 INFO (zkConnectionManagerCallback-10430-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1167433 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1167547 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Waiting for
client to connect to ZooKeeper
[junit4] 2> 1167550 INFO (zkConnectionManagerCallback-10432-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1167550 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 1167570 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 1167582 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.ZkController Publish
node=127.0.0.1:54307_ui_zk%2Flq as DOWN
[junit4] 2> 1167584 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1167584 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:54307_ui_zk%2Flq
[junit4] 2> 1167587 INFO (zkCallback-10364-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1167587 INFO (zkCallback-10408-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1167587 INFO (zkCallback-10392-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1167589 INFO (zkCallback-10431-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1167595 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.p.PackageLoader /packages.json
updated to version -1
[junit4] 2> 1167597 WARN (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.CoreContainer Not all security
plugins configured! authentication=disabled authorization=disabled. Solr is
only as secure as you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
external. See https://s.apache.org/solrsecurity for more info
[junit4] 2> 1167623 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1167648 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167659 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167660 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.m.r.SolrJmxReporter JMX monitoring
for 'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1167661 INFO (closeThreadPool-10394-thread-2)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001/cores
[junit4] 2> 1167669 INFO (closeThreadPool-10394-thread-2) [ ]
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode:
127.0.0.1:54307_ui_zk%2Flq
[junit4] 2> 1167673 INFO (qtp2107574328-15971)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:54303_ui_zk%252Flq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1167674 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:54307_ui_zk%252Flq&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1167688 INFO
(OverseerCollectionConfigSetProcessor-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] 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> 1167700 INFO (qtp2107574328-15970)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=3
[junit4] 2> 1167702 INFO (qtp2107574328-15972)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 1167707 INFO (qtp378293192-16027)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 1167709 INFO (qtp839057736-16052)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 1167713 INFO
(OverseerThreadFactory-10372-thread-4-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:54307_ui_zk%2Flq for
creating new replica of shard shard1 for collection collection1
[junit4] 2> 1167721 INFO
(OverseerThreadFactory-10372-thread-3-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 s:shard2 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:54303_ui_zk%2Flq for
creating new replica of shard shard2 for collection collection1
[junit4] 2> 1167723 INFO
(OverseerThreadFactory-10372-thread-4-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
[junit4] 2> 1167729 INFO
(OverseerThreadFactory-10372-thread-3-processing-n:127.0.0.1:54294_ui_zk%2Flq)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 s:shard2 ]
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
[junit4] 2> 1167729 INFO
(OverseerStateUpdate-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54307/ui_zk/lq",
[junit4] 2> "node_name":"127.0.0.1:54307_ui_zk%2Flq",
[junit4] 2> "type":"NRT"}
[junit4] 2> 1167735 INFO
(OverseerStateUpdate-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54303/ui_zk/lq",
[junit4] 2> "node_name":"127.0.0.1:54303_ui_zk%2Flq",
[junit4] 2> "type":"NRT"}
[junit4] 2> 1167943 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq x:collection1_shard1_replica_n1 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1167951 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq x:collection1_shard2_replica_n2 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1167986 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion:
9.0.0
[junit4] 2> 1167988 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion:
9.0.0
[junit4] 2> 1168001 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 1168025 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
[junit4] 2> 1168157 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.0
with uniqueid field id
[junit4] 2> 1168222 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0
with uniqueid field id
[junit4] 2> 1168283 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard2_replica_n2' using configuration from configset conf1,
trusted=true
[junit4] 2> 1168284 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n2' (registry
'solr.core.collection1.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1168284 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore
[[collection1_shard2_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001/cores/collection1_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-1-001/cores/collection1_shard2_replica_n2/data/]
[junit4] 2> 1168292 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1168308 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard1_replica_n1' using configuration from configset conf1,
trusted=true
[junit4] 2> 1168309 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@524b9034
[junit4] 2> 1168310 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001/cores/collection1_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_68DCC9A71CA3D949-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
[junit4] 2> 1168324 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1168326 WARN (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] 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> 1168344 WARN (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_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> 1168472 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1168472 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1168474 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1168474 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1168476 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1168480 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1168480 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1168482 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1168482 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1168482 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1168483 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1168484 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1168487 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000 ms
[junit4] 2> 1168488 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1669963292859170816
[junit4] 2> 1168491 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1168493 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1168493 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000 ms
[junit4] 2> 1168494 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1669963292865462272
[junit4] 2> 1168497 INFO
(searcherExecutor-10445-thread-1-processing-n:127.0.0.1:54307_ui_zk%2Flq
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 1168502 INFO
(searcherExecutor-10443-thread-1-processing-n:127.0.0.1:54303_ui_zk%2Flq
x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore
[collection1_shard2_replica_n2] Registered new searcher autowarm time: 0 ms
[junit4] 2> 1168514 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 1168514 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make
sure parent is created /collections/collection1/leaders/shard2
[junit4] 2> 1168515 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 1168515 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make
sure parent is created /collections/collection1/leaders/shard1
[junit4] 2> 1168529 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1168529 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1168529 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 1168529 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54303/ui_zk/lq/collection1_shard2_replica_n2/
[junit4] 2> 1168529 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be
the new leader - try and sync
[junit4] 2> 1168529 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54307/ui_zk/lq/collection1_shard1_replica_n1/
[junit4] 2> 1168530 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1168530 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1168531 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy
http://127.0.0.1:54303/ui_zk/lq/collection1_shard2_replica_n2/ has no replicas
[junit4] 2> 1168531 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase
Creating leader registration node
/collections/collection1/leaders/shard2/leader after winning as
/collections/collection1/leader_elect/shard2/election/72133566541332489-core_node4-n_0000000000
[junit4] 2> 1168531 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy
http://127.0.0.1:54307/ui_zk/lq/collection1_shard1_replica_n1/ has no replicas
[junit4] 2> 1168531 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase
Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72133566541332492-core_node3-n_0000000000
[junit4] 2> 1168537 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:54307/ui_zk/lq/collection1_shard1_replica_n1/
shard1
[junit4] 2> 1168538 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:54303/ui_zk/lq/collection1_shard2_replica_n2/
shard2
[junit4] 2> 1168645 INFO (zkCallback-10431-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168646 INFO (zkCallback-10408-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168646 INFO (zkCallback-10408-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168646 INFO (zkCallback-10431-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168648 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 1168653 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq c:collection1 s:shard2 r:core_node4
x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 1168661 INFO (qtp839057736-16051)
[n:127.0.0.1:54307_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=718
[junit4] 2> 1168666 INFO (qtp378293192-16026)
[n:127.0.0.1:54303_ui_zk%2Flq ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=collection1_shard2_replica_n2&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=715
[junit4] 2> 1168670 INFO (qtp2107574328-15969)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/collections
params={node=127.0.0.1:54307_ui_zk%252Flq&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=996
[junit4] 2> 1168673 INFO (qtp2107574328-15971)
[n:127.0.0.1:54294_ui_zk%2Flq c:collection1 ] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/collections
params={node=127.0.0.1:54303_ui_zk%252Flq&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1168673 INFO
(TEST-RollingRestartTest.test-seed#[68DCC9A71CA3D949]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 2 active replicas in
collection: collection1
[junit4] 2> 1168674 INFO
(OverseerCollectionConfigSetProcessor-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] 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> 1168677 INFO
(OverseerCollectionConfigSetProcessor-72133566541332484-127.0.0.1:54294_ui_zk%2Flq-n_0000000000)
[n:127.0.0.1:54294_ui_zk%2Flq ] o.a.s.c.OverseerTaskQueue Response ZK
path: /overseer/collection-queue-work/qnr-0000000005 doesn't exist. Requestor
may have disconnected from ZooKeeper
[junit4] 2> 1168760 INFO (zkCallback-10408-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168760 INFO (zkCallback-10392-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168760 INFO (zkCallback-10408-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168760 INFO (zkCallback-10431-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168760 INFO (zkCallback-10431-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168760 INFO (zkCallback-10408-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1168761 INFO (zkCallback-10431-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has oc
[...truncated too long message...]
5154 INFO (closeThreadPool-2435-thread-2) [ ] o.a.s.c.Overseer Overseer
(id=72133626921353220-127.0.0.1:62548_solr-n_0000000000) closing
[junit4] 2> 175154 INFO
(OverseerStateUpdate-72133626921353220-127.0.0.1:62548_solr-n_0000000000)
[n:127.0.0.1:62548_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:62548_solr
[junit4] 2> 175155 INFO
(OverseerAutoScalingTriggerThread-72133626921353220-127.0.0.1:62548_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 175159 INFO (closeThreadPool-2435-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72133626921353220-127.0.0.1:62548_solr-n_0000000000) closing
[junit4] 2> 175265 INFO (jetty-closer-2429-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72133626921353220-127.0.0.1:62548_solr-n_0000000000) closing
[junit4] 2> 175266 INFO (jetty-closer-2429-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5a63f1aa{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:0}
[junit4] 2> 175267 INFO (jetty-closer-2429-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@50f09c9f{/solr,null,UNAVAILABLE}
[junit4] 2> 175267 INFO (jetty-closer-2429-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 175268 INFO
(SUITE-UsingSolrJRefGuideExamplesTest-seed#[7735949F21616FB3]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 175494 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/collections/techproducts/terms/shard1
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 10 /solr/collections/techproducts/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/overseer/queue
[junit4] 2> 4 /solr/collections
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/live_nodes
[junit4] 2>
[junit4] 2> 175500 INFO
(SUITE-UsingSolrJRefGuideExamplesTest-seed#[7735949F21616FB3]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62542
[junit4] 2> 175500 INFO
(SUITE-UsingSolrJRefGuideExamplesTest-seed#[7735949F21616FB3]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62542
[junit4] 2> 175500 INFO
(SUITE-UsingSolrJRefGuideExamplesTest-seed#[7735949F21616FB3]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 62542
[junit4] 2> 175500 INFO
(SUITE-UsingSolrJRefGuideExamplesTest-seed#[7735949F21616FB3]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Jun 19, 2020 9:27:01 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Jun 19, 2020 9:27:11 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest:
[junit4] 2> 1) Thread[id=3405, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-UsingSolrJRefGuideExamplesTest]
[junit4] 2> at [email protected]/java.lang.Thread.sleep(Native
Method)
[junit4] 2> at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
[junit4] 2> Jun 19, 2020 9:27:11 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=3405, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-UsingSolrJRefGuideExamplesTest]
[junit4] 2> 185600 ERROR (SessionTracker) [ ]
o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread :
SessionTracker
[junit4] 2> => java.lang.InterruptedException: sleep interrupted
[junit4] 2> at java.base/java.lang.Thread.sleep(Native Method)
[junit4] 2> java.lang.InterruptedException: sleep interrupted
[junit4] 2> at java.lang.Thread.sleep(Native Method) [?:?]
[junit4] 2> at
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
~[zookeeper-3.5.7.jar:3.5.7]
[junit4] 2> Jun 19, 2020 9:27:11 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene86): {},
docValues:{}, maxPointsInLeafNode=870, maxMBSortInHeap=5.115826252045321,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f5fc294),
locale=de, timezone=America/Argentina/Buenos_Aires
[junit4] 2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 13.0.2
(64-bit)/cpus=6,threads=1,free=31807032,total=194707456
[junit4] 2> NOTE: All tests run in this JVM: [SolrExampleBinaryHttp2Test,
TestDocumentObjectBinder, CubedRootEvaluatorTest,
CloudSolrClientMultiConstructorTest, ConcurrentUpdateHttp2SolrClientTest,
TestV2Request, TestJSONWriter, TestZkConfigManager, FieldAnalysisResponseTest,
LargeVolumeJettyTest, TestSolrProperties, CeilingEvaluatorTest,
SolrExampleStreamingBinaryTest, SelectWithEvaluatorsTest, SchemaTest,
TestValidatingJsonMap, Http2SolrClientCompatibilityTest,
NormalizeEvaluatorTest, RecursiveEvaluatorTest, ExclusiveOrEvaluatorTest,
JdbcDriverTest, JsonRequestApiHeatmapFacetingTest, JsonRequestApiTest,
UsingSolrJRefGuideExamplesTest]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UsingSolrJRefGuideExamplesTest -Dtests.seed=7735949F21616FB3
-Dtests.slow=true -Dtests.locale=de
-Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J1 | UsingSolrJRefGuideExamplesTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at
org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest:
[junit4] > 1) Thread[id=3405, name=SessionTracker,
state=TIMED_WAITING, group=TGRP-UsingSolrJRefGuideExamplesTest]
[junit4] > at [email protected]/java.lang.Thread.sleep(Native
Method)
[junit4] > at
app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
[junit4] > at
__randomizedtesting.SeedInfo.seed([7735949F21616FB3]:0)
[junit4] Completed [89/208 (4!)] on J1 in 12.94s, 6 tests, 1 error <<<
FAILURES!
[...truncated 51247 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/6186/consoleText
[repro] Revision: 972c84022ec9c2b867848cb11f6d4c6bc466e8f2
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line: ant test -Dtestcase=RollingRestartTest
-Dtests.method=test -Dtests.seed=68DCC9A71CA3D949 -Dtests.slow=true
-Dtests.locale=os -Dtests.timezone=Turkey -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=TestDocCollectionWatcher
-Dtests.seed=7735949F21616FB3 -Dtests.slow=true -Dtests.locale=km
-Dtests.timezone=Asia/Rangoon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=JsonRequestApiHeatmapFacetingTest
-Dtests.seed=7735949F21616FB3 -Dtests.slow=true -Dtests.locale=fo
-Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=JsonRequestApiTest
-Dtests.seed=7735949F21616FB3 -Dtests.slow=true -Dtests.locale=no-NO
-Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=UsingSolrJRefGuideExamplesTest
-Dtests.seed=7735949F21616FB3 -Dtests.slow=true -Dtests.locale=de
-Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] RollingRestartTest
[repro] solr/solrj
[repro] UsingSolrJRefGuideExamplesTest
[repro] JsonRequestApiHeatmapFacetingTest
[repro] JsonRequestApiTest
[repro] TestDocCollectionWatcher
[repro] ant compile-test
[...truncated 2471 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.RollingRestartTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=68DCC9A71CA3D949
-Dtests.slow=true -Dtests.locale=os -Dtests.timezone=Turkey
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[...truncated 86 lines...]
[repro] ant compile-test
[...truncated 451 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=20
-Dtests.class="*.UsingSolrJRefGuideExamplesTest|*.JsonRequestApiHeatmapFacetingTest|*.JsonRequestApiTest|*.TestDocCollectionWatcher"
-Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
-Dtests.seed=7735949F21616FB3 -Dtests.slow=true -Dtests.locale=de
-Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[...truncated 301 lines...]
[repro] Failures w/original seeds:
[repro] 0/5 failed:
org.apache.solr.client.ref_guide_examples.JsonRequestApiHeatmapFacetingTest
[repro] 0/5 failed:
org.apache.solr.client.ref_guide_examples.JsonRequestApiTest
[repro] 0/5 failed:
org.apache.solr.client.ref_guide_examples.UsingSolrJRefGuideExamplesTest
[repro] 0/5 failed: org.apache.solr.cloud.RollingRestartTest
[repro] 0/5 failed: org.apache.solr.common.cloud.TestDocCollectionWatcher
[repro] Exiting with code 0
[...truncated 73 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]