Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/43/
1 tests failed.
FAILED: org.apache.solr.cloud.TestPullReplica.testRemoveAllWriterReplicas
Error Message:
Unexpected number of writer replicas:
DocCollection(pull_replica_test_remove_all_writer_replicas//collections/pull_replica_test_remove_all_writer_replicas/state.json/3
)={ "pullReplicas":"1", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_n1",
"node_name":"127.0.0.1:35409_solr",
"base_url":"https://127.0.0.1:35409/solr", "state":"active",
"type":"NRT", "force_set_state":"false", "leader":"true"},
"core_node4":{
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_p2",
"node_name":"127.0.0.1:41575_solr",
"base_url":"https://127.0.0.1:41575/solr", "state":"active",
"type":"PULL", "force_set_state":"false"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"100",
"autoAddReplicas":"false", "nrtReplicas":"1", "tlogReplicas":"0"}
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: Unexpected number of writer replicas:
DocCollection(pull_replica_test_remove_all_writer_replicas//collections/pull_replica_test_remove_all_writer_replicas/state.json/3
)={
"pullReplicas":"1",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_n1",
"node_name":"127.0.0.1:35409_solr",
"base_url":"https://127.0.0.1:35409/solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"},
"core_node4":{
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_p2",
"node_name":"127.0.0.1:41575_solr",
"base_url":"https://127.0.0.1:41575/solr",
"state":"active",
"type":"PULL",
"force_set_state":"false"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"100",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"} expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([74CC4435A79991B:944258784E8770B2]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at
org.apache.solr.cloud.TestPullReplica.assertNumberOfReplicas(TestPullReplica.java:620)
at
org.apache.solr.cloud.TestPullReplica.assertNumberOfReplicas(TestPullReplica.java:611)
at
org.apache.solr.cloud.TestPullReplica.doTestNoLeader(TestPullReplica.java:451)
at
org.apache.solr.cloud.TestPullReplica.testRemoveAllWriterReplicas(TestPullReplica.java:328)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14882 lines...]
[junit4] Suite: org.apache.solr.cloud.TestPullReplica
[junit4] 2> 1043712 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
[junit4] 2> 1043712 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1043713 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-198 after mutting 0 log
messages
[junit4] 2> 1043713 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-199 for ERROR logs matching
regex: ignore_exception
[junit4] 2> 1043714 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/data-dir-86-001
[junit4] 2> 1043714 WARN
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=42 numCloses=42
[junit4] 2> 1043714 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1043716 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1043717 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001
[junit4] 2> 1043717 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1043717 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 1043717 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1043718 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 1043817 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port: 34413
[junit4] 2> 1043817 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34413
[junit4] 2> 1043817 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34413
[junit4] 2> 1043817 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34413
[junit4] 2> 1043823 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1043829 INFO (zkConnectionManagerCallback-9622-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1043829 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1043846 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1043847 INFO (zkConnectionManagerCallback-9624-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1043847 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1043848 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1043853 INFO (zkConnectionManagerCallback-9626-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1043854 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1044181 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1044181 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1044181 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git:
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
[junit4] 2> 1044183 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1044183 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 1044183 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git:
8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
[junit4] 2> 1044186 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1044186 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1044186 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1044186 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@60996574{/solr,null,AVAILABLE}
[junit4] 2> 1044188 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1044188 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1044188 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1044188 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42082bd9{/solr,null,AVAILABLE}
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@57aec45e{SSL, (ssl,
http/1.1)}{127.0.0.1:41575}
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.e.j.s.Server Started @1044223ms
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:34413/solr, hostPort=41575}
[junit4] 2> 1044189 ERROR (jetty-launcher-9627-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.11.0
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
[junit4] 2> 1044189 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-11-09T08:11:15.554Z
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@424ace7a{SSL, (ssl,
http/1.1)}{127.0.0.1:35409}
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.e.j.s.Server Started @1044226ms
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
zkHost=127.0.0.1:34413/solr, hostPort=35409}
[junit4] 2> 1044191 ERROR (jetty-launcher-9627-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.11.0
[junit4] 2> 1044191 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1044192 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
[junit4] 2> 1044192 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2021-11-09T08:11:15.557Z
[junit4] 2> 1044192 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1044196 INFO (zkConnectionManagerCallback-9629-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1044196 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1044196 INFO (zkConnectionManagerCallback-9631-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1044196 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1044196 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1044197 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1044200 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1044211 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
[junit4] 2> 1044212 WARN
(jetty-launcher-9627-thread-1-SendThread(127.0.0.1:34413)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1025d46ad1d0003.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1025d46ad1d0003, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1025d46ad1d0003, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1044212 WARN
(jetty-launcher-9627-thread-2-SendThread(127.0.0.1:34413)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1025d46ad1d0004.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1025d46ad1d0004, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1025d46ad1d0004, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1045296 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1045296 WARN (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1045330 WARN (jetty-launcher-9627-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2348e0d4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1045330 WARN (jetty-launcher-9627-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2348e0d4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1045350 WARN (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1045382 WARN (jetty-launcher-9627-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@61d9abb0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1045382 WARN (jetty-launcher-9627-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@61d9abb0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1045383 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34413/solr
[junit4] 2> 1045607 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1045608 INFO (zkConnectionManagerCallback-9645-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1045608 INFO (jetty-launcher-9627-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1045737 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1045749 INFO (zkConnectionManagerCallback-9647-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1045750 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1045816 WARN (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1045819 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:41575_solr
[junit4] 2> 1045820 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.Overseer Overseer
(id=72723102124802054-127.0.0.1:41575_solr-n_0000000000) starting
[junit4] 2> 1045833 INFO
(OverseerStateUpdate-72723102124802054-127.0.0.1:41575_solr-n_0000000000)
[n:127.0.0.1:41575_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:41575_solr
[junit4] 2> 1045854 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41575_solr
[junit4] 2> 1045856 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1045856 WARN (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1045875 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1045913 INFO (jetty-launcher-9627-thread-1)
[n:127.0.0.1:41575_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node1
[junit4] 2> 1046521 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1046522 WARN (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1046526 WARN (jetty-launcher-9627-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@802cd76[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1046526 WARN (jetty-launcher-9627-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@802cd76[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1046528 WARN (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 1046529 WARN (jetty-launcher-9627-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5b60963[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1046529 WARN (jetty-launcher-9627-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5b60963[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1046530 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34413/solr
[junit4] 2> 1046531 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1046532 INFO (zkConnectionManagerCallback-9665-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1046532 INFO (jetty-launcher-9627-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1046533 WARN
(jetty-launcher-9627-thread-2-SendThread(127.0.0.1:34413)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x1025d46ad1d0007.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1025d46ad1d0007, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1025d46ad1d0007, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1046717 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1046720 INFO (zkConnectionManagerCallback-9667-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1046720 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1046728 WARN (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.ZkController Contents of zookeeper
/security.json are world-readable; consider setting up ACLs as described in
https://solr.apache.org/guide/zookeeper-access-control.html
[junit4] 2> 1046729 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1046732 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:35409_solr as DOWN
[junit4] 2> 1046733 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient core cache for max 2147483647 cores with initial capacity of 1024
[junit4] 2> 1046733 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35409_solr
[junit4] 2> 1046734 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1046736 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1046736 WARN (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 1046750 INFO (zkCallback-9666-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1046766 INFO (jetty-launcher-9627-thread-2)
[n:127.0.0.1:35409_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node2
[junit4] 2> 1046780 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
[junit4] 2> 1046782 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1046786 INFO (zkConnectionManagerCallback-9678-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1046786 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1046787 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1046788 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34413/solr ready
[junit4] 2> 1046791 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [ ]
o.a.s.c.TestPullReplica Using legacyCloud?: false
[junit4] 2> 1046855 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 1046893 INFO
(TEST-TestPullReplica.testRemoveAllWriterReplicas-seed#[74CC4435A79991B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testRemoveAllWriterReplicas
[junit4] 2> 1046910 INFO
(OverseerThreadFactory-9654-thread-1-processing-n:127.0.0.1:41575_solr)
[n:127.0.0.1:41575_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
pull_replica_test_remove_all_writer_replicas
[junit4] 2> 1047125 INFO
(OverseerStateUpdate-72723102124802054-127.0.0.1:41575_solr-n_0000000000)
[n:127.0.0.1:41575_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2>
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_n1",
[junit4] 2> "node_name":"127.0.0.1:35409_solr",
[junit4] 2> "base_url":"https://127.0.0.1:35409/solr",
[junit4] 2> "collection":"pull_replica_test_remove_all_writer_replicas",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1047127 INFO
(OverseerStateUpdate-72723102124802054-127.0.0.1:41575_solr-n_0000000000)
[n:127.0.0.1:41575_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2>
"core":"pull_replica_test_remove_all_writer_replicas_shard1_replica_p2",
[junit4] 2> "node_name":"127.0.0.1:41575_solr",
[junit4] 2> "base_url":"https://127.0.0.1:41575/solr",
[junit4] 2> "collection":"pull_replica_test_remove_all_writer_replicas",
[junit4] 2> "shard":"shard1",
[junit4] 2> "state":"down",
[junit4] 2> "type":"PULL",
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1047346 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_remove_all_writer_replicas_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_remove_all_writer_replicas&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1047396 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.0
[junit4] 2> 1047398 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1047398 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1047398 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore
'pull_replica_test_remove_all_writer_replicas_shard1_replica_n1' using
configuration from configset conf, trusted=true
[junit4] 2> 1047399 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SolrCore
[[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] ] Opening new
SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node2/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node2/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1/data/]
[junit4] 2> 1047404 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_remove_all_writer_replicas_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_remove_all_writer_replicas&shard=shard1&wt=javabin&version=2&replicaType=PULL
[junit4] 2> 1047405 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max
2147483647 cores with initial capacity of 1024
[junit4] 2> 1047449 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.0
[junit4] 2> 1047451 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 1047451 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1047451 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.CoreContainer Creating SolrCore
'pull_replica_test_remove_all_writer_replicas_shard1_replica_p2' using
configuration from configset conf, trusted=true
[junit4] 2> 1047451 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.SolrCore
[[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] ] Opening new
SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node1/pull_replica_test_remove_all_writer_replicas_shard1_replica_p2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001/tempDir-001/node1/pull_replica_test_remove_all_writer_replicas_shard1_replica_p2/data/]
[junit4] 2> 1047466 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1047466 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1047466 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1047466 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1047468 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1047468 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1047468 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1047468 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1715937454412791808
[junit4] 2> 1047471 INFO
(searcherExecutor-9680-thread-1-processing-n:127.0.0.1:35409_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3)
[n:127.0.0.1:35409_solr c:pull_replica_test_remove_all_writer_replicas s:shard1
r:core_node3 x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SolrCore
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] Registered
new searcher autowarm time: 0 ms
[junit4] 2> 1047475 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/pull_replica_test_remove_all_writer_replicas/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 1047475 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/pull_replica_test_remove_all_writer_replicas/leaders/shard1
[junit4] 2> 1047480 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1047480 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1047480 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:35409/solr/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1/
[junit4] 2> 1047480 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1047481 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:35409/solr/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1/
has no replicas
[junit4] 2> 1047481 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/pull_replica_test_remove_all_writer_replicas/leaders/shard1/leader
after winning as
/collections/pull_replica_test_remove_all_writer_replicas/leader_elect/shard1/election/72723102124802056-core_node3-n_0000000000
[junit4] 2> 1047483 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:35409/solr/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1/
shard1
[junit4] 2> 1047485 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1047485 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1047486 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1047486 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1047486 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1047487 INFO
(searcherExecutor-9682-thread-1-processing-n:127.0.0.1:41575_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4)
[n:127.0.0.1:41575_solr c:pull_replica_test_remove_all_writer_replicas s:shard1
r:core_node4 x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.SolrCore
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] Registered
new searcher autowarm time: 0 ms
[junit4] 2> 1047491 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.ZkController
pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 starting
background replication from leader
[junit4] 2> 1047491 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:01
[junit4] 2> 1047497 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
[junit4] 2> 1047497 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 1047498 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.ReplicationHandler Polling for index modifications
[junit4] 2> 1047584 INFO (zkCallback-9666-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047584 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047584 INFO (zkCallback-9646-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047585 INFO (zkCallback-9666-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047585 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1047586 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Replica core_node3 is leader but it's state is down,
skipping replication
[junit4] 2> 1047588 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=pull_replica_test_remove_all_writer_replicas_shard1_replica_p2&action=CREATE&numShards=1&collection=pull_replica_test_remove_all_writer_replicas&shard=shard1&wt=javabin&version=2&replicaType=PULL}
status=0 QTime=184
[junit4] 2> 1047590 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=pull_replica_test_remove_all_writer_replicas_shard1_replica_n1&action=CREATE&numShards=1&collection=pull_replica_test_remove_all_writer_replicas&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=244
[junit4] 2> 1047592 INFO (qtp229649287-13420) [n:127.0.0.1:35409_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> 1047689 INFO (zkCallback-9666-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047689 INFO (zkCallback-9666-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047689 INFO (zkCallback-9646-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047689 INFO (zkCallback-9646-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047689 INFO (zkCallback-9646-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047689 INFO (zkCallback-9666-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/pull_replica_test_remove_all_writer_replicas/state.json] for
collection [pull_replica_test_remove_all_writer_replicas] has occurred -
updating... (live nodes size: [2])
[junit4] 2> 1047690 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=1&collection.configName=conf&maxShardsPerNode=100&name=pull_replica_test_remove_all_writer_replicas&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
status=0 QTime=795
[junit4] 2> 1047690 INFO
(TEST-TestPullReplica.testRemoveAllWriterReplicas-seed#[74CC4435A79991B]) [
] o.a.s.c.SolrCloudTestCase waitForState
(pull_replica_test_remove_all_writer_replicas): Expected collection to be
created with 1 shard and 2 replicas
[junit4] 2> 1047693 INFO (watches-9675-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1047697 INFO
(TEST-TestPullReplica.testRemoveAllWriterReplicas-seed#[74CC4435A79991B]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1047698 INFO
(TEST-TestPullReplica.testRemoveAllWriterReplicas-seed#[74CC4435A79991B]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1047698 INFO
(TEST-TestPullReplica.testRemoveAllWriterReplicas-seed#[74CC4435A79991B]) [
] o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 1047708 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/pull_replica_test_remove_all_writer_replicas/terms/shard1 to
Terms{values={core_node3=1}, version=1}
[junit4] 2> 1047708 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1 (1715937454662352896)]} 0 7
[junit4] 2> 1047715 INFO
(searcherExecutor-9680-thread-1-processing-n:127.0.0.1:35409_solr
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3)
[n:127.0.0.1:35409_solr c:pull_replica_test_remove_all_writer_replicas s:shard1
r:core_node3 x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.SolrCore
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] Registered
new searcher autowarm time: 0 ms
[junit4] 2> 1047715 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/update
params={_stateVer_=pull_replica_test_remove_all_writer_replicas:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 5
[junit4] 2> 1047726 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
[junit4] 2> 1047738 INFO (qtp408171295-13411) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1047939 INFO (qtp408171295-13412) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1048141 INFO (qtp408171295-13408) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1048342 INFO (qtp408171295-13409) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1048493 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.ReplicationHandler Polling for index modifications
[junit4] 2> 1048493 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Last replication failed, so I'll force replication
[junit4] 2> 1048493 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Updated leaderUrl to
https://127.0.0.1:35409/solr/pull_replica_test_remove_all_writer_replicas_shard1_replica_n1/
[junit4] 2> 1048500 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1048501 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Leader's generation: 2
[junit4] 2> 1048501 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Leader's version: 1636445479076
[junit4] 2> 1048501 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Follower's generation: 1
[junit4] 2> 1048501 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Follower's version: 0
[junit4] 2> 1048501 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Starting replication process
[junit4] 2> 1048503 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
status=0 QTime=1
[junit4] 2> 1048504 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Number of files in latest index in leader: 27
[junit4] 2> 1048504 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Starting download (fullCopy=true) to
MockDirectoryWrapper(ByteBuffersDirectory@6c4882ad
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69c3194d)
[junit4] 2> 1048504 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Download files to dir: [segments_1]
[junit4] 2> 1048505 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher tmpIndexDir_type : class
org.apache.lucene.store.MockDirectoryWrapper , ByteBuffersDirectory@6c4882ad
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69c3194d
[junit4] 2> 1048505 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_LuceneVarGapDocFreqInterval_0.pos
size=97 checksum=4233984871 alwaysDownload=true
[junit4] 2> 1048509 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048510 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 97 bytes for file
_0_LuceneVarGapDocFreqInterval_0.pos
[junit4] 2> 1048510 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 97 bytes of file:
_0_LuceneVarGapDocFreqInterval_0.pos
[junit4] 2> 1048514 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.tmd
size=231 checksum=1722092085 alwaysDownload=true
[junit4] 2> 1048515 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tmd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048515 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 231 bytes for file
_0_TestBloomFilteredLucenePostings_0.tmd
[junit4] 2> 1048515 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 231 bytes of file:
_0_TestBloomFilteredLucenePostings_0.tmd
[junit4] 2> 1048516 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.nvd size=59 checksum=2474192558
alwaysDownload=true
[junit4] 2> 1048516 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048517 DEBUG (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 59 bytes for file _0.nvd
[junit4] 2> 1048517 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 59 bytes of file: _0.nvd
[junit4] 2> 1048517 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_LuceneVarGapDocFreqInterval_0.tib
size=201 checksum=3757865444 alwaysDownload=true
[junit4] 2> 1048517 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048518 DEBUG (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 201 bytes for file
_0_LuceneVarGapDocFreqInterval_0.tib
[junit4] 2> 1048518 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 201 bytes of file:
_0_LuceneVarGapDocFreqInterval_0.tib
[junit4] 2> 1048518 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_BlockTreeOrds_0.doc size=83
checksum=609350832 alwaysDownload=true
[junit4] 2> 1048519 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048519 DEBUG (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 83 bytes for file _0_BlockTreeOrds_0.doc
[junit4] 2> 1048519 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 83 bytes of file: _0_BlockTreeOrds_0.doc
[junit4] 2> 1048519 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_BlockTreeOrds_0.tipo size=115
checksum=305553721 alwaysDownload=true
[junit4] 2> 1048520 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048520 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 115 bytes for file _0_BlockTreeOrds_0.tipo
[junit4] 2> 1048520 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 115 bytes of file:
_0_BlockTreeOrds_0.tipo
[junit4] 2> 1048520 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_Asserting_0.dvd size=74
checksum=4018335918 alwaysDownload=true
[junit4] 2> 1048521 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048521 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 74 bytes for file _0_Asserting_0.dvd
[junit4] 2> 1048521 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 74 bytes of file: _0_Asserting_0.dvd
[junit4] 2> 1048523 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.doc
size=101 checksum=838462919 alwaysDownload=true
[junit4] 2> 1048523 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048523 DEBUG (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 101 bytes for file
_0_TestBloomFilteredLucenePostings_0.doc
[junit4] 2> 1048524 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 101 bytes of file:
_0_TestBloomFilteredLucenePostings_0.doc
[junit4] 2> 1048524 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_LuceneVarGapDocFreqInterval_0.tiv
size=127 checksum=293072489 alwaysDownload=true
[junit4] 2> 1048524 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048525 DEBUG (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 127 bytes for file
_0_LuceneVarGapDocFreqInterval_0.tiv
[junit4] 2> 1048525 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 127 bytes of file:
_0_LuceneVarGapDocFreqInterval_0.tiv
[junit4] 2> 1048525 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_Asserting_0.dvm size=159
checksum=2289051698 alwaysDownload=true
[junit4] 2> 1048526 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Asserting_0.dvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048526 DEBUG (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 159 bytes for file _0_Asserting_0.dvm
[junit4] 2> 1048526 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 159 bytes of file: _0_Asserting_0.dvm
[junit4] 2> 1048527 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.kdm size=143 checksum=1308469319
alwaysDownload=true
[junit4] 2> 1048527 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.kdm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048528 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 143 bytes for file _0.kdm
[junit4] 2> 1048528 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 143 bytes of file: _0.kdm
[junit4] 2> 1048528 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_BlockTreeOrds_0.pos size=83
checksum=378656421 alwaysDownload=true
[junit4] 2> 1048529 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048529 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 83 bytes for file _0_BlockTreeOrds_0.pos
[junit4] 2> 1048529 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 83 bytes of file: _0_BlockTreeOrds_0.pos
[junit4] 2> 1048530 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.si size=960 checksum=4121287656
alwaysDownload=true
[junit4] 2> 1048531 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048531 DEBUG (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 960 bytes for file _0.si
[junit4] 2> 1048531 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 960 bytes of file: _0.si
[junit4] 2> 1048532 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.kdi size=68 checksum=1408696418
alwaysDownload=true
[junit4] 2> 1048532 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.kdi&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048533 DEBUG (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 68 bytes for file _0.kdi
[junit4] 2> 1048533 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 68 bytes of file: _0.kdi
[junit4] 2> 1048533 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.fdm size=158 checksum=3220604627
alwaysDownload=true
[junit4] 2> 1048533 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048534 DEBUG (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 158 bytes for file _0.fdm
[junit4] 2> 1048534 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 158 bytes of file: _0.fdm
[junit4] 2> 1048535 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.fdx size=64 checksum=1696407992
alwaysDownload=true
[junit4] 2> 1048535 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048535 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 64 bytes for file _0.fdx
[junit4] 2> 1048536 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 64 bytes of file: _0.fdx
[junit4] 2> 1048536 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_BlockTreeOrds_0.tio size=184
checksum=2127715478 alwaysDownload=true
[junit4] 2> 1048537 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048538 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 184 bytes for file _0_BlockTreeOrds_0.tio
[junit4] 2> 1048542 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 184 bytes of file: _0_BlockTreeOrds_0.tio
[junit4] 2> 1048542 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.fdt size=114 checksum=427596611
alwaysDownload=true
[junit4] 2> 1048543 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048543 DEBUG (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 114 bytes for file _0.fdt
[junit4] 2> 1048543 INFO (qtp408171295-13410) [n:127.0.0.1:41575_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node4
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_p2 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_p2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1048544 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 114 bytes of file: _0.fdt
[junit4] 2> 1048544 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.blm
size=123 checksum=969945701 alwaysDownload=true
[junit4] 2> 1048544 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.blm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048545 DEBUG (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 123 bytes for file
_0_TestBloomFilteredLucenePostings_0.blm
[junit4] 2> 1048545 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 123 bytes of file:
_0_TestBloomFilteredLucenePostings_0.blm
[junit4] 2> 1048545 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.tim
size=105 checksum=3274724690 alwaysDownload=true
[junit4] 2> 1048546 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tim&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048547 DEBUG (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 105 bytes for file
_0_TestBloomFilteredLucenePostings_0.tim
[junit4] 2> 1048547 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 105 bytes of file:
_0_TestBloomFilteredLucenePostings_0.tim
[junit4] 2> 1048547 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.tip
size=95 checksum=1848322742 alwaysDownload=true
[junit4] 2> 1048559 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.tip&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048560 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 95 bytes for file
_0_TestBloomFilteredLucenePostings_0.tip
[junit4] 2> 1048560 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 95 bytes of file:
_0_TestBloomFilteredLucenePostings_0.tip
[junit4] 2> 1048560 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_TestBloomFilteredLucenePostings_0.pos
size=101 checksum=777756546 alwaysDownload=true
[junit4] 2> 1048561 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_TestBloomFilteredLucenePostings_0.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048561 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 101 bytes for file
_0_TestBloomFilteredLucenePostings_0.pos
[junit4] 2> 1048561 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 101 bytes of file:
_0_TestBloomFilteredLucenePostings_0.pos
[junit4] 2> 1048561 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.kdd size=79 checksum=3490671677
alwaysDownload=true
[junit4] 2> 1048562 INFO (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.kdd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048562 DEBUG (qtp229649287-13417) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 79 bytes for file _0.kdd
[junit4] 2> 1048562 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 79 bytes of file: _0.kdd
[junit4] 2> 1048562 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.nvm size=175 checksum=859604240
alwaysDownload=true
[junit4] 2> 1048563 INFO (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048563 DEBUG (qtp229649287-13419) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 175 bytes for file _0.nvm
[junit4] 2> 1048563 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 175 bytes of file: _0.nvm
[junit4] 2> 1048564 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0_LuceneVarGapDocFreqInterval_0.doc
size=97 checksum=3494246019 alwaysDownload=true
[junit4] 2> 1048564 INFO (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048564 DEBUG (qtp229649287-13418) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 97 bytes for file
_0_LuceneVarGapDocFreqInterval_0.doc
[junit4] 2> 1048564 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 97 bytes of file:
_0_LuceneVarGapDocFreqInterval_0.doc
[junit4] 2> 1048565 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=_0.fnm size=477 checksum=2043894639
alwaysDownload=true
[junit4] 2> 1048565 INFO (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048565 DEBUG (qtp229649287-13420) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 477 bytes for file _0.fnm
[junit4] 2> 1048566 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 477 bytes of file: _0.fnm
[junit4] 2> 1048566 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Downloading file=segments_2 size=221 checksum=1487164843
alwaysDownload=true
[junit4] 2> 1048566 INFO (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.c.S.Request
[pull_replica_test_remove_all_writer_replicas_shard1_replica_n1] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 1048566 DEBUG (qtp229649287-13421) [n:127.0.0.1:35409_solr
c:pull_replica_test_remove_all_writer_replicas s:shard1 r:core_node3
x:pull_replica_test_remove_all_writer_replicas_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Wrote 221 bytes for file segments_2
[junit4] 2> 1048567 DEBUG (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Fetched and wrote 221 bytes of file: segments_2
[junit4] 2> 1048567 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Bytes downloaded: 4494, Bytes skipped downloading: 0
[junit4] 2> 1048567 INFO (indexFetcher-9691-thread-1) [ ]
o.a.s.h.IndexFetcher Total time taken for download
(fullCopy=true,bytesDownloaded=4494) : 0 secs (null bytes/sec) to
MockDirectoryWrapper(ByteBuffersDirectory@6c4882ad
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69c3194d)
[junit4] 2> 1048567 INFO (indexFetcher-9691-thread-1) [
[...truncated too long message...]
read for session 0x1025d46ad1d0000.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1025d46ad1d0000, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1025d46ad1d0000, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1095384 WARN
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker-SendThread(127.0.0.1:34413))
[ ] o.a.z.ClientCnxn An exception was thrown while closing send thread for
session 0x1025d46ad1d0001.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x1025d46ad1d0001, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x1025d46ad1d0001, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
~[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275)
[zookeeper-3.6.2.jar:3.6.2]
[junit4] 2> 1095486 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 28
/solr/collections/pull_replica_test_create_delete/state.json
[junit4] 2> 19 /solr/configs/conf
[junit4] 2> 15
/solr/collections/pull_replica_test_create_delete/terms/shard1
[junit4] 2> 15
/solr/collections/pull_replica_test_create_delete/terms/shard2
[junit4] 2> 14
/solr/collections/pull_replica_test_real_time_get/state.json
[junit4] 2> 11
/solr/collections/pull_replica_test_add_docs/state.json
[junit4] 2> 11
/solr/collections/pull_replica_test_real_time_get/terms/shard1
[junit4] 2> 9
/solr/collections/pull_replica_test_kill_pull_replica/terms/shard1
[junit4] 2> 9
/solr/collections/pull_replica_test_add_docs/terms/shard1
[junit4] 2> 9
/solr/collections/pull_replica_test_kill_leader/state.json
[junit4] 2> 8
/solr/collections/pull_replica_test_kill_pull_replica/state.json
[junit4] 2> 8
/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
[junit4] 2> 8
/solr/collections/pull_replica_test_kill_leader/terms/shard1
[junit4] 2> 7
/solr/collections/pull_replica_test_remove_all_writer_replicas/terms/shard1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/packages.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 4
/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
[junit4] 2> 4
/solr/collections/pull_replica_test_add_remove_pull_replica/terms/shard2
[junit4] 2> 4
/solr/collections/pull_replica_test_add_remove_pull_replica/terms/shard1
[junit4] 2> 3
/solr/collections/pull_replica_test_kill_leader/collectionprops.json
[junit4] 2> 2
/solr/collections/pull_replica_test_real_time_get/collectionprops.json
[junit4] 2> 2
/solr/collections/pull_replica_test_add_remove_pull_replica/collectionprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 69
/solr/collections/pull_replica_test_create_delete/state.json
[junit4] 2> 66
/solr/collections/pull_replica_test_add_docs/state.json
[junit4] 2> 57
/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
[junit4] 2> 45
/solr/collections/pull_replica_test_kill_leader/state.json
[junit4] 2> 45
/solr/collections/pull_replica_test_kill_pull_replica/state.json
[junit4] 2> 36
/solr/collections/pull_replica_test_real_time_get/state.json
[junit4] 2> 25
/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 3 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/72723102124802060-127.0.0.1:41575_solr-n_0000000002
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 243 /solr/overseer/queue
[junit4] 2> 85 /solr/overseer/collection-queue-work
[junit4] 2> 54 /solr/collections
[junit4] 2> 28
/solr/collections/pull_replica_test_create_delete/state.json
[junit4] 2> 24 /solr/live_nodes
[junit4] 2> 22
/solr/collections/pull_replica_test_add_docs/state.json
[junit4] 2> 17
/solr/collections/pull_replica_test_kill_leader/state.json
[junit4] 2> 17
/solr/collections/pull_replica_test_kill_pull_replica/state.json
[junit4] 2> 15
/solr/collections/pull_replica_test_real_time_get/state.json
[junit4] 2> 10
/solr/collections/pull_replica_test_add_remove_pull_replica/state.json
[junit4] 2> 9
/solr/collections/pull_replica_test_remove_all_writer_replicas/state.json
[junit4] 2> 3 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 3 /solr/autoscaling/events/.scheduled_maintenance
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 1095495 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [n:127.0.0.1:35409_solr
] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34413
[junit4] 2> 1095495 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [n:127.0.0.1:35409_solr
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34413
[junit4] 2> 1095495 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [n:127.0.0.1:35409_solr
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34413
[junit4] 2> 1095496 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [n:127.0.0.1:35409_solr
] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-199 after mutting 0 log
messages
[junit4] 2> 1095496 INFO
(SUITE-TestPullReplica-seed#[74CC4435A79991B]-worker) [n:127.0.0.1:35409_solr
] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-201 for ERROR logs
matching regex: ignore_exception
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplica_74CC4435A79991B-001
[junit4] 2> Nov 09, 2021 8:12:06 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87):
{foo=BlockTreeOrds(blocksize=128),
_root_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
foo_s=BlockTreeOrds(blocksize=128)},
docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=793,
maxMBSortInHeap=7.887747232531508,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-PY,
timezone=Europe/Samara
[junit4] 2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation
1.8.0_291 (64-bit)/cpus=4,threads=1,free=217985184,total=524812288
[junit4] 2> NOTE: All tests run in this JVM: [AliasIntegrationTest,
TestConfigSetsAPIShareSchema, DateFieldTest, TestCodecSupport,
OpenExchangeRatesOrgProviderTest, TestReloadAndDeleteDocs,
TestPostingsSolrHighlighter, TestCloudSearcherWarming, ReplaceNodeTest,
TriLevelCompositeIdRoutingTest, IndexSizeTriggerSizeEstimationTest,
BaseCdcrDistributedZkTest, ClusterStateMockUtilTest,
TestWaitForStateWithJettyShutdowns, TestFieldCacheWithThreads,
TestUninvertingReader, TestChildDocTransformer, TestHighlightDedupGrouping,
TestAnalyzeInfixSuggestions, TestConfigReload, TestRawResponseWriter,
MaxSizeAutoCommitTest, ZkSolrClientTest, TestCloudDeduplication,
ZkControllerTest, SuggesterFSTTest, TestAtomicUpdateErrorCases,
TestTlogReplica, BasicZkTest, DirectSolrConnectionTest,
LeaderFailureAfterFreshStartTest, TestCollapseQParserPlugin,
TestRandomFlRTGCloud, TestXIncludeConfig, SpatialFilterTest,
TestCollationField, TestExclusionRuleCollectionAccess,
TestGraphMLResponseWriter, PathHierarchyTokenizerFactoryTest,
AnalyticsMergeStrategyTest, FileBasedSpellCheckerTest,
TestLuceneIndexBackCompat, RAMDirectoryFactoryTest, HighlighterConfigTest,
TestPerFieldSimilarity, TestUtils, TestInPlaceUpdatesDistrib,
IgnoreLargeDocumentProcessorFactoryTest, BlobRepositoryCloudTest,
TestSSLRandomization, IndexSchemaTest, FieldAnalysisRequestHandlerTest,
CollectionStateFormat2Test, SparseHLLTest, QueryElevationComponentTest,
TestStandardQParsers, HdfsUnloadDistributedZkTest,
NodeAddedTriggerIntegrationTest, OverseerSolrResponseTest, TaggerTest,
SolrCoreCheckLockOnStartupTest, TestSimDistributedQueue, TestMacroExpander,
TestSkipOverseerOperations, TriggerSetPropertiesIntegrationTest,
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestReplicationHandler,
ZkCollectionPropsCachingTest, TestDynamicFieldResource, TestOrdValues,
SplitShardTest, BlockJoinFacetDistribTest, HdfsLockFactoryTest,
InfoHandlerTest, DistributedFacetPivotLongTailTest,
TestStressCloudBlindAtomicUpdates, TestBinaryField, TestCustomSort,
SolrCmdDistributorTest, TestPullReplica]
[junit4] Completed [444/952 (1!)] on J0 in 52.65s, 10 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 55981 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]