Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/217/
Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Failed while waiting for active collection Timeout waiting to see state for
collection=collection1 :null Live Nodes: [127.0.0.1:42397_solr,
127.0.0.1:44193_solr] Last available state: null
Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:42397_solr, 127.0.0.1:44193_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([A7E28B6DA25F4F77:2FB6B4B70CA3228F]:0)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:79)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:368)
at java.base/java.lang.Thread.run(Thread.java:835)
FAILED: org.apache.solr.security.TestPKIAuthenticationPlugin.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([A7E28B6DA25F4F77:2FB6B4B70CA3228F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.junit.Assert.assertNotNull(Assert.java:722)
at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:99)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Build Log:
[...truncated 13609 lines...]
[junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
[junit4] 2> 1351537 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.security.TestPKIAuthenticationPlugin_A7E28B6DA25F4F77-001/init-core-data-001
[junit4] 2> 1351537 WARN
(SUITE-TestPKIAuthenticationPlugin-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
[junit4] 2> 1351538 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1351539 INFO
(SUITE-TestPKIAuthenticationPlugin-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1351543 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[A7E28B6DA25F4F77]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1385078 ERROR
(TEST-TestPKIAuthenticationPlugin.test-seed#[A7E28B6DA25F4F77]) [ ]
o.a.s.s.PKIAuthenticationPlugin Invalid key request timestamp: 1551207097197 ,
received timestamp: 1551207129579 , TTL: 15000
[junit4] 2> 1385079 INFO
(TEST-TestPKIAuthenticationPlugin.test-seed#[A7E28B6DA25F4F77]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test
-Dtests.seed=A7E28B6DA25F4F77 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sl -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 33.6s J0 | TestPKIAuthenticationPlugin.test <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([A7E28B6DA25F4F77:2FB6B4B70CA3228F]:0)
[junit4] > at
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:99)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:567)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:835)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.security.TestPKIAuthenticationPlugin_A7E28B6DA25F4F77-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80): {},
docValues:{}, maxPointsInLeafNode=640, maxMBSortInHeap=7.7670915781732,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@64ed8a44),
locale=sl, timezone=Etc/GMT+1
[junit4] 2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev
12-testing (64-bit)/cpus=8,threads=1,free=245870416,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [CdcrOpsAndBoundariesTest,
MergeStrategyTest, TestSkipOverseerOperations, UnloadDistributedZkTest,
PingRequestHandlerTest, BlockDirectoryTest, NodeLostTriggerIntegrationTest,
HighlighterMaxOffsetTest, TestDefaultStatsCache, TestRecovery,
BaseCdcrDistributedZkTest, TestManagedSchemaAPI, TestDistributedMissingSort,
DistributedSuggestComponentTest, TestClassicSimilarityFactory, GraphQueryTest,
DocumentBuilderTest, CursorPagingTest, TestReloadDeadlock,
DistributedFacetPivotLongTailTest, SOLR749Test, TestStressLiveNodes,
TransactionLogTest, TestSolrConfigHandler, TestConfigSetsAPIZkFailure,
ShardRoutingTest, BasicZkTest, TestLocalFSCloudBackupRestore, HLLUtilTest,
TestCloudJSONFacetSKG, SortSpecParsingTest, UUIDFieldTest, TestNoOpRegenerator,
HdfsBasicDistributedZk2Test, ZookeeperStatusHandlerTest,
TestImplicitCoreProperties, TestDirectoryFactory, TestNumericRangeQuery64,
TestExclusionRuleCollectionAccess, CustomTermsComponentTest, JavabinLoaderTest,
LeaderElectionIntegrationTest, TestCollectionAPIs, MetricsHandlerTest,
OpenCloseCoreStressTest, CdcrVersionReplicationTest, TestGroupingSearch,
UtilsToolTest, SolrJmxReporterTest, HdfsThreadLeakTest, TestRebalanceLeaders,
TestBulkSchemaAPI, CollectionReloadTest, TestCloudConsistency,
DistributedUpdateProcessorTest, DeleteReplicaTest, TestClusterProperties,
TestSegmentSorting, TestCollectionAPI, ZkStateReaderTest,
TestSortableTextField, TestSolrJ, CollectionsAPISolrJTest,
TestReplicationHandler, ReplicaListTransformerTest,
TermVectorComponentDistributedTest, TestFaceting, TestLegacyField,
TestPKIAuthenticationPlugin]
[junit4] Completed [279/840 (1!)] on J0 in 33.79s, 1 test, 1 failure <<<
FAILURES!
[...truncated 696 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
[junit4] 2> 1995373 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/init-core-data-001
[junit4] 2> 1995374 WARN
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
[junit4] 2> 1995374 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1995375 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1995375 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001
[junit4] 2> 1995375 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1995376 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1995376 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1995476 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:36621
[junit4] 2> 1995476 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36621
[junit4] 2> 1995476 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36621
[junit4] 2> 1995479 INFO (zkConnectionManagerCallback-12390-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995480 INFO (zkConnectionManagerCallback-12392-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995482 INFO (zkConnectionManagerCallback-12394-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995483 WARN (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1995483 WARN (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
[junit4] 2> 1995484 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm
12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1995493 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1995494 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4dc76c87{/solr,null,AVAILABLE}
[junit4] 2> 1995494 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@192b257{/solr,null,AVAILABLE}
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4db234b1{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:४२३९७}
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3c8bd8c{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:४४१९३}
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.e.j.s.Server Started @१९९५७७७ms
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.e.j.s.Server Started @१९९५७७७ms
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42397}
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44193}
[junit4] 2> 1995495 ERROR (jetty-launcher-12395-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1995495 ERROR (jetty-launcher-12395-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-26T19:02:20.101829Z
[junit4] 2> 1995495 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-26T19:02:20.101843Z
[junit4] 2> 1995498 INFO (zkConnectionManagerCallback-12398-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995498 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1995501 INFO (zkConnectionManagerCallback-12399-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995501 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1995837 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1995839 WARN (jetty-launcher-12395-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@63973948[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1995842 WARN (jetty-launcher-12395-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1a41f6f2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1995844 INFO (jetty-launcher-12395-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36621/solr
[junit4] 2> 1995847 INFO (zkConnectionManagerCallback-12405-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995855 INFO (zkConnectionManagerCallback-12407-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995895 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1995896 WARN (jetty-launcher-12395-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@394c8160[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1995899 WARN (jetty-launcher-12395-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@14a69ddc[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1995901 INFO (jetty-launcher-12395-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36621/solr
[junit4] 2> 1995902 INFO (zkConnectionManagerCallback-12415-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995904 INFO (zkConnectionManagerCallback-12417-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995908 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44193_solr
[junit4] 2> 1995909 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42397_solr
[junit4] 2> 1995909 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.Overseer Overseer
(id=72108863992889350-127.0.0.1:44193_solr-n_0000000000) starting
[junit4] 2> 1995911 INFO (zkCallback-12416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1995911 INFO (zkCallback-12406-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1995914 INFO (zkConnectionManagerCallback-12424-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995915 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1995916 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36621/solr ready
[junit4] 2> 1995916 INFO
(OverseerStateUpdate-72108863992889350-127.0.0.1:44193_solr-n_0000000000)
[n:127.0.0.1:44193_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:44193_solr
[junit4] 2> 1995921 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44193_solr as DOWN
[junit4] 2> 1995922 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1995922 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44193_solr
[junit4] 2> 1995923 INFO (zkCallback-12416-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1995923 INFO (zkCallback-12406-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1995923 INFO (zkCallback-12423-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1995938 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1995940 INFO (zkConnectionManagerCallback-12429-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1995942 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1995942 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36621/solr ready
[junit4] 2> 1995946 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1995973 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44193.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1995988 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42397.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1995995 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44193.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1995995 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44193.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1995997 INFO (jetty-launcher-12395-thread-2)
[n:127.0.0.1:44193_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node2/.
[junit4] 2> 1996013 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42397.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1996013 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42397.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1996015 INFO (jetty-launcher-12395-thread-1)
[n:127.0.0.1:42397_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node1/.
[junit4] 2> 1996190 INFO (zkConnectionManagerCallback-12436-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1996192 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1996192 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36621/solr ready
[junit4] 2> 1996214 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
[junit4] 2> 1996215 INFO (qtp1864280327-30555) [n:127.0.0.1:42397_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1996217 INFO
(OverseerThreadFactory-8812-thread-1-processing-n:127.0.0.1:44193_solr)
[n:127.0.0.1:44193_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection2
[junit4] 2> 1996322 INFO
(OverseerStateUpdate-72108863992889350-127.0.0.1:44193_solr-n_0000000000)
[n:127.0.0.1:44193_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44193/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1996324 INFO
(OverseerStateUpdate-72108863992889350-127.0.0.1:44193_solr-n_0000000000)
[n:127.0.0.1:44193_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42397/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1996527 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
x:collection2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1996528 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
x:collection2_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1996528 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1997538 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1997538 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1997545 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.IndexSchema [collection2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1997545 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1997547 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1997547 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1997547 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n2' using
configuration from collection collection2, trusted=true
[junit4] 2> 1997547 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n1' using
configuration from collection collection2, trusted=true
[junit4] 2> 1997547 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44193.solr.core.collection2.shard1.replica_n1' (registry
'solr.core.collection2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1997547 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42397.solr.core.collection2.shard1.replica_n2' (registry
'solr.core.collection2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@623e4bcf
[junit4] 2> 1997548 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.SolrCore [[collection2_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node1/collection2_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node1/./collection2_shard1_replica_n2/data/]
[junit4] 2> 1997548 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SolrCore [[collection2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node2/collection2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001/tempDir-001/node2/./collection2_shard1_replica_n1/data/]
[junit4] 2> 1997755 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1997755 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1997758 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1997758 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1997760 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@13cdcaab[collection2_shard1_replica_n1] main]
[junit4] 2> 1997761 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1997762 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1997763 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1997763 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1626559209662316544
[junit4] 2> 1997769 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@13cdcaab[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1997773 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1997773 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection2/leaders/shard1
[junit4] 2> 1997773 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1997774 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1997777 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1997779 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1997779 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1997783 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6a6b96ee[collection2_shard1_replica_n2] main]
[junit4] 2> 1997785 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1997785 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1997787 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1997787 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1626559209687482368
[junit4] 2> 1997793 INFO
(searcherExecutor-8821-thread-1-processing-n:127.0.0.1:42397_solr
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4)
[n:127.0.0.1:42397_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore
[collection2_shard1_replica_n2] Registered new searcher
Searcher@6a6b96ee[collection2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1997797 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=0,
core_node4=0}, version=1}
[junit4] 2> 1997797 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection2/leaders/shard1
[junit4] 2> 1998278 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1998278 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1998278 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44193/solr/collection2_shard1_replica_n1/
[junit4] 2> 1998279 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n1
url=http://127.0.0.1:44193/solr START
replicas=[http://127.0.0.1:42397/solr/collection2_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1998279 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n1
url=http://127.0.0.1:44193/solr DONE. We have no versions. sync failed.
[junit4] 2> 1998284 INFO (qtp1864280327-30628) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.c.S.Request [collection2_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=4
[junit4] 2> 1998284 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1998284 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 1998284 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection2/leaders/shard1/leader after winning as
/collections/collection2/leader_elect/shard1/election/72108863992889350-core_node3-n_0000000000
[junit4] 2> 1998285 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44193/solr/collection2_shard1_replica_n1/ shard1
[junit4] 2> 1998387 INFO (zkCallback-12406-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998388 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1998415 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1887
[junit4] 2> 1998489 INFO (zkCallback-12406-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998489 INFO (zkCallback-12406-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998823 INFO (qtp1864280327-30553) [n:127.0.0.1:42397_solr
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n2&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2296
[junit4] 2> 1998825 INFO (qtp1864280327-30555) [n:127.0.0.1:42397_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1998901 INFO (zkCallback-12416-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998901 INFO (zkCallback-12406-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998901 INFO (zkCallback-12406-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998901 INFO (zkCallback-12416-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1998901 INFO (qtp1864280327-30555) [n:127.0.0.1:42397_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2686
[junit4] 2> 1998950 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.LeaderTragicEventTest Stop jetty node :
http://127.0.0.1:42397/solr
state:DocCollection(collection2//collections/collection2/state.json/6)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"collection2_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44193/solr",
[junit4] 2> "node_name":"127.0.0.1:44193_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false",
[junit4] 2> "leader":"true"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"collection2_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:42397/solr",
[junit4] 2> "node_name":"127.0.0.1:42397_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "force_set_state":"false"}}}},
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0"}
[junit4] 2> 1998952 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1708114326
[junit4] 2> 1998952 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:42397_solr
[junit4] 2> 1998952 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 1998952 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.ZkController Publish node=127.0.0.1:42397_solr as DOWN
[junit4] 2> 1998968 INFO (coreCloseExecutor-8831-thread-1)
[n:127.0.0.1:42397_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore
[collection2_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3dff2eed
[junit4] 2> 1998968 INFO (coreCloseExecutor-8831-thread-1)
[n:127.0.0.1:42397_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection2.shard1.replica_n2, tag=3dff2eed
[junit4] 2> 1998968 INFO (coreCloseExecutor-8831-thread-1)
[n:127.0.0.1:42397_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@623751ad: rootName =
solr_42397, domain = solr.core.collection2.shard1.replica_n2, service url =
null, agent id = null] for registry solr.core.collection2.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@41686acf
[junit4] 2> 1999015 INFO (coreCloseExecutor-8831-thread-1)
[n:127.0.0.1:42397_solr c:collection2 s:shard1 r:core_node4
x:collection2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection2.shard1.leader, tag=3dff2eed
[junit4] 2> 1999025 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 1999025 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2dd2d196: rootName =
solr_42397, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@20a38945
[junit4] 2> 1999044 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 1999044 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d9554c7: rootName =
solr_42397, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@58f55e6b
[junit4] 2> 1999054 INFO (zkCallback-12416-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1999054 INFO (zkCallback-12416-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1999054 INFO (zkCallback-12406-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1999054 INFO (zkCallback-12406-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection2/state.json] for collection [collection2] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1999055 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 1999055 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@a8daff9: rootName =
solr_42397, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@1738edea
[junit4] 2> 1999056 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@1c12cbf0[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2d3e8ff0[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 1999069 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1002ea13774000a, likely client has closed socket
[junit4] 2> 1999070 INFO (zkCallback-12406-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1999070 INFO (zkCallback-12423-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1999070 INFO (zkCallback-12435-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1999073 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.e.j.s.AbstractConnector Stopped
ServerConnector@4db234b1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:०}
[junit4] 2> 1999073 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4dc76c87{/solr,null,UNAVAILABLE}
[junit4] 2> 1999073 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1999100 INFO
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[A7E28B6DA25F4F77])
[ ] o.a.s.c.LeaderTragicEventTest Corrupt leader :
core_node3:{"core":"collection2_shard1_replica_n1","base_url":"http://127.0.0.1:44193/solr","node_name":"127.0.0.1:44193_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 1999104 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection2/terms/shard1 to Terms{values={core_node3=1,
core_node4=0}, version=2}
[junit4] 2> 1999104 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1626559211066359808)]} 0 2
[junit4] 2> 1999105 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211069505536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999105 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211069505536
[junit4] 2> 1999109 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@23521e13[collection2_shard1_replica_n1] main]
[junit4] 2> 1999109 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999111 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@23521e13[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999111 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 6
[junit4] 2> 1999113 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1
(1626559211076845568)]} 0 1
[junit4] 2> 1999114 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211078942720,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999114 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211078942720
[junit4] 2> 1999120 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@21a8f75e[collection2_shard1_replica_n1] main]
[junit4] 2> 1999121 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999123 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@21a8f75e[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999123 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 9
[junit4] 2> 1999125 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2
(1626559211089428480)]} 0 1
[junit4] 2> 1999125 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211090477056,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999125 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211090477056
[junit4] 2> 1999130 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1c91b99f[collection2_shard1_replica_n1] main]
[junit4] 2> 1999131 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999133 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@1c91b99f[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999134 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 8
[junit4] 2> 1999136 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3
(1626559211099914240)]} 0 1
[junit4] 2> 1999136 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211102011392,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999136 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211102011392
[junit4] 2> 1999139 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@136083f9[collection2_shard1_replica_n1] main]
[junit4] 2> 1999140 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999142 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@136083f9[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743743}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999142 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 6
[junit4] 2> 1999144 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4
(1626559211109351424)]} 0 1
[junit4] 2> 1999145 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211111448576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999145 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211111448576
[junit4] 2> 1999150 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@38023bc3[collection2_shard1_replica_n1] main]
[junit4] 2> 1999151 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999153 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@38023bc3[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743743}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743753}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999154 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 9
[junit4] 2> 1999156 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5
(1626559211121934336)]} 0 1
[junit4] 2> 1999157 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211124031488,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999157 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211124031488
[junit4] 2> 1999162 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3a619016[collection2_shard1_replica_n1] main]
[junit4] 2> 1999163 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999165 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@3a619016[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743743}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743753}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743765}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999165 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 9
[junit4] 2> 1999168 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6
(1626559211134517248)]} 0 1
[junit4] 2> 1999169 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211136614400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999169 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211136614400
[junit4] 2> 1999174 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d2d90fd[collection2_shard1_replica_n1] main]
[junit4] 2> 1999175 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999177 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@4d2d90fd[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743743}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743753}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743765}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_6(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1999177 INFO (qtp23640709-30554) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 8
[junit4] 2> 1999179 INFO (qtp23640709-30556) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7
(1626559211146051584)]} 0 0
[junit4] 2> 1999179 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1626559211147100160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1999179 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@56664a68
commitCommandVersion:1626559211147100160
[junit4] 2> 1999185 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@719bfd8[collection2_shard1_replica_n1] main]
[junit4] 2> 1999186 INFO (qtp23640709-30552) [n:127.0.0.1:44193_solr
c:collection2 s:shard1 r:core_node3 x:collection2_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1999187 INFO
(searcherExecutor-8822-thread-1-processing-n:127.0.0.1:44193_solr
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node3)
[n:127.0.0.1:44193_solr c:collection2 s:shard1 r:core_node3
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore
[collection2_shard1_replica_n1] Registered new searcher
Searcher@719bfd8[collection2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
java.vendor=Aleksey Shipilev, java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743713}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743722}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743733}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic,
timestamp=1551207743743}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Aleksey Shipilev,
java.version=12-testing,
java.vm.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
lucene.version=8.0.0, os.arch=amd64,
java.runtime.version=12-testing+0-builds.shipilev.net-openjdk-jdk12-b109-20190215-jdk-1229,
source=flush, os.version=4.18.0-15-generic, timest
[...truncated too long message...]
d-1) [ ] o.a.s.c.Overseer Overseer
(id=72108863992889350-127.0.0.1:44193_solr-n_0000000000) closing
[junit4] 2> 2042437 INFO (closeThreadPool-12468-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72108863992889350-127.0.0.1:44193_solr-n_0000000000) closing
[junit4] 2> 2042438 INFO (jetty-closer-12463-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3c8bd8c{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:०}
[junit4] 2> 2042438 INFO (jetty-closer-12463-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@192b257{/solr,null,UNAVAILABLE}
[junit4] 2> 2042439 INFO (jetty-closer-12463-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 2042440 INFO (jetty-closer-12463-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2042440 INFO (jetty-closer-12463-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@35df28fa: rootName =
solr_42397, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@1738edea
[junit4] 2> 2042440 INFO (jetty-closer-12463-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4140b060[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5fb86746[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 2042447 INFO (jetty-closer-12463-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1b4958ec{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:४२३९७}
[junit4] 2> 2042448 INFO (jetty-closer-12463-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@11f8217f{/solr,null,UNAVAILABLE}
[junit4] 2> 2042448 INFO (jetty-closer-12463-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 2042448 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 2042449 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> 11 /solr/collections/collection2/terms/shard1
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 4 /solr/configs/config
[junit4] 2> 3 /solr/security.json
[junit4] 2> 3 /solr/collections/collection2/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/collections/collection1/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 13 /solr/collections/collection2/state.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 2
/solr/collections/collection2/leader_elect/shard1/election/72108863992889350-core_node3-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72108863992889350-127.0.0.1:44193_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/collections
[junit4] 2> 6 /solr/live_nodes
[junit4] 2>
[junit4] 2> 2042450 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36621
[junit4] 2> 2042450 INFO
(SUITE-LeaderTragicEventTest-seed#[A7E28B6DA25F4F77]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36621
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-8.0-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_A7E28B6DA25F4F77-001
[junit4] 2> Feb 26, 2019 7:03:07 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{_root_=Lucene50(blocksize=128), id=FST50}, docValues:{},
maxPointsInLeafNode=1368, maxMBSortInHeap=6.729831351490763,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4dba62ca),
locale=ne-NP, timezone=Europe/Nicosia
[junit4] 2> NOTE: Linux 4.18.0-15-generic amd64/Aleksey Shipilev
12-testing (64-bit)/cpus=8,threads=1,free=100532520,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [CdcrOpsAndBoundariesTest,
MergeStrategyTest, TestSkipOverseerOperations, UnloadDistributedZkTest,
PingRequestHandlerTest, BlockDirectoryTest, NodeLostTriggerIntegrationTest,
HighlighterMaxOffsetTest, TestDefaultStatsCache, TestRecovery,
BaseCdcrDistributedZkTest, TestManagedSchemaAPI, TestDistributedMissingSort,
DistributedSuggestComponentTest, TestClassicSimilarityFactory, GraphQueryTest,
DocumentBuilderTest, CursorPagingTest, TestReloadDeadlock,
DistributedFacetPivotLongTailTest, SOLR749Test, TestStressLiveNodes,
TransactionLogTest, TestSolrConfigHandler, TestConfigSetsAPIZkFailure,
ShardRoutingTest, BasicZkTest, TestLocalFSCloudBackupRestore, HLLUtilTest,
TestCloudJSONFacetSKG, SortSpecParsingTest, UUIDFieldTest, TestNoOpRegenerator,
HdfsBasicDistributedZk2Test, ZookeeperStatusHandlerTest,
TestImplicitCoreProperties, TestDirectoryFactory, TestNumericRangeQuery64,
TestExclusionRuleCollectionAccess, CustomTermsComponentTest, JavabinLoaderTest,
LeaderElectionIntegrationTest, TestCollectionAPIs, MetricsHandlerTest,
OpenCloseCoreStressTest, CdcrVersionReplicationTest, TestGroupingSearch,
UtilsToolTest, SolrJmxReporterTest, HdfsThreadLeakTest, TestRebalanceLeaders,
TestBulkSchemaAPI, CollectionReloadTest, TestCloudConsistency,
DistributedUpdateProcessorTest, DeleteReplicaTest, TestClusterProperties,
TestSegmentSorting, TestCollectionAPI, ZkStateReaderTest,
TestSortableTextField, TestSolrJ, CollectionsAPISolrJTest,
TestReplicationHandler, ReplicaListTransformerTest,
TermVectorComponentDistributedTest, TestFaceting, TestLegacyField,
TestPKIAuthenticationPlugin, TestPerFieldSimilarityWithDefaultOverride,
DistributedQueryComponentOptimizationTest, TestRawResponseWriter,
HdfsRecoveryZkTest, XsltUpdateRequestHandlerTest, TriggerEventQueueTest,
RAMDirectoryFactoryTest, ConnectionManagerTest, SynonymTokenizerTest,
CoreAdminRequestStatusTest, CachingDirectoryFactoryTest, TestLegacyTerms,
SmileWriterTest, VersionInfoTest, TestDistributedStatsComponentCardinality,
TestStreamBody, TestSafeXMLParsing, TestSimGenericDistributedQueue,
PreAnalyzedUpdateProcessorTest, IndexSchemaRuntimeFieldTest,
TestCollapseQParserPlugin, TestSubQueryTransformer,
WrapperMergePolicyFactoryTest, CdcrUpdateLogTest, SimplePostToolTest,
HdfsChaosMonkeySafeLeaderTest, BlobRepositoryCloudTest, EchoParamsTest,
NumberUtilsTest, PeerSyncWithLeaderTest, DistributedExpandComponentTest,
TestCoreDiscovery, DocValuesTest, TestDistribDocBasedVersion,
TestStressReorder, TestXmlQParser, TestReloadAndDeleteDocs,
DeleteInactiveReplicaTest, TestFieldCacheSortRandom, TestJmxIntegration,
TestSimClusterStateProvider, TestConfigSetProperties,
TestPullReplicaErrorHandling, PeerSyncWithBufferUpdatesTest,
TestAnalyzeInfixSuggestions, TestSchemaResource,
BinaryUpdateRequestHandlerTest, NotRequiredUniqueKeyTest, InfixSuggestersTest,
TestTestInjection, TestRandomDVFaceting, TestSortByMinMaxFunction,
TestIndexingPerformance, RuleEngineTest, RangeFacetCloudTest,
AnalysisAfterCoreReloadTest, TestHighFrequencyDictionaryFactory,
BasicAuthStandaloneTest, FileBasedSpellCheckerTest,
UpdateRequestProcessorFactoryTest, TestIBSimilarityFactory,
AsyncCallRequestStatusResponseTest, CopyFieldTest, TestJettySolrRunner,
TestManagedResource, SimpleFacetsTest, StatsReloadRaceTest,
TestBackupRepositoryFactory, TestExactStatsCache, CollectionStateFormat2Test,
DistribDocExpirationUpdateProcessorTest, ForceLeaderTest,
FullSolrCloudDistribCmdsTest, HealthCheckHandlerTest,
HttpPartitionOnCommitTest, LeaderTragicEventTest]
[junit4] Completed [468/840 (2!)] on J0 in 47.81s, 2 tests, 1 error <<<
FAILURES!
[...truncated 43754 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/217/consoleText
[repro] Revision: ff9509a8df36d5c2111749c4c2bf186103d09ffc
[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line: ant test -Dtestcase=TestPKIAuthenticationPlugin
-Dtests.method=test -Dtests.seed=A7E28B6DA25F4F77 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=sl -Dtests.timezone=Etc/GMT+1
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=LeaderTragicEventTest
-Dtests.method=test -Dtests.seed=A7E28B6DA25F4F77 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=ne-NP -Dtests.timezone=Europe/Nicosia
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] LeaderTragicEventTest
[repro] TestPKIAuthenticationPlugin
[repro] ant compile-test
[...truncated 3577 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10
-Dtests.class="*.LeaderTragicEventTest|*.TestPKIAuthenticationPlugin"
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC"
-Dtests.seed=A7E28B6DA25F4F77 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ne-NP -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[...truncated 100 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.LeaderTragicEventTest
[repro] 0/5 failed: org.apache.solr.security.TestPKIAuthenticationPlugin
[repro] Exiting with code 0
[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]