Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7753/
Java: 64bit/jdk-12-ea+32 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for
collection=collection1
:DocCollection(collection1//collections/collection1/state.json/11)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:63286/solr",
"node_name":"127.0.0.1:63286_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:63285/solr",
"node_name":"127.0.0.1:63285_solr", "state":"recovering",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} Live
Nodes: [127.0.0.1:63285_solr, 127.0.0.1:63286_solr] Last available state:
DocCollection(collection1//collections/collection1/state.json/11)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:63286/solr",
"node_name":"127.0.0.1:63286_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{ "core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:63285/solr",
"node_name":"127.0.0.1:63285_solr", "state":"recovering",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/11)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:63286/solr",
"node_name":"127.0.0.1:63286_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:63285/solr",
"node_name":"127.0.0.1:63285_solr",
"state":"recovering",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:63285_solr, 127.0.0.1:63286_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/11)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:63286/solr",
"node_name":"127.0.0.1:63286_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:63285/solr",
"node_name":"127.0.0.1:63285_solr",
"state":"recovering",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([A36AFAFDEA0F5FA2:2B3EC52744F3325A]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:85)
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 14257 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\init-core-data-001
[junit4] 2> 1809751 WARN
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
[junit4] 2> 1809751 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1809753 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1809753 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1809755 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001
[junit4] 2> 1809755 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1809755 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1809755 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1809856 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:63274
[junit4] 2> 1809856 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63274
[junit4] 2> 1809856 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 63274
[junit4] 2> 1809861 INFO (zkConnectionManagerCallback-9643-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1809865 INFO (zkConnectionManagerCallback-9645-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1809867 INFO (zkConnectionManagerCallback-9647-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1809870 WARN (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1809870 WARN (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1809870 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1809870 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1809870 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1809870 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+32
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+32
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@21ff697f{/solr,null,AVAILABLE}
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1809872 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2053d0f8{/solr,null,AVAILABLE}
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5c5bec80{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:63286}
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@40affe60{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:63285}
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-1) [ ]
o.e.j.s.Server Started @1809908ms
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-2) [ ]
o.e.j.s.Server Started @1809908ms
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63285}
[junit4] 2> 1809873 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63286}
[junit4] 2> 1809874 ERROR (jetty-launcher-9648-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1809874 ERROR (jetty-launcher-9648-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-05T11:39:54.645976300Z
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1809874 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-05T11:39:54.645976300Z
[junit4] 2> 1809878 INFO (zkConnectionManagerCallback-9650-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1809878 INFO (zkConnectionManagerCallback-9652-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1809878 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1809878 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1809883 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
0x1002badf31b0004, likely client has closed socket
[junit4] 2> 1810141 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1810143 WARN (jetty-launcher-9648-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@58b9bb3d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1810149 WARN (jetty-launcher-9648-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@719ae34c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1810151 INFO (jetty-launcher-9648-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63274/solr
[junit4] 2> 1810153 INFO (zkConnectionManagerCallback-9658-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810157 INFO (zkConnectionManagerCallback-9660-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810261 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63286_solr
[junit4] 2> 1810262 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.c.Overseer Overseer
(id=72105620145897478-127.0.0.1:63286_solr-n_0000000000) starting
[junit4] 2> 1810270 INFO (zkConnectionManagerCallback-9667-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810272 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:63274/solr ready
[junit4] 2> 1810272 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63286_solr
[junit4] 2> 1810288 INFO
(OverseerStateUpdate-72105620145897478-127.0.0.1:63286_solr-n_0000000000)
[n:127.0.0.1:63286_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:63286_solr
[junit4] 2> 1810288 INFO
(OverseerStateUpdate-72105620145897478-127.0.0.1:63286_solr-n_0000000000)
[n:127.0.0.1:63286_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1810290 INFO (zkCallback-9666-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1810293 DEBUG
(OverseerAutoScalingTriggerThread-72105620145897478-127.0.0.1:63286_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:63286_solr]
[junit4] 2> 1810296 DEBUG (ScheduledTrigger-8994-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1 and last live nodes: 1
[junit4] 2> 1810300 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1810304 WARN (jetty-launcher-9648-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@64d102c7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1810308 WARN (jetty-launcher-9648-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6f1a7f5e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1810310 INFO (jetty-launcher-9648-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63274/solr
[junit4] 2> 1810311 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1810313 INFO (zkConnectionManagerCallback-9673-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810313 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
0x1002badf31b0008, likely client has closed socket
[junit4] 2> 1810316 INFO (zkConnectionManagerCallback-9676-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810321 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1810325 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:63285_solr as DOWN
[junit4] 2> 1810326 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1810326 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63285_solr
[junit4] 2> 1810327 INFO (zkCallback-9666-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1810327 INFO (zkCallback-9659-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1810327 INFO (zkCallback-9675-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1810349 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63286.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810361 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63286.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810361 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63286.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810362 INFO (jetty-launcher-9648-thread-2)
[n:127.0.0.1:63286_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node2\.
[junit4] 2> 1810363 INFO (zkConnectionManagerCallback-9683-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810366 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1810367 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:63274/solr ready
[junit4] 2> 1810367 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1810399 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63285.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810412 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63285.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810413 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63285.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1810415 INFO (jetty-launcher-9648-thread-1)
[n:127.0.0.1:63285_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node1\.
[junit4] 2> 1810505 INFO (zkConnectionManagerCallback-9689-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1810507 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1810509 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63274/solr ready
[junit4] 2> 1810561 INFO
(TEST-LeaderTragicEventTest.test-seed#[A36AFAFDEA0F5FA2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1810566 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1810577 INFO
(OverseerThreadFactory-8996-thread-1-processing-n:127.0.0.1:63286_solr)
[n:127.0.0.1:63286_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1810688 INFO
(OverseerStateUpdate-72105620145897478-127.0.0.1:63286_solr-n_0000000000)
[n:127.0.0.1:63286_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:63286/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1810690 INFO
(OverseerStateUpdate-72105620145897478-127.0.0.1:63286_solr-n_0000000000)
[n:127.0.0.1:63286_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:63285/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1810896 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1810896 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1810896 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1811295 DEBUG (ScheduledTrigger-8994-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2 and last live nodes: 1
[junit4] 2> 1811919 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1811929 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1811931 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1811931 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1811932 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63285.solr.core.collection1.shard1.replica_n2' (registry
'solr.core.collection1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1811932 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node1\collection1_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node1\.\collection1_shard1_replica_n2\data\]
[junit4] 2> 1811937 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1811961 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1811966 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1811966 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1811966 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_63286.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@3387508
[junit4] 2> 1811966 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node2\collection1_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001\tempDir-001\node2\.\collection1_shard1_replica_n1\data\]
[junit4] 2> 1812113 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1812113 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1812113 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1812113 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1812113 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@496fd784[collection1_shard1_replica_n1] main]
[junit4] 2> 1812113 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1812113 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1812113 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1812113 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1812132 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1812133 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1812133 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1812133 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1627165553489608704
[junit4] 2> 1812136 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@496fd784[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1812137 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1812137 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 1812176 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7828af53[collection1_shard1_replica_n2] main]
[junit4] 2> 1812197 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1812197 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1812198 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1812198 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1627165553557766144
[junit4] 2> 1812200 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_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> 1812201 INFO
(searcherExecutor-9008-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore
[collection1_shard1_replica_n2] Registered new searcher
Searcher@7828af53[collection1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1812209 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node3=0,
core_node4=0}, version=1}
[junit4] 2> 1812209 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 1812322 DEBUG (ScheduledTrigger-8994-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2 and last live nodes: 2
[junit4] 2> 1812702 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1812702 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1812702 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/
[junit4] 2> 1812703 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1
url=http://127.0.0.1:63286/solr START
replicas=[http://127.0.0.1:63285/solr/collection1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1812703 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1
url=http://127.0.0.1:63286/solr DONE. We have no versions. sync failed.
[junit4] 2> 1812707 INFO (qtp1440537530-28234) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.c.S.Request [collection1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1812707 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1812707 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_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> 1812707 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72105620145897478-core_node3-n_0000000000
[junit4] 2> 1812720 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 1812830 INFO (zkCallback-9659-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1812834 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1812839 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_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=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1943
[junit4] 2> 1812945 INFO (zkCallback-9659-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1812945 INFO (zkCallback-9659-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813229 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_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=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2334
[junit4] 2> 1813235 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_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> 1813325 DEBUG (ScheduledTrigger-8994-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2 and last live nodes: 2
[junit4] 2> 1813341 INFO (zkCallback-9675-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813341 INFO (zkCallback-9675-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813341 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2776
[junit4] 2> 1813341 INFO
(TEST-LeaderTragicEventTest.test-seed#[A36AFAFDEA0F5FA2]) [ ]
o.a.s.c.LeaderTragicEventTest Corrupt leader :
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:63286/solr","node_name":"127.0.0.1:63286_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 1813341 INFO (zkCallback-9659-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813341 INFO (zkCallback-9659-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813359 INFO (zkCallback-9675-thread-2) [ ]
o.a.s.c.RecoveringCoreTermWatcher Start recovery on core_node4 because core's
term is less than leader's term
[junit4] 2> 1813359 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node3=1,
core_node4=0}, version=2}
[junit4] 2> 1813359 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0
(1627165554767822848)]} 0 7
[junit4] 2> 1813361 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554777260032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813361 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554777260032
[junit4] 2> 1813361 INFO (updateExecutor-9669-thread-1)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1813368 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1813368 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy startupVersions is
empty
[junit4] 2> 1813368 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6f1a94ca[collection1_shard1_replica_n1] main]
[junit4] 2> 1813368 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@6f1a94ca[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813368 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813368 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 16
[junit4] 2> 1813377 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr
path=/admin/ping params={wt=javabin&version=2} hits=1 status=0 QTime=0
[junit4] 2> 1813377 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1813378 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n2]
[junit4] 2> 1813379 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1813379 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n2] as recovering, leader is
[http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/] and I am
[http://127.0.0.1:63285/solr/collection1_shard1_replica_n2/]
[junit4] 2> 1813383 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1
(1627165554796134400)]} 0 3
[junit4] 2> 1813383 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554800328704,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813383 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554800328704
[junit4] 2> 1813386 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ba0ca3a[collection1_shard1_replica_n1] main]
[junit4] 2> 1813386 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@5ba0ca3a[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813386 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813386 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 5
[junit4] 2> 1813400 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to
Terms{values={core_node4_recovering=0, core_node3=1, core_node4=1}, version=3}
[junit4] 2> 1813400 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2
(1627165554803474432)]} 0 11
[junit4] 2> 1813400 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554818154496,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813400 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554818154496
[junit4] 2> 1813400 INFO
(recoveryExecutor-9671-thread-1-processing-n:127.0.0.1:63285_solr
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:63285_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:63286/solr]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n1&nodeName=127.0.0.1:63285_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1813405 INFO (qtp1392576556-28237) [n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for
coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader:
true, onlyIfLeaderActive: true
[junit4] 2> 1813405 INFO (qtp1392576556-28237) [n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard1,
thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=active,
localState=active, nodeName=127.0.0.1:63285_solr, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:63285/solr","node_name":"127.0.0.1:63285_solr","state":"active","type":"NRT","force_set_state":"false"}
[junit4] 2> 1813409 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7230ffaa[collection1_shard1_replica_n1] main]
[junit4] 2> 1813410 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@7230ffaa[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813410 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813410 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 10
[junit4] 2> 1813421 INFO (qtp1440537530-28234) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[3
(1627165554831785984)]} 0 1
[junit4] 2> 1813421 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3
(1627165554831785984)]} 0 7
[junit4] 2> 1813422 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554841223168,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813422 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554841223168
[junit4] 2> 1813431 INFO (qtp1440537530-28235) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813431 INFO (qtp1440537530-28235) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813431 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@40579165[collection1_shard1_replica_n1] main]
[junit4] 2> 1813434 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813435 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@40579165[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998194}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813435 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 14
[junit4] 2> 1813443 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[4
(1627165554863243264)]} 0 0
[junit4] 2> 1813443 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4
(1627165554863243264)]} 0 4
[junit4] 2> 1813443 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554863243265,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813443 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554863243265
[junit4] 2> 1813443 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813443 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813457 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@61db0ce5[collection1_shard1_replica_n1] main]
[junit4] 2> 1813457 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@61db0ce5[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998194}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998225}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813457 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813457 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 10
[junit4] 2> 1813465 INFO (qtp1440537530-28228) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[5
(1627165554884214784)]} 0 0
[junit4] 2> 1813465 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5
(1627165554884214784)]} 0 2
[junit4] 2> 1813467 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554888409088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813467 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554888409088
[junit4] 2> 1813467 INFO (qtp1440537530-28230) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813467 INFO (qtp1440537530-28230) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813467 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5d81beb5[collection1_shard1_replica_n1] main]
[junit4] 2> 1813467 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813472 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@5d81beb5[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998194}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998225}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998238}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813473 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 5
[junit4] 2> 1813478 INFO (qtp1440537530-28234) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[6
(1627165554898894848)]} 0 0
[junit4] 2> 1813479 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6
(1627165554898894848)]} 0 2
[junit4] 2> 1813479 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554900992000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813479 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554900992000
[junit4] 2> 1813480 INFO (qtp1440537530-28235) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813480 INFO (qtp1440537530-28235) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813482 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7701b165[collection1_shard1_replica_n1] main]
[junit4] 2> 1813482 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813483 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@7701b165[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998194}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998225}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998238}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_6(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998252}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813483 INFO (qtp1392576556-28236) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 4
[junit4] 2> 1813494 INFO (qtp1440537530-28233) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[7
(1627165554910429184)]} 0 0
[junit4] 2> 1813495 INFO (qtp1392576556-28239) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7
(1627165554910429184)]} 0 6
[junit4] 2> 1813495 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554917769216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813495 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554917769216
[junit4] 2> 1813495 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813495 INFO (qtp1440537530-28227) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813498 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4205e2fa[collection1_shard1_replica_n1] main]
[junit4] 2> 1813498 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1813500 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@4205e2fa[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998156}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_2(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998177}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_3(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998194}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_4(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998225}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_5(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998238}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_6(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998252}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_7(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, java.version=12, java.vm.version=12+32, lucene.version=9.0.0,
os.arch=amd64, java.runtime.version=12+32, source=flush, os.version=10.0,
timestamp=1551785998267}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1813501 INFO (qtp1392576556-28229) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 5
[junit4] 2> 1813505 INFO (qtp1440537530-28228) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[8
(1627165554926157824)]} 0 0
[junit4] 2> 1813505 INFO (qtp1392576556-28231) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update params={wt=javabin&version=2}{add=[8
(1627165554926157824)]} 0 2
[junit4] 2> 1813506 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627165554929303552,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1813506 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@7b736b2e
commitCommandVersion:1627165554929303552
[junit4] 2> 1813506 INFO (qtp1440537530-28230) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 1813506 INFO (qtp1440537530-28230) [n:127.0.0.1:63285_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63286/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1813507 INFO (zkCallback-9659-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813507 INFO (zkCallback-9659-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813508 INFO (watches-9661-thread-1) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1_shard1_replica_n1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:63285_solr,
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:63285/solr","node_name":"127.0.0.1:63285_solr","state":"recovering","type":"NRT","force_set_state":"false"}
[junit4] 2> 1813508 INFO (qtp1392576556-28237) [n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:63285_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=103
[junit4] 2> 1813509 INFO (zkCallback-9675-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813509 INFO (zkCallback-9675-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1813513 INFO (qtp1392576556-28232) [n:127.0.0.1:63286_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6920b084[collection1_shard1_replica_n1] main]
[junit4] 2> 1813515 INFO
(searcherExecutor-9009-thread-1-processing-n:127.0.0.1:63286_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3)
[n:127.0.0.1:63286_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@6920b084[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=12, java.vm.version=12+32,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=12+32, source=flush,
os.version=10.0,
timestamp=1551785998132}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_1(9.0.0):C1:[diagnostics={os=Windows 10, java.vendor=Oracle
Corporation, j
[...truncated too long message...]
ping recovery for core=[collection2_shard1_replica_n1] coreNodeName=[core_node3]
[junit4] 2> 1869052 INFO (jetty-closer-9722-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72105620145897486-127.0.0.1:63285_solr-n_0000000002) closing
[junit4] 2> 1869052 INFO (jetty-closer-9722-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@59754f7b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:63285}
[junit4] 2> 1869052 INFO (jetty-closer-9722-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@115a51be{/solr,null,UNAVAILABLE}
[junit4] 2> 1869052 INFO (jetty-closer-9722-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1869057 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 1869058 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
0x1002badf31b0000, likely client has closed socket
[junit4] 2> 1869059 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/collection1/terms/shard1
[junit4] 2> 11 /solr/collections/collection2/terms/shard1
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 5 /solr/configs/config
[junit4] 2> 4 /solr/collections/collection2/state.json
[junit4] 2> 3 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/collections/collection1/state.json
[junit4] 2> 14 /solr/collections/collection2/state.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 2
/solr/collections/collection2/leader_elect/shard1/election/72105620145897478-core_node4-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72105620145897478-127.0.0.1:63286_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> 1869061 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63274
[junit4] 2> 1869061 INFO
(SUITE-LeaderTragicEventTest-seed#[A36AFAFDEA0F5FA2]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 63274
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.LeaderTragicEventTest_A36AFAFDEA0F5FA2-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1c961b2b),
locale=lt, timezone=Africa/Maseru
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 12
(64-bit)/cpus=3,threads=1,free=133342704,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestClusterProperties,
SliceStateTest, TestValueSourceCache, TestCloudPhrasesIdentificationComponent,
DistributedFacetPivotLongTailTest, TestCloudJSONFacetJoinDomain,
TestSolrQueryResponse, SuggesterWFSTTest, BlockJoinFacetRandomTest,
SparseHLLTest, CdcrRequestHandlerTest, XmlUpdateRequestHandlerTest, TestJoin,
TestSimNodeLostTrigger, ReturnFieldsTest, TestConfig, TestDistributedSearch,
HighlighterMaxOffsetTest, CoreMergeIndexesAdminHandlerTest,
TestSurroundQueryParser, SchemaApiFailureTest,
TestOverriddenPrefixQueryForCustomFieldType, DirectSolrConnectionTest,
TestPartialUpdateDeduplication, TestNumericTerms64, TestSimLargeCluster,
DateFieldTest, CoreSorterTest, MaxSizeAutoCommitTest, TestAnalyzedSuggestions,
WrapperMergePolicyFactoryTest, HdfsTlogReplayBufferedWhileIndexingTest,
ExplicitHLLTest, AlternateDirectoryTest, TestSha256AuthenticationProvider,
LeaderElectionIntegrationTest, SolrPluginUtilsTest, SaslZkACLProviderTest,
TestSimComputePlanAction, DeleteNodeTest, TestIndexSearcher,
HdfsWriteToMultipleCollectionsTest, BadCopyFieldTest, ForceLeaderTest,
TlogReplayBufferedWhileIndexingTest, SuggesterTSTTest,
TestSchemaVersionResource, NodeMarkersRegistrationTest, TestRTimerTree,
CustomCollectionTest, TestMultiValuedNumericRangeQuery,
BigEndianAscendingWordSerializerTest, TestRecoveryHdfs,
TermVectorComponentDistributedTest, TestQueryTypes, TestPrepRecovery,
OpenExchangeRatesOrgProviderTest, DistributedDebugComponentTest,
HdfsBasicDistributedZk2Test, CachingDirectoryFactoryTest, DistanceUnitsTest,
GraphQueryTest, TestRangeQuery, ZkFailoverTest, TestUniqueKeyFieldResource,
IndexBasedSpellCheckerTest, JWTAuthPluginIntegrationTest, CleanupOldIndexTest,
CreateCollectionCleanupTest, TestEmbeddedSolrServerAdminHandler,
RequestHandlersTest, BasicAuthIntegrationTest, ExitableDirectoryReaderTest,
TestAddFieldRealTimeGet, TestAuthenticationFramework,
TestEmbeddedSolrServerSchemaAPI, MBeansHandlerTest, DocValuesTest,
SystemInfoHandlerTest, SolrMetricsIntegrationTest, TestExtendedDismaxParser,
RecoveryZkTest, TimeZoneUtilsTest, CdcrWithNodesRestartsTest,
TestPerFieldSimilarityWithDefaultOverride, TestDynamicFieldResource,
TestCrossCoreJoin, TestTolerantUpdateProcessorRandomCloud,
SolrIndexMetricsTest, TestCollectionAPIs, MoreLikeThisHandlerTest,
TestCloudDeleteByQuery, DistributedSpellCheckComponentTest,
ClassificationUpdateProcessorFactoryTest, ProtectedTermFilterFactoryTest,
QueryResultKeyTest, TestSolrFieldCacheBean, TestSolrXml,
DocExpirationUpdateProcessorFactoryTest, TestJsonFacetRefinement,
TestDistributedGrouping, OutOfBoxZkACLAndCredentialsProvidersTest,
TestHashPartitioner, TestGroupingSearch, RequestLoggingTest,
HdfsRecoveryZkTest, TestRandomRequestDistribution, SortSpecParsingTest,
V2ApiIntegrationTest, TestPostingsSolrHighlighter, TestQuerySenderNoQuery,
TestTestInjection, TestInPlaceUpdatesRequiredField,
TestSolrCloudWithDelegationTokens, SearchRateTriggerTest, TestExportWriter,
RegexBoostProcessorTest, VersionInfoTest, MigrateRouteKeyTest,
RollingRestartTest, TestJavabinTupleStreamParser, TestSimExtremeIndexing,
ScheduledMaintenanceTriggerTest, TestNumericRangeQuery64,
TestGeoJSONResponseWriter, TestMinMaxOnMultiValuedField, TestCSVResponseWriter,
TestFieldSortValues, TestLFUCache,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, HdfsDirectoryTest,
QueryParsingTest, TestSegmentSorting, TestMinHashQParser,
OpenCloseCoreStressTest, HdfsChaosMonkeyNothingIsSafeTest, TestSchemaResource,
LegacyCloudClusterPropTest, TestPhraseSuggestions, TestInitParams,
TestPayloadScoreQParserPlugin, ShowFileRequestHandlerTest,
TestMaxTokenLenTokenizer, WordBreakSolrSpellCheckerTest,
TestCloudPseudoReturnFields, TestDynamicLoading, AdminHandlersProxyTest,
MoveReplicaHDFSFailoverTest, CdcrOpsAndBoundariesTest,
TestImplicitCoreProperties, TestRestoreCore, DistributedVersionInfoTest,
TestReplicaProperties, ClusterStateTest, SortByFunctionTest, SolrCoreTest,
TestCoreAdminApis, SpellCheckComponentTest, CollectionsAPISolrJTest,
AutoScalingHandlerTest, TermsComponentTest, DirectUpdateHandlerTest,
DistributedMLTComponentTest, EchoParamsTest, PKIAuthenticationIntegrationTest,
TestFileDictionaryLookup, ChaosMonkeySafeLeaderWithPullReplicasTest,
TestPivotHelperCode, TestFieldTypeResource, TestScoreJoinQPScore,
SolrCloudExampleTest, TestDistribDocBasedVersion,
TestLMJelinekMercerSimilarityFactory, ConvertedLegacyTest,
MetricTriggerIntegrationTest, SolrRequestParserTest, TestLegacyNumericUtils,
CdcrUpdateLogTest, HealthCheckHandlerTest,
DistributedQueryComponentOptimizationTest, NumberUtilsTest,
TestShardHandlerFactory, ZkCLITest, PreAnalyzedFieldManagedSchemaCloudTest,
TestUpdate, AnalysisAfterCoreReloadTest, TestSolrCLIRunExample,
DeleteInactiveReplicaTest, ResponseLogComponentTest, TestIntervalFaceting,
TestCloudRecovery2, EmbeddedSolrNoSerializeTest, TestSearcherReuse,
UUIDFieldTest, RuleEngineTest, AnalyticsQueryTest, TestMultiWordSynonyms,
TestSolrConfigHandler, TestStressRecovery, CoreAdminCreateDiscoverTest,
TestLegacyField, DistribCursorPagingTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, QueryElevationComponentTest,
TestPolicyCloud, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest,
OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test,
TestRandomFaceting, TestSimpleTrackingShardHandler, TestTrie,
TestDeprecatedFilters, TestReversedWildcardFilterFactory, TokenizerChainTest,
TestLuceneIndexBackCompat, ActionThrottleTest, AddReplicaTest,
AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest,
BasicDistributedZk2Test, BasicZkTest, ChaosMonkeyNothingIsSafeTest,
CollectionStateFormat2Test, ConfigSetsAPITest, ConnectionManagerTest,
DeleteStatusTest, DistributedQueueTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, LeaderTragicEventTest]
[junit4] Completed [463/844 (1!)] on J0 in 60.48s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 43832 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7753/consoleText
[repro] Revision: 7bfe7b265a4091048707e782657f622e937b6e70
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr\core
[repro] LeaderTragicEventTest
[repro] ant compile-test
[...truncated 3592 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.LeaderTragicEventTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=A36AFAFDEA0F5FA2
-Dtests.slow=true -Dtests.locale=lt -Dtests.timezone=Africa/Maseru
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
[...truncated 78 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.LeaderTragicEventTest
[repro] Exiting with code 0
[...truncated 78 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]