Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/42/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC
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/8)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:56150/solr",
"node_name":"127.0.0.1:56150_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:56149/solr",
"node_name":"127.0.0.1:56149_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:56149_solr, 127.0.0.1:56150_solr] Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:56150/solr",
"node_name":"127.0.0.1:56150_solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:56149/solr",
"node_name":"127.0.0.1:56149_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/8)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:56150/solr",
"node_name":"127.0.0.1:56150_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:56149/solr",
"node_name":"127.0.0.1:56149_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:56149_solr, 127.0.0.1:56150_solr]
Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:56150/solr",
"node_name":"127.0.0.1:56150_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:56149/solr",
"node_name":"127.0.0.1:56149_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([2B0568080D90AE29:7B50F00B54B11834]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:106)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 14291 lines...]
[junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\init-core-data-001
[junit4] 2> 1966291 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1966292 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1966293 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1966293 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001
[junit4] 2> 1966293 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1966294 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1966294 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1966390 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:56138
[junit4] 2> 1966390 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56138
[junit4] 2> 1966390 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 56138
[junit4] 2> 1966395 INFO (zkConnectionManagerCallback-14996-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966399 INFO (zkConnectionManagerCallback-14998-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966402 INFO (zkConnectionManagerCallback-15000-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966403 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140002, likely client has closed socket
[junit4] 2> 1966404 WARN (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1966404 WARN (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
[junit4] 2> 1966405 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@56ac2f0f{/solr,null,AVAILABLE}
[junit4] 2> 1966406 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@502883e1{/solr,null,AVAILABLE}
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@33daae62{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56150}
[junit4] 2> 1966409 ERROR (jetty-launcher-15001-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-12T11:48:41.140262400Z
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@154c1db7{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56149}
[junit4] 2> 1966409 ERROR (jetty-launcher-15001-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1966409 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-12T11:48:41.140262400Z
[junit4] 2> 1966409 INFO (zkConnectionManagerCallback-15005-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966409 INFO (zkConnectionManagerCallback-15003-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966413 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1966413 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1966417 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140004, likely client has closed socket
[junit4] 2> 1966417 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140003, likely client has closed socket
[junit4] 2> 1966539 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1966542 WARN (jetty-launcher-15001-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4de09c34[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1966546 WARN (jetty-launcher-15001-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1f12bc4f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1966547 INFO (jetty-launcher-15001-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56138/solr
[junit4] 2> 1966551 INFO (zkConnectionManagerCallback-15011-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966551 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140005, likely client has closed socket
[junit4] 2> 1966555 INFO (zkConnectionManagerCallback-15013-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966632 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:56149_solr
[junit4] 2> 1966633 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.c.Overseer Overseer
(id=72245253441323014-127.0.0.1:56149_solr-n_0000000000) starting
[junit4] 2> 1966643 INFO (zkConnectionManagerCallback-15020-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966649 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:56138/solr ready
[junit4] 2> 1966649 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56149_solr
[junit4] 2> 1966649 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1966649 INFO
(OverseerStateUpdate-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[n:127.0.0.1:56149_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:56149_solr
[junit4] 2> 1966654 INFO (zkCallback-15019-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1966655 INFO
(OverseerStateUpdate-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[n:127.0.0.1:56149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1966655 WARN (jetty-launcher-15001-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4d56944b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1966660 WARN (jetty-launcher-15001-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2aec09c9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1966664 INFO (jetty-launcher-15001-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56138/solr
[junit4] 2> 1966666 INFO (zkConnectionManagerCallback-15026-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966669 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140008, likely client has closed socket
[junit4] 2> 1966670 INFO (zkConnectionManagerCallback-15028-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966676 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1966681 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1966681 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:56150_solr as DOWN
[junit4] 2> 1966682 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1966682 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56150_solr
[junit4] 2> 1966684 INFO (zkCallback-15012-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966684 INFO (zkCallback-15019-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966705 INFO (zkCallback-15027-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966715 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966717 INFO (zkConnectionManagerCallback-15036-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966721 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1966722 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:56138/solr ready
[junit4] 2> 1966722 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1966725 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966725 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966727 INFO (jetty-launcher-15001-thread-2)
[n:127.0.0.1:56149_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.
[junit4] 2> 1966743 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56150.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966752 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56150.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966752 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56150.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1966753 INFO (jetty-launcher-15001-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node1\.
[junit4] 2> 1966792 INFO (zkConnectionManagerCallback-15042-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1966793 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1966794 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2B0568080D90AE29]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56138/solr ready
[junit4] 2> 1966817 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
[junit4] 2> 1966819 INFO (qtp218538825-41955) [n:127.0.0.1:56149_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1966822 INFO
(OverseerThreadFactory-13421-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
MissingSegmentRecoveryTest
[junit4] 2> 1966928 INFO (qtp218538825-41950) [n:127.0.0.1:56149_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=4
[junit4] 2> 1966932 INFO (qtp218538825-41948) [n:127.0.0.1:56149_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 1966935 INFO (qtp218538825-41946) [n:127.0.0.1:56149_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1966939 INFO (qtp218538825-41944) [n:127.0.0.1:56149_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1966941 INFO (qtp218538825-41959) [n:127.0.0.1:56149_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1966945 INFO (qtp2039934006-41953) [n:127.0.0.1:56150_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1966948 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=2
[junit4] 2> 1966952 INFO (qtp2039934006-41949) [n:127.0.0.1:56150_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 1966956 INFO (qtp2039934006-41947) [n:127.0.0.1:56150_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 1966960 INFO (qtp2039934006-41945) [n:127.0.0.1:56150_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=3
[junit4] 2> 1966967 INFO
(OverseerStateUpdate-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[n:127.0.0.1:56149_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MissingSegmentRecoveryTest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"MissingSegmentRecoveryTest_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:56150/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1966970 INFO
(OverseerStateUpdate-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[n:127.0.0.1:56149_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"MissingSegmentRecoveryTest",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:56149/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1967166 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1967166 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1967166 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1968140 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.1.0
[junit4] 2> 1968140 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.1.0
[junit4] 2> 1968147 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1968147 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1968148 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968148 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968148 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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 collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 1968148 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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 collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 1968149 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_56149.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1968150 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_56150.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1968150 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
[junit4] 2> 1968150 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
[junit4] 2> 1968246 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968246 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968249 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1968249 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1968251 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5c8bd668[MissingSegmentRecoveryTest_shard1_replica_n1] main]
[junit4] 2> 1968252 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968252 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968252 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000ms.
[junit4] 2> 1968254 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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 1625263568831119360
[junit4] 2> 1968256 INFO
(searcherExecutor-13431-thread-1-processing-n:127.0.0.1:56150_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest
s:shard1 r:core_node3) [n:127.0.0.1:56150_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 Searcher@5c8bd668[MissingSegmentRecoveryTest_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1968259 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968259 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968263 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1968265 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968265 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968266 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1968266 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1968271 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5d114ba0[MissingSegmentRecoveryTest_shard1_replica_n2] main]
[junit4] 2> 1968273 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968273 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968273 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000ms.
[junit4] 2> 1968274 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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 1625263568852090880
[junit4] 2> 1968276 INFO
(searcherExecutor-13430-thread-1-processing-n:127.0.0.1:56149_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest
s:shard1 r:core_node4) [n:127.0.0.1:56149_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 Searcher@5d114ba0[MissingSegmentRecoveryTest_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1968278 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968278 INFO (qtp218538825-41952) [n:127.0.0.1:56149_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> 1968744 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968744 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968744 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SyncStrategy Sync
replicas to
http://127.0.0.1:56150/solr/MissingSegmentRecoveryTest_shard1_replica_n1/
[junit4] 2> 1968744 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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=http://127.0.0.1:56150/solr START
replicas=[http://127.0.0.1:56149/solr/MissingSegmentRecoveryTest_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1968745 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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=http://127.0.0.1:56150/solr DONE. We have no versions. sync failed.
[junit4] 2> 1968746 INFO (qtp218538825-41948) [n:127.0.0.1:56149_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=0
[junit4] 2> 1968747 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968747 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968747 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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/72245253441323017-core_node3-n_0000000000
[junit4] 2> 1968748 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:56150/solr/MissingSegmentRecoveryTest_shard1_replica_n1/ shard1
[junit4] 2> 1968847 INFO (zkCallback-15027-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> 1968848 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_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> 1968850 INFO (qtp2039934006-41943) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] 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=1753
[junit4] 2> 1968946 INFO (zkCallback-15027-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> 1968947 INFO (zkCallback-15027-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> 1969245 INFO (qtp218538825-41952) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] 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=2164
[junit4] 2> 1969248 INFO (qtp218538825-41955) [n:127.0.0.1:56149_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> 1969344 INFO (zkCallback-15012-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> 1969345 INFO (zkCallback-15027-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> 1969345 INFO (zkCallback-15027-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> 1969346 INFO (qtp218538825-41955) [n:127.0.0.1:56149_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=2630
[junit4] 2> 1969347 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1969348 INFO (zkCallback-15012-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> 1969359 INFO (qtp2039934006-41954) [n:127.0.0.1:56150_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> 1969394 INFO (qtp218538825-41944) [n:127.0.0.1:56149_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=http://127.0.0.1:56150/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&wt=javabin&version=2}{add=[0
(1625263569980358656), 1 (1625263569983504384), 2 (1625263569983504385), 3
(1625263569983504386), 4 (1625263569983504387), 5 (1625263569984552960), 6
(1625263569984552961), 7 (1625263569984552962), 8 (1625263569985601536), 9
(1625263569985601537)]} 0 4
[junit4] 2> 1969394 INFO (qtp2039934006-41954) [n:127.0.0.1:56150_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 (1625263569980358656), 1
(1625263569983504384), 2 (1625263569983504385), 3 (1625263569983504386), 4
(1625263569983504387), 5 (1625263569984552960), 6 (1625263569984552961), 7
(1625263569984552962), 8 (1625263569985601536), 9 (1625263569985601537)]} 0 45
[junit4] 2> 1969396 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2
start
commit{_version_=1625263570028593152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1969396 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@46ea2e23
commitCommandVersion:1625263570028593152
[junit4] 2> 1969402 INFO (qtp218538825-41950) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2
start
commit{_version_=1625263570034884608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1969402 INFO (qtp218538825-41950) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@49c0210
commitCommandVersion:1625263570034884608
[junit4] 2> 1969479 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@4f25c603[MissingSegmentRecoveryTest_shard1_replica_n1] main]
[junit4] 2> 1969481 INFO
(searcherExecutor-13431-thread-1-processing-n:127.0.0.1:56150_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 c:MissingSegmentRecoveryTest
s:shard1 r:core_node3) [n:127.0.0.1:56150_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 Searcher@4f25c603[MissingSegmentRecoveryTest_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C10:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=10.0.1,
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64,
java.runtime.version=10.0.1+10, source=flush, os.version=10.0,
timestamp=1549972124147}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1969481 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 1969495 INFO (qtp218538825-41950) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher
Opening [Searcher@6e8ca751[MissingSegmentRecoveryTest_shard1_replica_n2] main]
[junit4] 2> 1969495 INFO (qtp218538825-41950) [n:127.0.0.1:56149_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 1969497 INFO
(searcherExecutor-13430-thread-1-processing-n:127.0.0.1:56149_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 c:MissingSegmentRecoveryTest
s:shard1 r:core_node4) [n:127.0.0.1:56149_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 Searcher@6e8ca751[MissingSegmentRecoveryTest_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C10:[diagnostics={os=Windows
10, java.vendor=Oracle Corporation, java.version=10.0.1,
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64,
java.runtime.version=10.0.1+10, source=flush, os.version=10.0,
timestamp=1549972124158}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 1969497 INFO (qtp218538825-41950) [n:127.0.0.1:56149_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=http://127.0.0.1:56150/solr/MissingSegmentRecoveryTest_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 99
[junit4] 2> 1969498 INFO (qtp2039934006-41951) [n:127.0.0.1:56150_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:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 106
[junit4] 2> 1969499 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=967412163
[junit4] 2> 1969499 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:56149_solr
[junit4] 2> 1969499 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.CoreContainer Publish this node as DOWN...
[junit4] 2> 1969499 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.ZkController Publish node=127.0.0.1:56149_solr as DOWN
[junit4] 2> 1969504 INFO (coreCloseExecutor-13440-thread-1)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@48806f06
[junit4] 2> 1969504 INFO (coreCloseExecutor-13440-thread-1)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=48806f06
[junit4] 2> 1969504 INFO (coreCloseExecutor-13440-thread-1)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4085f4a6:
rootName = solr_56149, domain =
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null,
agent id = null] for registry
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@523d72f1
[junit4] 2> 1969512 INFO (coreCloseExecutor-13440-thread-1)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=48806f06
[junit4] 2> 1969515 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1969516 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4279d1b7: rootName =
solr_56149, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@5614c88f
[junit4] 2> 1969521 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1969521 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@788d8145: rootName =
solr_56149, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@6c64da50
[junit4] 2> 1969526 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1969527 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7bb4d262: rootName =
solr_56149, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@1bae9d87
[junit4] 2> 1969527 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 1969528 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.Overseer Overseer
(id=72245253441323014-127.0.0.1:56149_solr-n_0000000000) closing
[junit4] 2> 1969528 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc140006, likely client has closed socket
[junit4] 2> 1969528 INFO
(OverseerStateUpdate-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[n:127.0.0.1:56149_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:56149_solr
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@33cd9060[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 1969534 INFO
(OverseerAutoScalingTriggerThread-72245253441323014-127.0.0.1:56149_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@f5b6f3a[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 1969534 INFO (zkCallback-15027-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56150_solr
[junit4] 2> 1969534 INFO (zkCallback-15019-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1969535 INFO (zkCallback-15041-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1969535 INFO (zkCallback-15035-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1969536 INFO (zkCallback-15027-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1969538 INFO (zkCallback-15027-thread-1)
[n:127.0.0.1:56150_solr ] o.a.s.c.Overseer Overseer
(id=72245253441323017-127.0.0.1:56150_solr-n_0000000001) starting
[junit4] 2> 1969539 INFO (closeThreadPool-15047-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72245253441323014-127.0.0.1:56149_solr-n_0000000000) closing
[junit4] 2> 1969540 INFO (closeThreadPool-15047-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72245253441323014-127.0.0.1:56149_solr-n_0000000000) closing
[junit4] 2> 1969544 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@154c1db7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
[junit4] 2> 1969546 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@56ac2f0f{/solr,null,UNAVAILABLE}
[junit4] 2> 1969546 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1969546 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1969546 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1969546 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 56149 try number
1 ...
[junit4] 2> 1969546 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z;
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
[junit4] 2> 1969550 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1969550 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1969550 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1969550 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6dfa2331{/solr,null,AVAILABLE}
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@2fb3f1e3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.s.Server Started @???????ms
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56149}
[junit4] 2> 1969554 ERROR
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.1.0
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
null
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1969554 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-12T11:48:44.285066800Z
[junit4] 2> 1969556 INFO
(OverseerStateUpdate-72245253441323017-127.0.0.1:56150_solr-n_0000000001)
[n:127.0.0.1:56150_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:56150_solr
[junit4] 2> 1969561 INFO (zkCallback-15027-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> 1969561 INFO (zkCallback-15027-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> 1969569 INFO (zkConnectionManagerCallback-15049-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1969573 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1969577 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100aaacdc14000c, likely client has closed socket
[junit4] 2> 1969683 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1969684 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@42dcc763[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1969689 WARN
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4e531532[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1969689 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56138/solr
[junit4] 2> 1969693 INFO (zkConnectionManagerCallback-15055-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1969698 INFO (zkConnectionManagerCallback-15057-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1969703 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1969706 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:56149_solr as DOWN
[junit4] 2> 1969707 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1969707 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:56149_solr
[junit4] 2> 1969709 INFO (zkCallback-15027-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1969709 INFO (zkCallback-15035-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1969709 INFO (zkCallback-15041-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1969709 INFO (zkCallback-15056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1969736 INFO (zkConnectionManagerCallback-15064-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1969737 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1969738 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:56138/solr ready
[junit4] 2> 1969738 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1969760 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1969772 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1969773 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_56149.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1969775 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.
[junit4] 2> 1969775 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29])
[n:127.0.0.1:56149_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[MissingSegmentRecoveryTest_shard1_replica_n2]
[junit4] 2> 1969811 INFO (zkCallback-15027-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> 1969812 INFO (zkCallback-15027-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> 1969864 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
[junit4] 2> 1969870 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr ] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1969873 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with
uniqueid field id
[junit4] 2> 1969880 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.1.0
[junit4] 2> 1969885 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1969886 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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> 1969886 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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 collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 1969887 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_56149.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1969887 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
[junit4] 2> 1969965 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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> 1969965 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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> 1969965 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1969965 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1969970 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@6290ff86
[junit4] 2> 1969970 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=6290ff86
[junit4] 2> 1969970 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6736af66:
rootName = solr_56149, domain =
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null,
agent id = null] for registry
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@53f26f9c
[junit4] 2> 1969976 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=6290ff86
[junit4] 2> 1969980 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Found
active leader, will attempt to create fresh core and recover.
[junit4] 2> 1969980 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore Updating index
properties... index=index.20190212094844711
[junit4] 2> 1969983 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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=1, core_node4=0}, version=3}
[junit4] 2> 1969994 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_56149.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@50cc46a0
[junit4] 2> 1969997 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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
[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
[junit4] 2> 1970011 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up
under
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
afterReload=false
[junit4] 2> 1970013 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Deleted old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index.20190212094844711
[junit4] 2> 1970044 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up
under
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\
afterReload=false
[junit4] 2> 1970057 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n2)
[ ] o.a.s.c.DirectoryFactory Deleted old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.MissingSegmentRecoveryTest_2B0568080D90AE29-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\index
[junit4] 2> 1970077 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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> 1970077 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_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> 1970080 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1970080 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1970085 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@46bfeae3
[junit4] 2> 1970085 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=46bfeae3
[junit4] 2> 1970085 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@def5d36:
rootName = solr_56149, domain =
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, service url = null,
agent id = null] for registry
solr.core.MissingSegmentRecoveryTest.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@53f26f9c
[junit4] 2> 1970092 INFO
(coreLoadExecutor-13454-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node4
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=46bfeae3
[junit4] 2> 1970097 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[2B0568080D90AE29]) [
] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
[junit4] 2> 1970097 INFO (watches-15039-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
[junit4] 2> 1970096 ERROR
(coreContainerWorkExecutor-13447-thread-1-processing-n:127.0.0.1:56149_solr)
[n:127.0.0.1:56149_solr ] o.a.s.c.CoreContainer Error waiting for SolrCore
to be loaded on startup
[junit4] 2> org.apache.solr.common.SolrException: Unable to create core
[MissingSegmentRecoveryTest_shard1_replica_n2]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1210)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:695)
~[java/:?]
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
~[metrics-core-3.2.6.jar:3.2.6]
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
[?:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[?:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:844) [?:?]
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error opening
new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1056) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:882) ~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1287)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1191)
~[java/:?]
[junit4] 2> ... 7 more
[junit4] 2> Suppressed: org.apache.solr.common.SolrException: Error
opening new searcher
[
[...truncated too long message...]
pace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-server-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-servlet-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-servlets-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-util-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-webapp-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\jetty-xml-9.4.14.v20181114.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-core-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-ganglia-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-graphite-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-jetty9-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\lib\metrics-jvm-3.2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\example\example-DIH\solr\db\lib\derby-10.9.1.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\example\example-DIH\solr\db\lib\hsqldb-2.4.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\hamcrest-core-1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\junit-4.12.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\test-framework\lib\randomizedtesting-runner-2.7.2.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\antlr4-runtime-4.5.1-1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\byte-buddy-1.9.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\commons-logging-1.1.3.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\commons-text-1.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-common-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0-tests.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-hdfs-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-minicluster-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\hadoop-minikdc-3.2.0.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-core-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-server-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\jersey-servlet-1.19.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-admin-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-client-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-common-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-crypto-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-identity-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-server-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerb-simplekdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-config-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-kdc-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\kerby-util-1.0.1.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\mockito-core-2.23.4.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\netty-all-4.0.52.Final.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\core\test-lib\objenesis-2.6.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\lucene-analyzers-icu-8.1.0-SNAPSHOT.jar;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\contrib\solr-analysis-extras\classes\java;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\classes\test;C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\contrib\analysis-extras\lib\icu4j-62.1.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-launcher.jar;C:\Users\jenkins\.ant\lib\ivy-2.4.0.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-antlr.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bcel.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-bsf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-log4j.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-oro.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-regexp.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-resolver.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-apache-xalan2.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-logging.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-commons-net.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jai.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-javamail.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jdepend.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jmf.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-jsch.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-junit4.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-netrexx.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-swing.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant-testutil.jar;C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2\lib\ant.jar;C:\Users\jenkins\.ivy2\cache\com.carrotsearch.randomizedtesting\junit4-ant\jars\junit4-ant-2.7.2.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20190212_111554_5767658534514428808481.events
@C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20190212_111554_57611697811274164720135.suites
-stdin
[junit4] ERROR: JVM J0 ended with an exception: Forked process returned with
error code: 1. Very likely a JVM crash. See process stdout at:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20190212_111554_576514684262622050498.sysout
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
[junit4] at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
[junit4] at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] at java.base/java.lang.Thread.run(Thread.java:844)
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:633: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:577: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\build.xml:59: The following
error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build.xml:267: The
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\common-build.xml:558:
The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1572:
The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1099:
At least one slave process threw an exception, first: Forked process returned
with error code: 1. Very likely a JVM crash. See process stdout at:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20190212_111554_576514684262622050498.sysout
Total time: 76 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]