Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1634/
1 tests failed.
FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
Error Message:
Expected a collection with one shard and two replicas Timeout waiting to see
state for collection=MissingSegmentRecoveryTest
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6
)={ "pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"node_name":"127.0.0.1:39051_solr",
"base_url":"https://127.0.0.1:39051/solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"node_name":"127.0.0.1:33031_solr",
"base_url":"https://127.0.0.1:33031/solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"} Live
Nodes: [127.0.0.1:33031_solr, 127.0.0.1:39051_solr] Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6
)={ "pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"node_name":"127.0.0.1:39051_solr",
"base_url":"https://127.0.0.1:39051/solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"node_name":"127.0.0.1:33031_solr",
"base_url":"https://127.0.0.1:33031/solr", "state":"down",
"type":"NRT", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
Timeout waiting to see state for collection=MissingSegmentRecoveryTest
:DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6
)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"node_name":"127.0.0.1:39051_solr",
"base_url":"https://127.0.0.1:39051/solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"node_name":"127.0.0.1:33031_solr",
"base_url":"https://127.0.0.1:33031/solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33031_solr, 127.0.0.1:39051_solr]
Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/6
)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"node_name":"127.0.0.1:39051_solr",
"base_url":"https://127.0.0.1:39051/solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"node_name":"127.0.0.1:33031_solr",
"base_url":"https://127.0.0.1:33031/solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([6AAB90920BC6BE58:3AFE089152E70845]:0)
at org.junit.Assert.fail(Assert.java:89)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:336)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:313)
at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14990 lines...]
[junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
[junit4] 2> 1266128 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 1266128 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/data-dir-138-001
[junit4] 2> 1266128 WARN
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
[junit4] 2> 1266128 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1266130 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 1266130 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1266131 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001
[junit4] 2> 1266131 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1266131 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1266131 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1266132 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1266231 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port: 36903
[junit4] 2> 1266231 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36903
[junit4] 2> 1266231 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36903
[junit4] 2> 1266231 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36903
[junit4] 2> 1266233 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266237 INFO (zkConnectionManagerCallback-10829-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266237 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266243 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266244 INFO (zkConnectionManagerCallback-10831-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266244 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266245 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266245 INFO (zkConnectionManagerCallback-10833-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266245 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266247 WARN
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker-SendThread(127.0.0.1:36903))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x1038893d1e30002.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30002, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30002, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1266351 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git:
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1266352 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1266352 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1266352 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1266352 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e086164{/solr,null,AVAILABLE}
[junit4] 2> 1266354 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1266354 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1266354 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1266357 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42b1d454{/solr,null,AVAILABLE}
[junit4] 2> 1266358 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@73e627c0{SSL, (ssl,
http/1.1)}{127.0.0.1:39051}
[junit4] 2> 1266358 INFO (jetty-launcher-10834-thread-2) [ ]
o.e.j.s.Server Started @1266387ms
[junit4] 2> 1266358 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:36903/solr, hostPort=39051}
[junit4] 2> 1266358 ERROR (jetty-launcher-10834-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1266358 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1266359 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1266359 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1266359 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1266359 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-02-24T01:28:17.528Z
[junit4] 2> 1266360 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266360 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@25ef9ead{SSL, (ssl,
http/1.1)}{127.0.0.1:33031}
[junit4] 2> 1266360 INFO (jetty-launcher-10834-thread-1) [ ]
o.e.j.s.Server Started @1266389ms
[junit4] 2> 1266360 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:36903/solr, hostPort=33031}
[junit4] 2> 1266361 ERROR (jetty-launcher-10834-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1266361 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1266361 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.9.0
[junit4] 2> 1266361 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1266361 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1266361 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-02-24T01:28:17.530Z
[junit4] 2> 1266365 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266365 INFO (zkConnectionManagerCallback-10836-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266365 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266366 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1266366 INFO (zkConnectionManagerCallback-10838-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266366 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266369 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1266370 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1266371 WARN
(jetty-launcher-10834-thread-2-SendThread(127.0.0.1:36903)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1038893d1e30003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1266373 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1266672 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1266673 WARN (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1266673 WARN (jetty-launcher-10834-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@634fef19[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1266673 WARN (jetty-launcher-10834-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@634fef19[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1266675 WARN (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1266676 WARN (jetty-launcher-10834-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@686174a3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1266676 WARN (jetty-launcher-10834-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@686174a3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1266677 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36903/solr
[junit4] 2> 1266678 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1266679 INFO (zkConnectionManagerCallback-10852-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266679 INFO (jetty-launcher-10834-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1266680 WARN
(jetty-launcher-10834-thread-2-SendThread(127.0.0.1:36903)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1038893d1e30005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1266818 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1266821 INFO (zkConnectionManagerCallback-10854-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1266821 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1266906 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39051_solr
[junit4] 2> 1266906 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.Overseer Overseer
(id=73052187430944774-127.0.0.1:39051_solr-n_0000000000) starting
[junit4] 2> 1266912 INFO
(OverseerStateUpdate-73052187430944774-127.0.0.1:39051_solr-n_0000000000)
[n:127.0.0.1:39051_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:39051_solr
[junit4] 2> 1266912 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39051_solr
[junit4] 2> 1266916 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1266916 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1266916 WARN (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1266941 INFO (jetty-launcher-10834-thread-2)
[n:127.0.0.1:39051_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node2
[junit4] 2> 1267153 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1267153 WARN (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1267160 WARN (jetty-launcher-10834-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7e60033[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1267160 WARN (jetty-launcher-10834-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7e60033[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1267163 WARN (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1267169 WARN (jetty-launcher-10834-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5ffdbf65[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1267169 WARN (jetty-launcher-10834-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5ffdbf65[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1267171 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36903/solr
[junit4] 2> 1267204 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1267207 INFO (zkConnectionManagerCallback-10872-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1267207 INFO (jetty-launcher-10834-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1267333 WARN
(jetty-launcher-10834-thread-1-SendThread(127.0.0.1:36903)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1038893d1e30007.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30007, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30007, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1267438 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1267440 INFO (zkConnectionManagerCallback-10874-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1267440 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1267450 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1267454 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33031_solr as DOWN
[junit4] 2> 1267455 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1267455 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33031_solr
[junit4] 2> 1267462 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1267463 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1267463 WARN (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1267465 INFO (zkCallback-10873-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1267475 INFO (jetty-launcher-10834-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1
[junit4] 2> 1267482 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
[junit4] 2> 1267483 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1267485 INFO (zkConnectionManagerCallback-10885-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1267485 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1267488 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1267490 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36903/solr ready
[junit4] 2> 1267518 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
[junit4] 2> 1267558 INFO
(OverseerThreadFactory-10861-thread-1-processing-n:127.0.0.1:39051_solr)
[n:127.0.0.1:39051_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
MissingSegmentRecoveryTest
[junit4] 2> 1267676 INFO
(OverseerStateUpdate-73052187430944774-127.0.0.1:39051_solr-n_0000000000)
[n:127.0.0.1:39051_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:39051_solr",
[junit4] 2> "base_url":"https://127.0.0.1:39051/solr",
[junit4] 2> "collection":"MissingSegmentRecoveryTest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1267678 INFO
(OverseerStateUpdate-73052187430944774-127.0.0.1:39051_solr-n_0000000000)
[n:127.0.0.1:39051_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
[junit4] 2> "node_name":"127.0.0.1:33031_solr",
[junit4] 2> "base_url":"https://127.0.0.1:33031/solr",
[junit4] 2> "collection":"MissingSegmentRecoveryTest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1267894 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation
core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1267895 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1267921 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.9.0
[junit4] 2> 1267941 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation
core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1267948 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema
name=minimal
[junit4] 2> 1267948 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 1267949 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration
from configset conf, trusted=true
[junit4] 2> 1267949 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica_n1/data/]
[junit4] 2> 1267953 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.9.0
[junit4] 2> 1267962 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema
name=minimal
[junit4] 2> 1267962 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 1267962 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration
from configset conf, trusted=true
[junit4] 2> 1267963 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/]
[junit4] 2> 1268003 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1268003 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1268004 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1268004 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1268006 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1268006 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1268008 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1268008 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1268008 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1268008 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1268008 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000 ms
[junit4] 2> 1268008 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1692538082874621952
[junit4] 2> 1268010 INFO
(searcherExecutor-10887-thread-1-processing-n:127.0.0.1:39051_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest
s:shard1 r:core_node3) [n:127.0.0.1:39051_solr c:MissingSegmentRecoveryTest
s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new
searcher autowarm time: 0 ms
[junit4] 2> 1268011 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1268011 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1268011 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000 ms
[junit4] 2> 1268012 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1692538082878816256
[junit4] 2> 1268017 INFO
(searcherExecutor-10889-thread-1-processing-n:127.0.0.1:33031_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest
s:shard1 r:core_node4) [n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest
s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ]
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new
searcher autowarm time: 0 ms
[junit4] 2> 1268023 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/MissingSegmentRecoveryTest/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 1268023 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/MissingSegmentRecoveryTest/leaders/shard1
[junit4] 2> 1268025 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/MissingSegmentRecoveryTest/terms/shard1 to
Terms{values={core_node3=0, core_node4=0}, version=1}
[junit4] 2> 1268026 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/MissingSegmentRecoveryTest/leaders/shard1
[junit4] 2> 1268028 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1268028 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1268028 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync
replicas to
https://127.0.0.1:39051/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
[junit4] 2> 1268029 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica_n1
url=https://127.0.0.1:39051/solr START
replicas=[https://127.0.0.1:33031/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1268029 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica_n1
url=https://127.0.0.1:39051/solr DONE. We have no versions. sync failed.
[junit4] 2> 1268042 INFO (qtp790099421-18491) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.S.Request
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1268043 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1268043 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_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> 1268043 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/MissingSegmentRecoveryTest/leaders/shard1/leader after winning as
/collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/73052187430944774-core_node3-n_0000000000
[junit4] 2> 1268046 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:39051/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
shard1
[junit4] 2> 1268148 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268149 INFO (zkCallback-10853-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268149 INFO (zkCallback-10853-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268153 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 1268158 INFO (qtp2032028848-18481) [n:127.0.0.1:39051_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=264
[junit4] 2> 1268257 INFO (zkCallback-10853-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268257 INFO (zkCallback-10853-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268257 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1268258 INFO (zkCallback-10853-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269036 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1098
[junit4] 2> 1269039 INFO (qtp2032028848-18478) [n:127.0.0.1:39051_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> 1269135 INFO (zkCallback-10873-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269135 INFO (zkCallback-10853-thread-5) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269135 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269135 INFO (zkCallback-10853-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269135 INFO (zkCallback-10873-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269135 INFO (zkCallback-10853-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1269136 INFO (qtp2032028848-18478) [n:127.0.0.1:39051_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=1586
[junit4] 2> 1269136 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.SolrCloudTestCase waitForState (MissingSegmentRecoveryTest):
Expected a collection with one shard and two replicas
[junit4] 2> 1269138 INFO (watches-10882-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1269138 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1269139 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1269139 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1269146 INFO (qtp2032028848-18482) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ] o.a.s.c.ZkShardTerms
Successful update of terms at
/collections/MissingSegmentRecoveryTest/terms/shard1 to
Terms{values={core_node3=1, core_node4=1}, version=2}
[junit4] 2> 1269188 INFO (qtp790099421-18491) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:39051/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
(1692538084064755712), 1 (1692538084066852864), 2 (1692538084066852865), 3
(1692538084067901440), 4 (1692538084067901441), 5 (1692538084067901442), 6
(1692538084067901443), 7 (1692538084067901444), 8 (1692538084067901445), 9
(1692538084067901446)]} 0 3
[junit4] 2> 1269189 INFO (qtp2032028848-18482) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0 (1692538084064755712), 1
(1692538084066852864), 2 (1692538084066852865), 3 (1692538084067901440), 4
(1692538084067901441), 5 (1692538084067901442), 6 (1692538084067901443), 7
(1692538084067901444), 8 (1692538084067901445), 9 (1692538084067901446)]} 0 47
[junit4] 2> 1269253 INFO
(searcherExecutor-10887-thread-1-processing-n:127.0.0.1:39051_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest
s:shard1 r:core_node3) [n:127.0.0.1:39051_solr c:MissingSegmentRecoveryTest
s:shard1 r:core_node3 x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n1] Registered new
searcher autowarm time: 0 ms
[junit4] 2> 1269253 INFO
(searcherExecutor-10889-thread-1-processing-n:127.0.0.1:33031_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest
s:shard1 r:core_node4) [n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest
s:shard1 r:core_node4 x:MissingSegmentRecoveryTest_shard1_replica_n2 ]
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] Registered new
searcher autowarm time: 0 ms
[junit4] 2> 1269254 INFO (qtp790099421-18490) [n:127.0.0.1:33031_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39051/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 60
[junit4] 2> 1269255 INFO (qtp2032028848-18479) [n:127.0.0.1:39051_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n1] webapp=/solr path=/update
params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 65
[junit4] 2> 1269257 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1151521147
[junit4] 2> 1269257 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:33031_solr
[junit4] 2> 1269258 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 1269258 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:33031_solr as DOWN
[junit4] 2> 1269261 INFO (coreCloseExecutor-10901-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@23f8c790
[junit4] 2> 1269261 INFO (coreCloseExecutor-10901-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2
tag=SolrCore@23f8c790
[junit4] 2> 1269261 INFO (coreCloseExecutor-10901-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader
tag=SolrCore@23f8c790
[junit4] 2> 1269262 INFO (coreCloseExecutor-10901-thread-1)
[n:127.0.0.1:33031_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() ... SKIPPED (unnecessary).
[junit4] 2> 1269263 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 1269263 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 1269263 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 1269264 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster tag=null
[junit4] 2> 1269266 WARN
(jetty-launcher-10834-thread-1-SendThread(127.0.0.1:36903)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1038893d1e30008.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30008, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30008, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1269266 INFO (zkCallback-10853-thread-4) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1269269 INFO (zkCallback-10884-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1269361 INFO (zkCallback-10853-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1269361 INFO (zkCallback-10853-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1269361 INFO (zkCallback-10853-thread-5) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1269361 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1269369 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.AbstractConnector Stopped ServerConnector@25ef9ead{SSL, (ssl,
http/1.1)}{127.0.0.1:0}
[junit4] 2> 1269370 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@42b1d454{/solr,null,STOPPED}
[junit4] 2> 1269370 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1269370 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding
port=33031)
[junit4] 2> 1269372 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 33031 try number
2 ...
[junit4] 2> 1269372 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z;
git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
[junit4] 2> 1269372 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1269372 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1269372 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1269373 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@29705701{/solr,null,AVAILABLE}
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.AbstractConnector Started ServerConnector@62d5116a{SSL, (ssl,
http/1.1)}{127.0.0.1:33031}
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.s.Server Started @1269403ms
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:36903/solr, hostPort=33031}
[junit4] 2> 1269375 ERROR
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.9.0
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
[junit4] 2> 1269375 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-02-24T01:28:20.544Z
[junit4] 2> 1269376 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1269376 INFO (zkConnectionManagerCallback-10905-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1269377 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1269377 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1269381 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1269560 INFO
(OverseerCollectionConfigSetProcessor-73052187430944774-127.0.0.1:39051_solr-n_0000000000)
[n:127.0.0.1:39051_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1269876 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1269877 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1269877 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.u.s.S.config Trusting all certificates configured for
Client@151156cf[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1269877 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for Client@151156cf[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1269880 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1269881 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.u.s.S.config Trusting all certificates configured for
Client@175feaaa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1269881 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured
for Client@175feaaa[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1269882 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36903/solr
[junit4] 2> 1269883 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1269884 INFO (zkConnectionManagerCallback-10916-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1269884 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58]) [
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1269989 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1269990 INFO (zkConnectionManagerCallback-10918-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1269990 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1269998 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1270002 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33031_solr as DOWN
[junit4] 2> 1270003 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1270003 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33031_solr
[junit4] 2> 1270004 INFO (zkCallback-10853-thread-5) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1270004 INFO (zkCallback-10884-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1270006 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1270007 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1270009 INFO (zkCallback-10917-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1270024 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1
[junit4] 2> 1270024 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[6AAB90920BC6BE58])
[n:127.0.0.1:33031_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[MissingSegmentRecoveryTest_shard1_replica_n2]
[junit4] 2> 1270039 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.9.0
[junit4] 2> 1270066 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1270066 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 1270083 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.9.0
[junit4] 2> 1270093 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema
name=minimal
[junit4] 2> 1270094 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 1270094 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration
from configset conf, trusted=true
[junit4] 2> 1270094 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/]
[junit4] 2> 1270105 INFO (zkCallback-10853-thread-5) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1270105 INFO (zkCallback-10853-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1270105 INFO (zkCallback-10853-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1270105 INFO (zkCallback-10853-thread-4) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1270147 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1270147 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1270149 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1270149 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1270152 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@d7b7ece
[junit4] 2> 1270152 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2
tag=SolrCore@d7b7ece
[junit4] 2> 1270152 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader
tag=SolrCore@d7b7ece
[junit4] 2> 1270152 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.u.DirectUpdateHandler2 Committing on
IndexWriter.close() ... SKIPPED (unnecessary).
[junit4] 2> 1270164 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.CoreContainer Found active leader, will
attempt to create fresh core and recover.
[junit4] 2> 1270164 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.SolrCore Updating index properties...
index=index.20210224075821333
[junit4] 2> 1270171 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkShardTerms Successful update of terms
at /collections/MissingSegmentRecoveryTest/terms/shard1 to
Terms{values={core_node3=1, core_node4=0}, version=3}
[junit4] 2> 1270172 INFO
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/]
[junit4] 2> 1270175 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up
under
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/
afterReload=false
[junit4] 2> 1270180 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Deleted old index directory:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/index.20210224075821333
[junit4] 2> 1270181 ERROR
(coreLoadExecutor-10924-thread-1-processing-n:127.0.0.1:33031_solr)
[n:127.0.0.1:33031_solr ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
[junit4] 2> => java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/index.20210224075821333/write.lock
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
[junit4] 2> java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/index.20210224075821333/write.lock
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
~[?:?]
[junit4] 2> at
sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
~[?:?]
[junit4] 2> at java.nio.file.Files.readAttributes(Files.java:1737)
~[?:1.8.0_281]
[junit4] 2> at
org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189)
~[java/:?]
[junit4] 2> at
org.apache.lucene.store.LockValidatingDirectoryWrapper.sync(LockValidatingDirectoryWrapper.java:67)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:5101)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3460)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3770)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1237) ~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1278) ~[java/:?]
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298)
~[java/:?]
[junit4] 2> at
org.apache.solr.common.util.IOUtils.closeQuietly(IOUtils.java:31) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:816) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:921) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1520)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1433)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$11(CoreContainer.java:856)
~[java/:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
~[metrics-core-4.1.5.jar:4.1.5]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_281]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_281]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
[junit4] 2> Suppressed: java.nio.file.NoSuchFileException:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica_n2/data/index.20210224075821333
[junit4] 2> at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:?]
[junit4] 2> at
sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(UnixFileSystemProvider.java:427)
~[?:?]
[junit4] 2> at
java.nio.file.Files.newDirectoryStream(Files.java:457) ~[?:1.8.0_281]
[junit4] 2> at
org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:214) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:233) ~[java/:?]
[junit4] 2> at
org.apache.lucene.store.FilterDirectory.listAll(FilterDirectory.java:58)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:427)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2473)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2409)
~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1241) ~[java/:?]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1278) ~[java/:?]
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298)
~[java/:?]
[junit4] 2> at
org.apache.solr.common.util.IOUtils.closeQuietly(IOUtils.java:31) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:816) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1003) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:921) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1520)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1433)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$11(CoreContainer.java:856)
~[java/:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202)
~[metrics-core-4.1.5.jar:4.1.5]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_281]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_281]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_281]
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[...truncated too long message...]
unit4] 2> 1315752 INFO
(jetty-closer-10937-thread-2-processing-n:127.0.0.1:33031_solr) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1315755 INFO
(jetty-closer-10937-thread-1-processing-n:127.0.0.1:33031_solr) [ ]
o.a.s.c.Overseer Overseer
(id=73052187430944774-127.0.0.1:39051_solr-n_0000000000) closing
[junit4] 2> 1315755 INFO
(jetty-closer-10937-thread-1-processing-n:127.0.0.1:33031_solr) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@73e627c0{SSL, (ssl,
http/1.1)}{127.0.0.1:0}
[junit4] 2> 1315756 INFO
(jetty-closer-10937-thread-1-processing-n:127.0.0.1:33031_solr) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1e086164{/solr,null,STOPPED}
[junit4] 2> 1315756 INFO
(jetty-closer-10937-thread-1-processing-n:127.0.0.1:33031_solr) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1315758 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 1315759 WARN
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker-SendThread(127.0.0.1:36903))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x1038893d1e30000.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1038893d1e30000, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1038893d1e30000, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1315961 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> 13
/solr/collections/MissingSegmentRecoveryTest/terms/shard1
[junit4] 2> 5
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/packages.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2> 2
/solr/collections/MissingSegmentRecoveryTest/collectionprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 37
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/73052187430944774-127.0.0.1:39051_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 27 /solr/overseer/queue
[junit4] 2> 12 /solr/live_nodes
[junit4] 2> 12
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2> 10 /solr/collections
[junit4] 2> 7 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1315963 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkTestServer waitForServerDown:
127.0.0.1:36903
[junit4] 2> 1315963 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkTestServer parse host and port list:
127.0.0.1:36903
[junit4] 2> 1315963 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[6AAB90920BC6BE58]-worker)
[n:127.0.0.1:33031_solr ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36903
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.cloud.MissingSegmentRecoveryTest_6AAB90920BC6BE58-001
[junit4] 2> Feb 24, 2021 1:29:07 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{_root_=FST50, id=Lucene84},
docValues:{_version_=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1868,
maxMBSortInHeap=6.421859296681155,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-PE,
timezone=Asia/Yangon
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_281 (64-bit)/cpus=4,threads=1,free=228762136,total=521666560
[junit4] 2> NOTE: All tests run in this JVM:
[SolrLogAuditLoggerPluginTest, NoCacheHeaderTest, ScheduledTriggerTest,
DistributedFacetPivotLongTailTest, TestNRTOpen, LegacyCloudClusterPropTest,
TestZkAclsWithHadoopAuth, ReplaceNodeNoTargetTest, TestManagedResourceStorage,
NodeMarkersRegistrationTest, TestSQLHandlerNonCloud,
SolrTestCaseJ4DeleteCoreTest, ScriptEngineTest, TestSmileRequest,
AutoAddReplicasIntegrationTest, TestComponentsName,
DeleteLastCustomShardedReplicaTest, TestAuthenticationFramework,
TestTermsQParserPlugin, NodeAddedTriggerIntegrationTest, TestSimScenario,
V2CollectionBackupsAPIMappingTest, SolrRrdBackendFactoryTest,
SynonymTokenizerTest, TestExtendedDismaxParser, TestManagedSchema,
TestSubQueryTransformer, TestRealTimeGet, TestConfigSetsAPIExclusivity,
CoreAdminRequestStatusTest, TimeZoneUtilsTest, AddReplicaTest,
MinimalSchemaTest, NumericFieldsTest, SolrCoreCheckLockOnStartupTest,
TestLRUStatsCache, DistributedQueueTest, TestObjectReleaseTracker,
HdfsChaosMonkeySafeLeaderTest, CloudMLTQParserTest, SchemaApiFailureTest,
TestCloudRecovery2, TestHdfsBackupRestoreCore, TestRandomFlRTGCloud,
TestCloudPhrasesIdentificationComponent, TestScoreJoinQPNoScore,
CursorPagingTest, TestTrie, TemplateUpdateProcessorTest,
LeaderFailoverAfterPartitionTest, CollectionPropsTest, TestDistributedGrouping,
HighlighterWithoutStoredIdTest, TimeRoutedAliasUpdateProcessorTest,
SuggesterTest, TestIndexingPerformance, TestClassicSimilarityFactory,
BigEndianAscendingWordSerializerTest, TestSkipOverseerOperations,
IndexSizeTriggerSizeEstimationTest, TestFieldTypeCollectionResource,
TestDynamicFieldCollectionResource, CSVRequestHandlerTest,
TestPayloadScoreQParserPlugin, TestSort, TestStressIncrementalBackup,
TestCloudSchemaless, TestTlogReplica, TestManagedStopFilterFactory,
SolrIndexSplitterTest, TestLeaderElectionZkExpiry,
TestSha256AuthenticationProvider, DocumentBuilderTest, TestExpandComponent,
SolrMetricReporterTest, IndexSchemaRuntimeFieldTest, TestSolrDeletionPolicy2,
TestStressCloudBlindAtomicUpdates, TestSimDistributedQueue,
CrossCollectionJoinQueryTest, SpellCheckCollatorTest,
RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, TestShardHandlerFactory,
TestSSLRandomization, DocValuesMultiTest, TestIndexSearcher,
SecurityConfHandlerTest, BasicDistributedZkTest,
AtomicUpdateProcessorFactoryTest, TestReloadDeadlock, PreAnalyzedFieldTest,
CurrencyFieldTypeTest, SolrJmxReporterTest, TokenizerChainTest,
ConjunctionSolrSpellCheckerTest, DimensionalRoutedAliasUpdateProcessorTest,
CollectionReloadTest, SpellCheckComponentTest,
HttpPartitionWithTlogReplicasTest, SolrXmlInZkTest,
TestDynamicFieldNamesIndexCorrectly, TestFieldCacheSortRandom, RankQueryTest,
BlobRepositoryCloudTest, MBeansHandlerTest, DistributedMLTComponentTest,
PeerSyncWithIndexFingerprintCachingTest, TestPushWriter,
TriLevelCompositeIdRoutingTest, TestHdfsCloudBackupRestore, ZkControllerTest,
TestSlowCompositeReaderWrapper, TestPolicyCloud, ChaosMonkeySafeLeaderTest,
DeleteNodeTest, DeleteStatusTest, DistributedVersionInfoTest,
MissingSegmentRecoveryTest]
[junit4] Completed [515/934 (1!)] on J3 in 50.58s, 1 test, 1 failure <<<
FAILURES!
[...truncated 52186 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:507:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:494:
Source checkout is dirty (unversioned/missing files) after running tests!!!
Offending files:
* solr/contrib/analytics/src/test-files/solr/filestore
* solr/contrib/analytics/src/test-files/solr/userfiles
*
solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/filestore
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/userfiles
* solr/contrib/dataimporthandler/src/test-files/dih/solr/filestore
* solr/contrib/dataimporthandler/src/test-files/dih/solr/userfiles
* solr/contrib/extraction/src/test-files/extraction/solr/filestore
* solr/contrib/extraction/src/test-files/extraction/solr/userfiles
* solr/contrib/langid/src/test-files/langid/solr/filestore
* solr/contrib/langid/src/test-files/langid/solr/userfiles
* solr/contrib/ltr/src/test-files/solr/filestore
* solr/contrib/ltr/src/test-files/solr/userfiles
* solr/contrib/prometheus-exporter/src/test-files/solr/filestore
* solr/contrib/prometheus-exporter/src/test-files/solr/userfiles
* solr/contrib/velocity/src/test-files/velocity/solr/filestore
* solr/contrib/velocity/src/test-files/velocity/solr/userfiles
* solr/core/src/test-files/solr/filestore
* solr/core/src/test-files/solr/userfiles
* solr/solrj/src/test-files/solrj/solr/multicore/filestore
* solr/solrj/src/test-files/solrj/solr/multicore/userfiles
Total time: 71 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]