Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/110/

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at 
https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1: 
ClusterState says we are the leader 
(https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1), but 
locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at 
https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1: 
ClusterState says we are the leader 
(https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1), but 
locally we don't think so. Request came from null
        at 
__randomizedtesting.SeedInfo.seed([B591D2A483B12731:FDE4A610858208A4]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:458)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1: 
ClusterState says we are the leader 
(https://127.0.0.1:32812/solr/awhollynewcollection_0_shard4_replica_n1), but 
locally we don't think so. Request came from null
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([B591D2A483B12731:A990AF29F61459A2]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at org.junit.Assert.assertFalse(Assert.java:79)
        at 
org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:497)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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)




Build Log:
[...truncated 11019 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/init-core-data-001
   [junit4]   2> 354039 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 354039 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 354041 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 354072 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001
   [junit4]   2> 354072 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 354072 INFO  (Thread-190) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 354072 INFO  (Thread-190) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 354237 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34450
   [junit4]   2> 354352 ERROR (Thread-190) [    ] 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> 354403 INFO  (jetty-launcher-400-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 354417 INFO  (jetty-launcher-400-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 354419 INFO  (jetty-launcher-400-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 354450 INFO  (jetty-launcher-400-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 354652 INFO  (jetty-launcher-400-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57cd9090{/solr,null,AVAILABLE}
   [junit4]   2> 354668 INFO  (jetty-launcher-400-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c287fb6{/solr,null,AVAILABLE}
   [junit4]   2> 354811 INFO  (jetty-launcher-400-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7d600860{/solr,null,AVAILABLE}
   [junit4]   2> 354908 INFO  (jetty-launcher-400-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@54c2ae69{/solr,null,AVAILABLE}
   [junit4]   2> 354951 INFO  (jetty-launcher-400-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@38797402{SSL,[ssl, 
http/1.1]}{127.0.0.1:32812}
   [junit4]   2> 354951 INFO  (jetty-launcher-400-thread-2) [    ] 
o.e.j.s.Server Started @371819ms
   [junit4]   2> 354951 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32812}
   [junit4]   2> 354951 ERROR (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 354951 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 354952 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 354952 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 354952 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-11T14:03:39.600Z
   [junit4]   2> 354981 INFO  (jetty-launcher-400-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@46d68bb3{SSL,[ssl, 
http/1.1]}{127.0.0.1:41602}
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.e.j.s.Server Started @371850ms
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41602}
   [junit4]   2> 354982 ERROR (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 354982 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-11T14:03:39.630Z
   [junit4]   2> 355038 INFO  (jetty-launcher-400-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f7e96e4{SSL,[ssl, 
http/1.1]}{127.0.0.1:44470}
   [junit4]   2> 355038 INFO  (jetty-launcher-400-thread-4) [    ] 
o.e.j.s.Server Started @371906ms
   [junit4]   2> 355038 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44470}
   [junit4]   2> 355039 ERROR (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355039 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355039 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355039 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355039 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-11T14:03:39.687Z
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@ff7f6fd{SSL,[ssl, 
http/1.1]}{127.0.0.1:41107}
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.e.j.s.Server Started @371976ms
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41107}
   [junit4]   2> 355108 ERROR (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 355108 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-11T14:03:39.756Z
   [junit4]   2> 355222 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355222 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355305 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355367 INFO  (jetty-launcher-400-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34450/solr
   [junit4]   2> 355335 INFO  (jetty-launcher-400-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34450/solr
   [junit4]   2> 355501 INFO  (jetty-launcher-400-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34450/solr
   [junit4]   2> 355385 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 355619 INFO  (jetty-launcher-400-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34450/solr
   [junit4]   2> 355703 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 0x15dd19b8d7f0005, 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> 355749 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 0x15dd19b8d7f0006, 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> 355751 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 0x15dd19b8d7f0007, 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> 357849 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 357850 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44470_solr
   [junit4]   2> 357850 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.Overseer Overseer 
(id=98465232896065547-127.0.0.1:44470_solr-n_0000000000) starting
   [junit4]   2> 357956 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44470_solr
   [junit4]   2> 358054 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 358284 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 358300 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 358332 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32812_solr
   [junit4]   2> 358333 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 358449 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 358504 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 358749 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 358751 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41107_solr
   [junit4]   2> 358769 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 358797 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 358903 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 358919 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 359216 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 359218 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41602_solr
   [junit4]   2> 359222 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 359222 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 359232 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 359313 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 359484 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359512 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359577 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359578 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359579 INFO  (jetty-launcher-400-thread-4) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node4
   [junit4]   2> 359579 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359579 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359580 INFO  (jetty-launcher-400-thread-2) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node2
   [junit4]   2> 359864 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359941 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359945 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359945 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359946 INFO  (jetty-launcher-400-thread-1) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node1
   [junit4]   2> 359973 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359987 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 359988 INFO  (jetty-launcher-400-thread-3) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node3
   [junit4]   2> 360524 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 360524 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34450/solr ready
   [junit4]   2> 360679 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[B591D2A483B12731])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 360679 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[B591D2A483B12731])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 360918 INFO  (qtp1730698196-1422) [n:127.0.0.1:32812_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 361001 INFO  
(OverseerThreadFactory-552-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 361311 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:32812/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 361408 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41107/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 361477 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41602/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 361542 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44470/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 362290 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 362290 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 362291 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 362306 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 362307 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 362307 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 362390 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 362390 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 362584 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362584 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362593 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362593 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362598 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362602 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362625 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 362667 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 363520 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 363560 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 363567 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 363575 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.s.IndexSchema 
[nodes_used_collection_shard2_replica_n1] Schema name=minimal
   [junit4]   2> 363596 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[nodes_used_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 363616 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 363616 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'nodes_used_collection_shard1_replica_n1' using configuration from 
collection nodes_used_collection, trusted=true
   [junit4]   2> 363616 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 363616 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'nodes_used_collection_shard2_replica_n1' using configuration from 
collection nodes_used_collection, trusted=true
   [junit4]   2> 363616 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.nodes_used_collection.shard1.replica_n1' (registry 
'solr.core.nodes_used_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 363617 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 363617 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.nodes_used_collection.shard2.replica_n1' (registry 
'solr.core.nodes_used_collection.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 363617 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[nodes_used_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node2/nodes_used_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node2/nodes_used_collection_shard1_replica_n1/data/]
   [junit4]   2> 363617 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 363617 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore 
[[nodes_used_collection_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n1/data/]
   [junit4]   2> 363657 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.0.0
   [junit4]   2> 363678 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.s.IndexSchema 
[nodes_used_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 363693 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 363693 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'nodes_used_collection_shard1_replica_n2' using configuration from 
collection nodes_used_collection, trusted=true
   [junit4]   2> 363693 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.s.IndexSchema 
[nodes_used_collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 363693 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.nodes_used_collection.shard1.replica_n2' (registry 
'solr.core.nodes_used_collection.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 363693 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 363694 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[[nodes_used_collection_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node1/nodes_used_collection_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node1/nodes_used_collection_shard1_replica_n2/data/]
   [junit4]   2> 363695 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 363695 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'nodes_used_collection_shard2_replica_n2' using configuration from 
collection nodes_used_collection, trusted=true
   [junit4]   2> 363753 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.nodes_used_collection.shard2.replica_n2' (registry 
'solr.core.nodes_used_collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cfc1c02
   [junit4]   2> 363753 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 363753 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[[nodes_used_collection_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node4/nodes_used_collection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_B591D2A483B12731-001/tempDir-001/node4/nodes_used_collection_shard2_replica_n2/data/]
   [junit4]   2> 364065 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 364065 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 364078 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 364078 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 364099 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27ea2eb6[nodes_used_collection_shard1_replica_n1] main]
   [junit4]   2> 364100 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 364100 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 364101 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 364101 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575443736820711424
   [junit4]   2> 364202 INFO  
(searcherExecutor-561-thread-1-processing-n:127.0.0.1:32812_solr 
x:nodes_used_collection_shard1_replica_n1 s:shard1 c:nodes_used_collection 
r:core_node1) [n:127.0.0.1:32812_solr c:nodes_used_collection s:shard1 
r:core_node1 x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica_n1] Registered new searcher 
Searcher@27ea2eb6[nodes_used_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 364211 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 364211 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 364212 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 364212 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 364214 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5aead6e4[nodes_used_collection_shard1_replica_n2] main]
   [junit4]   2> 364241 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 364241 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 364242 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 364242 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 364243 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6f8bc3ac[nodes_used_collection_shard2_replica_n2] main]
   [junit4]   2> 364258 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 364258 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 364259 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 364259 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 364264 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 364264 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 364265 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 364265 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 364266 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575443736993726464
   [junit4]   2> 364272 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 364273 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 364273 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575443737001066496
   [junit4]   2> 364334 INFO  
(searcherExecutor-564-thread-1-processing-n:127.0.0.1:44470_solr 
x:nodes_used_collection_shard2_replica_n2 s:shard2 c:nodes_used_collection 
r:core_node4) [n:127.0.0.1:44470_solr c:nodes_used_collection s:shard2 
r:core_node4 x:nodes_used_collection_shard2_replica_n2] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica_n2] Registered new searcher 
Searcher@6f8bc3ac[nodes_used_collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 364336 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 364336 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 364336 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:32812/solr/nodes_used_collection_shard1_replica_n1/
   [junit4]   2> 364336 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard1_replica_n1 url=https://127.0.0.1:32812/solr 
START 
replicas=[https://127.0.0.1:41107/solr/nodes_used_collection_shard1_replica_n2/]
 nUpdates=100
   [junit4]   2> 364340 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5dbc7ff4[nodes_used_collection_shard2_replica_n1] main]
   [junit4]   2> 364341 INFO  
(searcherExecutor-563-thread-1-processing-n:127.0.0.1:41107_solr 
x:nodes_used_collection_shard1_replica_n2 s:shard1 c:nodes_used_collection 
r:core_node2) [n:127.0.0.1:41107_solr c:nodes_used_collection s:shard1 
r:core_node2 x:nodes_used_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica_n2] Registered new searcher 
Searcher@5aead6e4[nodes_used_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 364342 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard1_replica_n1 url=https://127.0.0.1:32812/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 364442 INFO  (qtp732235928-1410) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.c.S.Request 
[nodes_used_collection_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 364524 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 364524 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 364524 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 364568 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 364585 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 364585 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for  10000
   [junit4]   2> 364586 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1575443737329270784
   [junit4]   2> 364638 INFO  
(searcherExecutor-562-thread-1-processing-n:127.0.0.1:41602_solr 
x:nodes_used_collection_shard2_replica_n1 s:shard2 c:nodes_used_collection 
r:core_node3) [n:127.0.0.1:41602_solr c:nodes_used_collection s:shard2 
r:core_node3 x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica_n1] Registered new searcher 
Searcher@5dbc7ff4[nodes_used_collection_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 364667 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364667 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364667 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364678 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364682 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364682 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364683 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364683 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364722 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 364722 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 364722 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SyncStrategy Sync replicas 
to https://127.0.0.1:41602/solr/nodes_used_collection_shard2_replica_n1/
   [junit4]   2> 364722 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard2_replica_n1 url=https://127.0.0.1:41602/solr 
START 
replicas=[https://127.0.0.1:44470/solr/nodes_used_collection_shard2_replica_n2/]
 nUpdates=100
   [junit4]   2> 364736 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:32812/solr/nodes_used_collection_shard1_replica_n1/ shard1
   [junit4]   2> 364760 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.u.PeerSync PeerSync: 
core=nodes_used_collection_shard2_replica_n1 url=https://127.0.0.1:41602/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 364880 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364880 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364880 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364885 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364889 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364889 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364926 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364926 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 364945 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 364947 INFO  (qtp1730698196-1425) [n:127.0.0.1:32812_solr 
c:nodes_used_collection s:shard1 r:core_node1 
x:nodes_used_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2656
   [junit4]   2> 365018 INFO  (qtp262559933-1431) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_collection_shard2_replica_n2] o.a.s.c.S.Request 
[nodes_used_collection_shard2_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 365023 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 365023 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext 
We failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 365023 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 365089 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:41602/solr/nodes_used_collection_shard2_replica_n1/ shard2
   [junit4]   2> 365211 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365211 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365218 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365218 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365218 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365222 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365222 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365222 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365240 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_replica_n1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 365244 INFO  (qtp1432923624-1440) [n:127.0.0.1:41602_solr 
c:nodes_used_collection s:shard2 r:core_node3 
x:nodes_used_collection_shard2_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=nodes_used_collection_shard2_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3018
   [junit4]   2> 365409 INFO  (qtp732235928-1414) [n:127.0.0.1:41107_solr 
c:nodes_used_collection s:shard1 r:core_node2 
x:nodes_used_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3193
   [junit4]   2> 365444 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365444 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365450 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365450 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365450 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365454 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365454 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365454 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365824 INFO  (qtp262559933-1434) [n:127.0.0.1:44470_solr 
c:nodes_used_collection s:shard2 r:core_node4 
x:nodes_used_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=nodes_used_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3434
   [junit4]   2> 365898 INFO  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365898 INFO  
(zkCallback-422-thread-1-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365898 INFO  
(zkCallback-421-thread-2-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365898 INFO  
(zkCallback-421-thread-1-processing-n:127.0.0.1:32812_solr) 
[n:127.0.0.1:32812_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365898 INFO  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365898 INFO  
(zkCallback-420-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365905 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365905 INFO  
(zkCallback-419-thread-2-processing-n:127.0.0.1:41602_solr) 
[n:127.0.0.1:41602_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 365987 INFO  (qtp1730698196-1422) [n:127.0.0.1:32812_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> 365988 INFO  (qtp1730698196-1422) [n:127.0.0.1:32812_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=5069
   [junit4]   2> 365991 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[B591D2A483B12731])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCoresAreDistributedAcrossNodes
   [junit4]   2> 366202 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[B591D2A483B12731])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 366203 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[B591D2A483B12731])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 366218 INFO  (qtp1730698196-1423) [n:127.0.0.1:32812_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=nodes_used_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 366267 INFO  
(OverseerCollectionConfigSetProcessor-98465232896065547-127.0.0.1:44470_solr-n_0000000000)
 [n:127.0.0.1:44470_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> 366269 INFO  
(OverseerThreadFactory-552-thread-2-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 366318 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard1.replica_n2, tag=null
   [junit4]   2> 366349 INFO  (qtp1432923624-1441) [n:127.0.0.1:41602_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard2.replica_n1, tag=null
   [junit4]   2> 366496 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@58cf6312
   [junit4]   2> 366496 INFO  (qtp1730698196-1418) [n:127.0.0.1:32812_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard1.replica_n1, tag=null
   [junit4]   2> 366496 INFO  (qtp1432923624-1441) [n:127.0.0.1:41602_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4258bfa
   [junit4]   2> 366598 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard2.replica_n2, tag=null
   [junit4]   2> 366628 INFO  (qtp1730698196-1418) [n:127.0.0.1:32812_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c3d2c1e
   [junit4]   2> 366847 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.c.SolrCore [nodes_used_collection_shard2_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4e59f961
   [junit4]   2> 366849 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard1.replica_n2, tag=1489986322
   [junit4]   2> 366849 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.nodes_used_collection.shard1.leader, tag=1489986322
   [junit4]   2> 367002 INFO  (qtp1432923624-1441) [n:127.0.0.1:41602_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard2.replica_n1, tag=69569530
   [junit4]   2> 367002 INFO  (qtp1432923624-1441) [n:127.0.0.1:41602_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.nodes_used_collection.shard2.leader, tag=69569530
   [junit4]   2> 367024 INFO  (qtp1432923624-1441) [n:127.0.0.1:41602_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard2_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=705
   [junit4]   2> 367028 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard2.replica_n2, tag=1314519393
   [junit4]   2> 367028 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.nodes_used_collection.shard2.leader, tag=1314519393
   [junit4]   2> 367120 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 367120 INFO  (qtp262559933-1435) [n:127.0.0.1:44470_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=522
   [junit4]   2> 367136 INFO  (qtp1730698196-1418) [n:127.0.0.1:32812_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.nodes_used_collection.shard1.replica_n1, tag=205335582
   [junit4]   2> 367136 INFO  (qtp1730698196-1418) [n:127.0.0.1:32812_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.nodes_used_collection.shard1.leader, tag=205335582
   [junit4]   2> 367136 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader 
parent node, won't remove previous leader registration.
   [junit4]   2> 367187 INFO  (qtp1730698196-1418) [n:127.0.0.1:32812_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=867
   [junit4]   2> 367189 WARN  
(zkCallback-420-thread-1-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.LeaderElector Our node is no longer in 
line to be leader
   [junit4]   2> 367237 WARN  
(zkCallback-422-thread-2-processing-n:127.0.0.1:41107_solr) 
[n:127.0.0.1:41107_solr    ] o.a.s.c.LeaderElector Our node is no longer in 
line to be leader
   [junit4]   2> 367266 INFO  (qtp732235928-1415) [n:127.0.0.1:41107_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=nodes_used_collection_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=948
   [junit4]   2> 368218 INFO  (qtp1730698196-1423) [n:127.0.0.1:32812_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=nodes_used_collection&action=DELETE&wt=javabin&version=2} status=0 
QTime=2000
   [junit4]   2> 368219 INFO  (qtp1730698196-1421) [n:127.0.0.1:32812_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 368250 INFO  
(OverseerCollectionConfigSetProcessor-98465232896065547-127.0.0.1:44470_solr-n_0000000000)
 [n:127.0.0.1:44470_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> 368250 INFO  
(OverseerThreadFactory-552-thread-3-processing-n:127.0.0.1:44470_solr) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
reloaded_collection
   [junit4]   2> 368505 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"reloaded_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44470/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 368506 INFO  
(OverseerStateUpdate-98465232896065547-127.0.0.1:44470_solr-n_0000000000) 
[n:127.0.0.1:44470_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"reloaded_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"reloaded_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://1

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

.0.0.1:37714_solr-n_0000000007) closing
   [junit4]   2> 4025692 INFO  
(OverseerStateUpdate-98465463891132442-127.0.0.1:37714_solr-n_0000000007) 
[n:127.0.0.1:37714_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:37714_solr
   [junit4]   2> 4027192 WARN  
(zkCallback-4101-thread-2-processing-n:127.0.0.1:34617_solr) 
[n:127.0.0.1:34617_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4027197 INFO  (jetty-closer-4033-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45cac39b{/solr,null,UNAVAILABLE}
   [junit4]   2> 4027209 WARN  
(zkCallback-4092-thread-1-processing-n:127.0.0.1:37714_solr) 
[n:127.0.0.1:37714_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4027217 INFO  (jetty-closer-4033-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a2a5e0f{/solr,null,UNAVAILABLE}
   [junit4]   2> 4027218 ERROR 
(SUITE-TestTlogReplica-seed#[B591D2A483B12731]-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> 4027229 INFO  
(SUITE-TestTlogReplica-seed#[B591D2A483B12731]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36998 36998
   [junit4]   2> 4027282 INFO  (Thread-6151) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36998 36998
   [junit4]   2> 4027283 WARN  (Thread-6151) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      /solr/configs/conf
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        45      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        38      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        5       
/solr/overseer_elect/election/98465463891132427-127.0.0.1:34617_solr-n_0000000002
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98465463891132427-core_node1-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98465463891132427-core_node2-n_0000000002
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98465463891132427-core_node4-n_0000000001
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98465463891132427-core_node6-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/98465463891132422-core_node2-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_B591D2A483B12731-001
   [junit4]   2> Aug 11, 2017 3:04:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, maxDocsPerChunk=7, blockSize=7), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=6, blockSize=7)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=ro-RO, timezone=Etc/GMT+3
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=229806400,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLeaderInitiatedRecoveryThread, HdfsNNFailoverTest, 
HdfsChaosMonkeyNothingIsSafeTest, ClusterStateTest, DirectUpdateHandlerTest, 
SolrInfoBeanTest, TestFileDictionaryLookup, SolrIndexMetricsTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestJettySolrRunner, 
TestImpersonationWithHadoopAuth, NumericFieldsTest, TestFastWriter, 
SolrTestCaseJ4Test, StressHdfsTest, TestRecovery, JvmMetricsTest, 
TestCollectionAPIs, TestRestoreCore, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestRequestStatusCollectionAPI, 
BaseCdcrDistributedZkTest, SubstringBytesRefFilterTest, 
BasicDistributedZk2Test, RecoveryZkTest, TestFieldCache, TestLFUCache, 
LeaderFailoverAfterPartitionTest, HighlighterMaxOffsetTest, SuggesterTest, 
TestTolerantSearch, UpdateLogTest, PreAnalyzedFieldTest, 
TestSolrCoreProperties, UninvertDocValuesMergePolicyTest, TestJsonRequest, 
TestQuerySenderListener, CollectionsAPISolrJTest, BadCopyFieldTest, 
TestStressReorder, TestManagedSchemaAPI, SignatureUpdateProcessorFactoryTest, 
TestPerFieldSimilarityWithDefaultOverride, SearchHandlerTest, 
TestHdfsBackupRestoreCore, HardAutoCommitTest, BlockCacheTest, 
TestConfigSetImmutable, CoreAdminRequestStatusTest, TestMacroExpander, 
TestSolrCloudSnapshots, TestImplicitCoreProperties, RankQueryTest, 
AliasIntegrationTest, TestLegacyTerms, StatsComponentTest, 
SolrMetricManagerTest, TestQueryUtils, TestMultiWordSynonyms, 
CleanupOldIndexTest, SimpleFacetsTest, TestExportWriter, 
TestClassicSimilarityFactory, FullSolrCloudDistribCmdsTest, 
SolrSlf4jReporterTest, OverriddenZkACLAndCredentialsProvidersTest, 
RegexBoostProcessorTest, TestUninvertingReader, OverseerRolesTest, 
PingRequestHandlerTest, TestRecoveryHdfs, TestNestedDocsSort, 
TestShortCircuitedRequests, AutoCommitTest, TestCloudManagedSchema, 
TestManagedResource, UtilsToolTest, TestSimpleTextCodec, ReplaceNodeTest, 
InfixSuggestersTest, FullHLLTest, RollingRestartTest, SolrGangliaReporterTest, 
MetricsHandlerTest, TestZkChroot, DateFieldTest, SparseHLLTest, 
TestCloudPseudoReturnFields, DocExpirationUpdateProcessorFactoryTest, 
TestSchemaVersionResource, TermVectorComponentDistributedTest, 
TestMiniSolrCloudCluster, TestDistribIDF, CopyFieldTest, MinimalSchemaTest, 
TestSimpleQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, 
TestSuggestSpellingConverter, SegmentsInfoRequestHandlerTest, TestCodecSupport, 
TestManagedStopFilterFactory, TestRandomCollapseQParserPlugin, 
SuggesterFSTTest, TestGroupingSearch, TestCustomSort, DirectoryFactoryTest, 
HdfsDirectoryTest, HdfsTlogReplayBufferedWhileIndexingTest, 
DirectUpdateHandlerOptimizeTest, TestFieldCacheSortRandom, 
TestJavabinTupleStreamParser, ResponseLogComponentTest, 
TestSurroundQueryParser, TestSchemaNameResource, TestSubQueryTransformer, 
TestCollectionAPI, DistributedDebugComponentTest, UnloadDistributedZkTest, 
TestRandomFaceting, TestFaceting, DistributedSpellCheckComponentTest, 
TestRealTimeGet, TestReload, TestCoreContainer, SolrCoreTest, 
ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, 
TestIndexSearcher, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, 
SpellCheckCollatorTest, SuggesterTSTTest, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, QueryEqualityTest, 
SortByFunctionTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, 
TestOmitPositions, TermsComponentTest, PathHierarchyTokenizerFactoryTest, 
MoreLikeThisHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
CSVRequestHandlerTest, AlternateDirectoryTest, TestSolrDeletionPolicy2, 
SampleTest, TestBinaryField, TestElisionMultitermQuery, OutputWriterTest, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, 
TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TimeZoneUtilsTest, 
PluginInfoTest, DateMathParserTest, TestUtils, SystemInfoHandlerTest, 
CircularListTest, DistributedMLTComponentTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, 
ConnectionReuseTest, CollectionReloadTest, CollectionTooManyReplicasTest, 
DeleteInactiveReplicaTest, DeleteReplicaTest, DistributedQueueTest, 
DistributedVersionInfoTest, LeaderInitiatedRecoveryOnCommitTest, 
MultiThreadedOCPTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
TestConfigSetsAPI, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestLocalFSCloudBackupRestore, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, 
TestSolrCloudWithKerberosAlt, TestStressLiveNodes, TestTlogReplica]
   [junit4] Completed [566/728 (2!)] on J2 in 148.71s, 13 tests, 1 failure <<< 
FAILURES!

[...truncated 43896 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to