Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2176/

1 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest

Error Message:
Could not load collection from ZK: localShardsTestColl

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
localShardsTestColl
        at 
__randomizedtesting.SeedInfo.seed([61F79A1E73223DE:FAD2E11819E5B424]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1206)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:848)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithPreferLocalShards(CloudSolrClientTest.java:458)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:439)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/localShardsTestColl/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
        ... 48 more




Build Log:
[...truncated 14978 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/init-core-data-001
   [junit4]   2> 359592 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 359626 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 359626 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 359627 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001
   [junit4]   2> 359627 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 359642 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 359642 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 359751 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39491
   [junit4]   2> 359899 ERROR (Thread-278) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 360740 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15fc21721bd0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 360926 INFO  (jetty-launcher-169-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 360759 INFO  (jetty-launcher-169-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 360977 INFO  (jetty-launcher-169-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48ed31f6{/solr,null,AVAILABLE}
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1262327{HTTP/1.1,[http/1.1]}{127.0.0.1:36071}
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.e.j.s.Server Started @375435ms
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36071}
   [junit4]   2> 360978 ERROR (jetty-launcher-169-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 360978 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-15T23:50:18.081Z
   [junit4]   2> 361143 INFO  (jetty-launcher-169-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 361157 INFO  (jetty-launcher-169-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31b16d60{/solr,null,AVAILABLE}
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@29b6bf97{HTTP/1.1,[http/1.1]}{127.0.0.1:46208}
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.e.j.s.Server Started @375615ms
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46208}
   [junit4]   2> 361158 ERROR (jetty-launcher-169-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 361158 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-15T23:50:18.261Z
   [junit4]   2> 361251 INFO  (jetty-launcher-169-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a4fb81{/solr,null,AVAILABLE}
   [junit4]   2> 361251 INFO  (jetty-launcher-169-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5232fce1{HTTP/1.1,[http/1.1]}{127.0.0.1:34219}
   [junit4]   2> 361251 INFO  (jetty-launcher-169-thread-3) [    ] 
o.e.j.s.Server Started @375708ms
   [junit4]   2> 361251 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34219}
   [junit4]   2> 361252 ERROR (jetty-launcher-169-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 361252 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 361252 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 361252 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 361252 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-15T23:50:18.355Z
   [junit4]   2> 361581 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 361617 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 361670 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 361910 INFO  (jetty-launcher-169-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39491/solr
   [junit4]   2> 362110 INFO  (jetty-launcher-169-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39491/solr
   [junit4]   2> 362178 INFO  (jetty-launcher-169-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39491/solr
   [junit4]   2> 363890 WARN  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 364015 WARN  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 363999 WARN  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 364038 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 364039 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 364052 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34219_solr
   [junit4]   2> 364052 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36071_solr
   [junit4]   2> 364053 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.Overseer Overseer 
(id=99011121431511049-127.0.0.1:34219_solr-n_0000000000) starting
   [junit4]   2> 364148 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 364185 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 364309 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46208_solr
   [junit4]   2> 364309 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 364344 INFO  
(zkCallback-186-thread-1-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 364436 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 364543 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 364726 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 364730 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34219_solr
   [junit4]   2> 364948 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 364948 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 364966 INFO  
(zkCallback-186-thread-2-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 365608 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36071.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 365899 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36071.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 365899 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36071.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 365938 INFO  (jetty-launcher-169-thread-1) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node1/.
   [junit4]   2> 366510 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34219.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 366694 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46208.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 366854 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34219.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 366854 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34219.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 366855 INFO  (jetty-launcher-169-thread-3) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node3/.
   [junit4]   2> 366892 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46208.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 366913 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46208.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 367138 INFO  (jetty-launcher-169-thread-2) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node2/.
   [junit4]   2> 368303 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 368304 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39491/solr ready
   [junit4]   2> 368484 INFO  (qtp2116350560-1281) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 368686 INFO  
(OverseerThreadFactory-663-thread-1-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 368961 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46208/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 368996 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34219/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 369744 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 369745 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 369872 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 369872 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 370037 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 370037 INFO  
(zkCallback-186-thread-2-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 370037 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 370037 INFO  
(zkCallback-186-thread-1-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 371115 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 371187 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 371442 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 371443 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 372581 WARN  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 372581 WARN  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 372599 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 372599 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 372600 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34219.solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 372600 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 372600 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node3/collection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node3/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 372706 WARN  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 372706 WARN  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 372707 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 372707 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 372707 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46208.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 372707 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 372707 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 373917 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 373917 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 373918 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 373918 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 374025 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b63c5fc[collection1_shard2_replica_n2] main]
   [junit4]   2> 374026 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 374027 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 374171 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 374172 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584177958119014400
   [junit4]   2> 374174 INFO  
(searcherExecutor-670-thread-1-processing-n:127.0.0.1:34219_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:34219_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@5b63c5fc[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 374300 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 374354 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 374354 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 374355 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 374355 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 374356 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b6a6754[collection1_shard1_replica_n1] main]
   [junit4]   2> 374357 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 374357 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 374358 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 374393 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 374407 INFO  
(searcherExecutor-671-thread-1-processing-n:127.0.0.1:46208_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:46208_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@2b6a6754[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 374407 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584177958365429760
   [junit4]   2> 374518 INFO  
(zkCallback-186-thread-3-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374518 INFO  
(zkCallback-186-thread-2-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374553 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 374555 INFO  (qtp2116350560-1278) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4810
   [junit4]   2> 374574 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374574 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374610 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 374611 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 374611 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46208/solr/collection1_shard1_replica_n1/
   [junit4]   2> 374611 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 374611 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:46208/solr/collection1_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 374611 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 374613 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46208/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 374757 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374757 INFO  
(zkCallback-186-thread-1-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374757 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374757 INFO  
(zkCallback-186-thread-3-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374773 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 374774 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4902
   [junit4]   2> 374810 INFO  (qtp2116350560-1281) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 374940 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374940 INFO  
(zkCallback-186-thread-2-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374940 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 374940 INFO  
(zkCallback-186-thread-3-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 375850 INFO  (qtp2116350560-1281) [n:127.0.0.1:34219_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=7365
   [junit4]   2> 375927 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 375977 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 376567 INFO  (qtp213812002-1259) [n:127.0.0.1:36071_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 376680 INFO  (qtp213812002-1259) [n:127.0.0.1:36071_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=112
   [junit4]   2> 376748 INFO  
(OverseerCollectionConfigSetProcessor-99011121431511049-127.0.0.1:34219_solr-n_0000000000)
 [n:127.0.0.1:34219_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 376929 INFO  
(TEST-CloudSolrClientTest.testAliasHandling-seed#[61F79A1E73223DE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAliasHandling
   [junit4]   2> 377256 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1584177961279422464)} 0 70
   [junit4]   2> 377293 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177961391620096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 377293 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 377296 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 377296 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 377330 INFO  (qtp2116350560-1284) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177961430417408,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 377330 INFO  (qtp2116350560-1284) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 377333 INFO  (qtp2116350560-1284) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 377333 INFO  (qtp2116350560-1284) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 377406 INFO  (qtp2116350560-1282) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection1:5&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1584177961254256640),commit=} 0 461
   [junit4]   2> 377419 INFO  (qtp2116350560-1282) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=2nd_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 377464 INFO  
(OverseerThreadFactory-663-thread-2-processing-n:127.0.0.1:34219_solr) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
2nd_collection
   [junit4]   2> 377858 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"2nd_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"2nd_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36071/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 377983 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"2nd_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"2nd_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46208/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 378240 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=2nd_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=2nd_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378241 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 378260 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=2nd_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=2nd_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 378598 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378598 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378598 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 378610 INFO  
(zkCallback-184-thread-2-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 379477 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379640 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 379695 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.IndexSchema [2nd_collection_shard2_replica_n2] Schema name=test
   [junit4]   2> 379841 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [2nd_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 380943 WARN  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 380943 WARN  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 380944 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 380944 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore '2nd_collection_shard2_replica_n2' 
using configuration from collection 2nd_collection, trusted=true
   [junit4]   2> 380944 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46208.solr.core.2nd_collection.shard2.replica_n2' (registry 
'solr.core.2nd_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 380944 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 380944 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SolrCore [[2nd_collection_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node2/2nd_collection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node2/./2nd_collection_shard2_replica_n2/data/]
   [junit4]   2> 381068 WARN  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 381068 WARN  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 381068 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 381068 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore '2nd_collection_shard1_replica_n1' 
using configuration from collection 2nd_collection, trusted=true
   [junit4]   2> 381105 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36071.solr.core.2nd_collection.shard1.replica_n1' (registry 
'solr.core.2nd_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@325c4534
   [junit4]   2> 381105 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 381105 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[2nd_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node1/2nd_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001/tempDir-001/node1/./2nd_collection_shard1_replica_n1/data/]
   [junit4]   2> 382194 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 382194 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 382195 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382195 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382197 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c009757[2nd_collection_shard1_replica_n1] main]
   [junit4]   2> 382211 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 382211 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 382212 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 382212 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584177966549565440
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36071/solr/2nd_collection_shard1_replica_n1/
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36071/solr/2nd_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 382322 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 382341 INFO  
(searcherExecutor-681-thread-1-processing-n:127.0.0.1:36071_solr 
x:2nd_collection_shard1_replica_n1 s:shard1 c:2nd_collection r:core_node3) 
[n:127.0.0.1:36071_solr c:2nd_collection s:shard1 r:core_node3 
x:2nd_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[2nd_collection_shard1_replica_n1] Registered new searcher 
Searcher@1c009757[2nd_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382359 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 382360 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 382415 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382415 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382416 INFO  
(zkCallback-184-thread-2-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382416 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382417 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36071/solr/2nd_collection_shard1_replica_n1/ shard1
   [junit4]   2> 382429 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 382431 INFO  (qtp213812002-1257) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=2nd_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=2nd_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4190
   [junit4]   2> 382431 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382431 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382450 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@144d3007[2nd_collection_shard2_replica_n2] main]
   [junit4]   2> 382451 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 382451 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 382452 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 382453 INFO  
(searcherExecutor-680-thread-1-processing-n:127.0.0.1:46208_solr 
x:2nd_collection_shard2_replica_n2 s:shard2 c:2nd_collection r:core_node4) 
[n:127.0.0.1:46208_solr c:2nd_collection s:shard2 r:core_node4 
x:2nd_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[2nd_collection_shard2_replica_n2] Registered new searcher 
Searcher@144d3007[2nd_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382453 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1584177966802272256
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46208/solr/2nd_collection_shard2_replica_n2/
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:46208/solr/2nd_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 382490 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 382525 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46208/solr/2nd_collection_shard2_replica_n2/ shard2
   [junit4]   2> 382635 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382635 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382635 INFO  
(zkCallback-184-thread-2-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382635 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382685 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 382687 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=2nd_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=2nd_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=4426
   [junit4]   2> 382707 INFO  (qtp2116350560-1282) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 382796 INFO  
(zkCallback-185-thread-2-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382796 INFO  
(zkCallback-185-thread-1-processing-n:127.0.0.1:46208_solr) 
[n:127.0.0.1:46208_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382796 INFO  
(zkCallback-184-thread-2-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 382796 INFO  
(zkCallback-184-thread-1-processing-n:127.0.0.1:36071_solr) 
[n:127.0.0.1:36071_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/2nd_collection/state.json] for collection [2nd_collection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 383511 INFO  
(OverseerCollectionConfigSetProcessor-99011121431511049-127.0.0.1:34219_solr-n_0000000000)
 [n:127.0.0.1:34219_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 383710 INFO  (qtp2116350560-1282) [n:127.0.0.1:34219_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=2nd_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=6290
   [junit4]   2> 383710 INFO  
(TEST-CloudSolrClientTest.testAliasHandling-seed#[61F79A1E73223DE]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
2nd_collection failOnTimeout:true timeout (sec):30
   [junit4]   2> 383710 INFO  
(TEST-CloudSolrClientTest.testAliasHandling-seed#[61F79A1E73223DE]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
2nd_collection
   [junit4]   2> 383726 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383727 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 383727 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383728 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 383729 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params 
action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 383729 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 383746 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383747 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 383968 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1584177968197926912)]} 0 184
   [junit4]   2> 383969 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383982 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=13
   [junit4]   2> 383983 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383983 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 383984 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 383984 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 383985 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 384038 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=53
   [junit4]   2> 384039 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 384040 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 384112 INFO  (qtp2116350560-1283) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177968541859840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 384112 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177968541859840,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 384113 INFO  (qtp2116350560-1283) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 384113 INFO  (qtp2116350560-1283) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 384113 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@35031fc9 
commitCommandVersion:1584177968541859840
   [junit4]   2> 384114 INFO  (qtp2116350560-1283) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 384789 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70cea71d[collection1_shard1_replica_n1] main]
   [junit4]   2> 384807 INFO  
(searcherExecutor-671-thread-1-processing-n:127.0.0.1:46208_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:46208_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@70cea71d[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 384808 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 384808 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34219/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 695
   [junit4]   2> 384825 INFO  (qtp2116350560-1279) [n:127.0.0.1:34219_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 741
   [junit4]   2> 384826 INFO  (qtp2116350560-1285) [n:127.0.0.1:34219_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params 
collections=collection1&name=testalias&action=CREATEALIAS&wt=javabin&version=2 
and sendToOCPQueue=true
   [junit4]   2> 385027 INFO  (qtp2116350560-1285) [n:127.0.0.1:34219_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collections=collection1&name=testalias&action=CREATEALIAS&wt=javabin&version=2}
 status=0 QTime=201
   [junit4]   2> 385028 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385029 INFO  (qtp1389436075-1268) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 385029 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385043 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=13
   [junit4]   2> 385044 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385045 INFO  (qtp1389436075-1266) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 385081 INFO  (qtp1389436075-1269) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [2nd_collection_shard2_replica_n2]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1584177969521229824)]} 0 35
   [junit4]   2> 385301 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385315 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=13
   [junit4]   2> 385318 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385337 INFO  (qtp1389436075-1270) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=19
   [junit4]   2> 385350 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385351 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=13
   [junit4]   2> 385353 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385354 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 385354 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 385372 INFO  (qtp1389436075-1271) [n:127.0.0.1:46208_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=2nd_collection&wt=javabin&version=2} 
status=0 QTime=17
   [junit4]   2> 385447 INFO  (qtp213812002-1260) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177969940660224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 385447 INFO  (qtp1389436075-1265) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1584177969940660224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 385447 INFO  (qtp213812002-1260) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 385447 INFO  (qtp1389436075-1265) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@691efd4b 
commitCommandVersion:1584177969940660224
   [junit4]   2> 385448 INFO  (qtp213812002-1260) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 385448 INFO  (qtp213812002-1260) [n:127.0.0.1:36071_solr 
c:2nd_collection s:shard1 r:core_node3 x:2nd_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [2nd_collection_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46208/solr/2nd_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 385718 INFO  (qtp1389436075-1265) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@222ee25d[2nd_collection_shard2_replica_n2] main]
   [junit4]   2> 385720 INFO  
(searcherExecutor-680-thread-1-processing-n:127.0.0.1:46208_solr 
x:2nd_collection_shard2_replica_n2 s:shard2 c:2nd_collection r:core_node4) 
[n:127.0.0.1:46208_solr c:2nd_collection s:shard2 r:core_node4 
x:2nd_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[2nd_collection_shard2_replica_n2] Registered new searcher 
Searcher@222ee25d[2nd_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 385720 INFO  (qtp1389436075-1265) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 385720 INFO  (qtp1389436075-1265) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [2nd_collection_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46208/solr/2nd_collection_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 273
   [junit4]   2> 385770 INFO  (qtp1389436075-1272) [n:127.0.0.1:46208_solr 
c:2nd_collection s:shard2 r:core_node4 x:2nd_collection_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [2nd_collection_shard2_replica_n2]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0

[...truncated too long message...]

s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c0b72d: rootName = 
solr_46208, domain = solr.core.multicollection2.shard1.replica_n1, service url 
= null, agent id = null] for registry 
solr.core.multicollection2.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@cefe7dd
   [junit4]   2> 476726 INFO  (coreCloseExecutor-797-thread-4) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard1 r:core_node9 
x:localShardsTestColl_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=197024103
   [junit4]   2> 476726 INFO  (coreCloseExecutor-797-thread-5) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard3.replica_n16, 
tag=628519673
   [junit4]   2> 476726 INFO  (coreCloseExecutor-797-thread-5) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21f11008: rootName 
= solr_36071, domain = solr.core.localShardsTestColl.shard3.replica_n16, 
service url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard3.replica_n16 / 
com.codahale.metrics.MetricRegistry@d6c81d0
   [junit4]   2> 476768 INFO  (coreCloseExecutor-796-thread-4) 
[n:127.0.0.1:46208_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection2.shard1.leader, 
tag=1818985640
   [junit4]   2> 476783 INFO  (coreCloseExecutor-796-thread-3) 
[n:127.0.0.1:46208_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.foo.shard1.replica_n2, tag=2112960944
   [junit4]   2> 476783 INFO  (coreCloseExecutor-796-thread-3) 
[n:127.0.0.1:46208_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ff5fa94: rootName = 
solr_46208, domain = solr.core.foo.shard1.replica_n2, service url = null, agent 
id = null] for registry solr.core.foo.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@8a10ddc
   [junit4]   2> 476835 INFO  (coreCloseExecutor-797-thread-5) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard3 r:core_node18 
x:localShardsTestColl_shard3_replica_n16] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=628519673
   [junit4]   2> 476841 INFO  (coreCloseExecutor-797-thread-6) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard2 r:core_node12 
x:localShardsTestColl_shard2_replica_n7] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n7, 
tag=1823664364
   [junit4]   2> 476841 INFO  (coreCloseExecutor-797-thread-6) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard2 r:core_node12 
x:localShardsTestColl_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4be05ae4: rootName 
= solr_36071, domain = solr.core.localShardsTestColl.shard2.replica_n7, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard2.replica_n7 / 
com.codahale.metrics.MetricRegistry@418f0365
   [junit4]   2> 477003 INFO  (coreCloseExecutor-797-thread-6) 
[n:127.0.0.1:36071_solr c:localShardsTestColl s:shard2 r:core_node12 
x:localShardsTestColl_shard2_replica_n7] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=1823664364
   [junit4]   2> 477023 INFO  (coreCloseExecutor-796-thread-2) 
[n:127.0.0.1:46208_solr c:2nd_collection s:shard2 r:core_node4 
x:2nd_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.2nd_collection.shard2.replica_n2, 
tag=1084750306
   [junit4]   2> 477023 INFO  (coreCloseExecutor-796-thread-2) 
[n:127.0.0.1:46208_solr c:2nd_collection s:shard2 r:core_node4 
x:2nd_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3612fd8: rootName = 
solr_46208, domain = solr.core.2nd_collection.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.2nd_collection.shard2.replica_n2 
/ com.codahale.metrics.MetricRegistry@23f657ad
   [junit4]   2> 477041 INFO  (coreCloseExecutor-796-thread-3) 
[n:127.0.0.1:46208_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=2112960944
   [junit4]   2> 477041 INFO  (coreCloseExecutor-796-thread-2) 
[n:127.0.0.1:46208_solr c:2nd_collection s:shard2 r:core_node4 
x:2nd_collection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.2nd_collection.shard2.leader, 
tag=1084750306
   [junit4]   2> 477202 INFO  (jetty-closer-170-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=99011121431511049-127.0.0.1:34219_solr-n_0000000000) closing
   [junit4]   2> 477203 INFO  
(OverseerStateUpdate-99011121431511049-127.0.0.1:34219_solr-n_0000000000) 
[n:127.0.0.1:34219_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34219_solr
   [junit4]   2> 477316 WARN  
(OverseerAutoScalingTriggerThread-99011121431511049-127.0.0.1:34219_solr-n_0000000000)
 [n:127.0.0.1:34219_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 477703 INFO  (jetty-closer-170-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7a4fb81{/solr,null,UNAVAILABLE}
   [junit4]   2> 477706 INFO  (jetty-closer-170-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@48ed31f6{/solr,null,UNAVAILABLE}
   [junit4]   2> 478997 INFO  (jetty-closer-170-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@31b16d60{/solr,null,UNAVAILABLE}
   [junit4]   2> 479053 ERROR 
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 479053 INFO  
(SUITE-CloudSolrClientTest-seed#[61F79A1E73223DE]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39491 39491
   [junit4]   2> 479361 INFO  (Thread-278) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39491 39491
   [junit4]   2> 479363 WARN  (Thread-278) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        27      /solr/collections/foo/state.json
   [junit4]   2>        17      /solr/collections/multicollection1/state.json
   [junit4]   2>        16      
/solr/collections/stale_state_test_col/state.json
   [junit4]   2>        16      /solr/collections/collection1/state.json
   [junit4]   2>        16      /solr/collections/multicollection2/state.json
   [junit4]   2>        14      /solr/collections/2nd_collection/state.json
   [junit4]   2>        12      /solr/collections/nemesis/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/overwrite/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_61F79A1E73223DE-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Direct), 
title_s=PostingsFormat(name=Memory), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Memory), 
multiDefault=DocValuesFormat(name=Direct), 
title_s=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Memory), 
id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Memory)}, 
maxPointsInLeafNode=432, maxMBSortInHeap=6.792092636240911, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@76d87bd0),
 locale=es-CL, timezone=America/Martinique
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=267644128,total=482869248
   [junit4]   2> NOTE: All tests run in this JVM: [SineEvaluatorTest, 
TestCollectionStateWatchers, RegressionEvaluatorTest, ArcCosineEvaluatorTest, 
StreamExpressionToExplanationTest, LessThanEqualToEvaluatorTest, 
DocumentAnalysisResponseTest, CoalesceEvaluatorTest, 
HyperbolicSineEvaluatorTest, ExclusiveOrEvaluatorTest, UuidEvaluatorTest, 
CosineEvaluatorTest, TestSuggesterResponse, NormalizeEvaluatorTest, 
GreaterThanEqualToEvaluatorTest, TestBatchUpdate, DivideEvaluatorTest, 
TestValidatingJsonMap, NamedListTest, ModifiableSolrParamsTest, 
AddEvaluatorTest, TestCollectionAdminRequest, TangentEvaluatorTest, 
SolrParamTest, SolrExampleStreamingTest, SolrExampleBinaryTest, 
SolrExampleJettyTest, JettyWebappTest, LargeVolumeJettyTest, TestCoreAdmin, 
TestLBHttpSolrClient, TestPolicy, CloudSolrClientBuilderTest, 
CloudSolrClientTest]
   [junit4] Completed [99/146 (1!)] on J2 in 120.45s, 16 tests, 1 error <<< 
FAILURES!

[...truncated 46423 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to