You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/06/21 22:14:15 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2570 - Failure

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

All tests passed

Build Log:
[...truncated 62491 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj538143934
 [ecj-lint] Compiling 919 source files to /tmp/ecj538143934
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /x1/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/analysis/TokenizerChainTest.java (at line 37)
 [ecj-lint] 	TokenizerChain tokenizerChain = new TokenizerChain(
 [ecj-lint] 	               ^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'tokenizerChain' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/cloud/TestCloudJSONFacetSKG.java (at line 24)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 690)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test/org/apache/solr/cloud/autoscaling/sim/SimCloudManager.java (at line 696)
 [ecj-lint] 	throw new UnsupportedOperationException("must add at least 1 node first");
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'queryRequest' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 4 problems (1 error, 3 warnings)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:633: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:101: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:690: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2095: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2128: Compile failed; see the compiler error output for details.

Total time: 154 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-master - Build # 2573 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2573/

2 tests failed.
FAILED:  org.apache.solr.common.cloud.TestCloudCollectionsListeners.testWatchesWorkForBothStateFormats

Error Message:
Could not load collection from ZK: testcollection2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: testcollection2
	at __randomizedtesting.SeedInfo.seed([C86B5AC5B8077F12:13D732EEE6E49B0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1434)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1464)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
	at org.apache.solr.common.cloud.TestCloudCollectionsListeners.testWatchesWorkForBothStateFormats(TestCloudCollectionsListeners.java:240)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testcollection2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
	... 46 more


FAILED:  org.apache.solr.common.cloud.TestCloudCollectionsListeners.testSimpleCloudCollectionsListener

Error Message:
CloudCollectionsListener not triggered after registration

Stack Trace:
java.lang.AssertionError: CloudCollectionsListener not triggered after registration
	at __randomizedtesting.SeedInfo.seed([C86B5AC5B8077F12:80D895E3F9E7102D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.common.cloud.TestCloudCollectionsListeners.testSimpleCloudCollectionsListener(TestCloudCollectionsListeners.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15989 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCloudCollectionsListeners
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/init-core-data-001
   [junit4]   2> 40177 WARN  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 40177 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 40179 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-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> 40190 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 40193 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001
   [junit4]   2> 40200 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 40202 INFO  (Thread-61) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 40202 INFO  (Thread-61) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 40302 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39737
   [junit4]   2> 40355 ERROR (Thread-61) [    ] 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> 40435 INFO  (zkConnectionManagerCallback-9-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40555 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 40555 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 40557 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 40557 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 40611 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 40611 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 40611 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 40615 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63566b78{/solr,null,AVAILABLE}
   [junit4]   2> 40655 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 40655 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 40655 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 40656 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7276c7dd{/solr,null,AVAILABLE}
   [junit4]   2> 40695 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 40695 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 40695 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 40699 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a80097e{/solr,null,AVAILABLE}
   [junit4]   2> 40701 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@370c2d04{SSL,[ssl, http/1.1]}{127.0.0.1:46288}
   [junit4]   2> 40701 INFO  (jetty-launcher-6-thread-2) [    ] o.e.j.s.Server Started @40875ms
   [junit4]   2> 40701 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46288}
   [junit4]   2> 40701 ERROR (jetty-launcher-6-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 40701 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 40702 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 40702 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 40702 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 40702 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T22:40:48.374Z
   [junit4]   2> 40703 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 40703 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 40703 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 40704 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65e2eb87{/solr,null,AVAILABLE}
   [junit4]   2> 40705 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 40715 INFO  (zkConnectionManagerCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40717 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5008cd07{SSL,[ssl, http/1.1]}{127.0.0.1:41515}
   [junit4]   2> 40717 INFO  (jetty-launcher-6-thread-1) [    ] o.e.j.s.Server Started @40891ms
   [junit4]   2> 40718 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@159c956a{SSL,[ssl, http/1.1]}{127.0.0.1:39231}
   [junit4]   2> 40718 INFO  (jetty-launcher-6-thread-3) [    ] o.e.j.s.Server Started @40892ms
   [junit4]   2> 40718 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39231}
   [junit4]   2> 40718 ERROR (jetty-launcher-6-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 40718 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 40718 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 40719 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 40719 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 40719 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T22:40:48.391Z
   [junit4]   2> 40717 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41515}
   [junit4]   2> 40720 ERROR (jetty-launcher-6-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 40720 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 40720 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 40720 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 40720 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 40721 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T22:40:48.393Z
   [junit4]   2> 40725 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@55aa583a{SSL,[ssl, http/1.1]}{127.0.0.1:44358}
   [junit4]   2> 40725 INFO  (jetty-launcher-6-thread-4) [    ] o.e.j.s.Server Started @40899ms
   [junit4]   2> 40725 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44358}
   [junit4]   2> 40726 ERROR (jetty-launcher-6-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 40726 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 40726 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 40726 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 40726 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 40726 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-24T22:40:48.398Z
   [junit4]   2> 40727 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 40743 INFO  (zkConnectionManagerCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40761 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 40761 INFO  (zkConnectionManagerCallback-15-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40767 INFO  (zkConnectionManagerCallback-17-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 40767 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 40818 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 41191 INFO  (jetty-launcher-6-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
   [junit4]   2> 41255 INFO  (jetty-launcher-6-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
   [junit4]   2> 41326 INFO  (jetty-launcher-6-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
   [junit4]   2> 41327 INFO  (zkConnectionManagerCallback-21-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41329 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41340 INFO  (jetty-launcher-6-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39737/solr
   [junit4]   2> 41351 INFO  (zkConnectionManagerCallback-29-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41352 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102d837799f0005, likely client has closed socket
   [junit4]   2> 41352 INFO  (zkConnectionManagerCallback-33-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41356 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102d837799f0007, likely client has closed socket
   [junit4]   2> 41356 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102d837799f0008, likely client has closed socket
   [junit4]   2> 41364 INFO  (zkConnectionManagerCallback-35-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41367 INFO  (zkConnectionManagerCallback-39-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41367 INFO  (zkConnectionManagerCallback-37-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41373 INFO  (zkConnectionManagerCallback-41-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41539 WARN  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 41541 WARN  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 41542 WARN  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 41544 WARN  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.ZkController The _default configset could not be uploaded. Please provide 'solr.default.confdir' parameter that points to a configset intended to be the default. Current 'solr.default.confdir' value: null
   [junit4]   2> 41612 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 41614 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 41616 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41515_solr
   [junit4]   2> 41634 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 41635 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39231_solr
   [junit4]   2> 41636 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 41641 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46288_solr
   [junit4]   2> 41642 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44358_solr
   [junit4]   2> 41654 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.Overseer Overseer (id=72858276766613516-127.0.0.1:41515_solr-n_0000000000) starting
   [junit4]   2> 41685 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 41686 INFO  (zkCallback-36-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 41686 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 41717 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 41966 INFO  (zkConnectionManagerCallback-65-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 41991 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 42013 INFO  (zkConnectionManagerCallback-60-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 42030 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 42032 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 42033 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 42035 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
   [junit4]   2> 42056 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
   [junit4]   2> 42060 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
   [junit4]   2> 42060 INFO  (zkConnectionManagerCallback-69-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 42071 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 42118 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 42120 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
   [junit4]   2> 42135 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 42199 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 42299 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46288.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42357 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46288.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42429 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39231.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42438 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46288.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42440 INFO  (jetty-launcher-6-thread-2) [n:127.0.0.1:46288_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/.
   [junit4]   2> 42475 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44358.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42484 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39231.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42484 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39231.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42510 INFO  (jetty-launcher-6-thread-3) [n:127.0.0.1:39231_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/.
   [junit4]   2> 42511 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 42511 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41515_solr
   [junit4]   2> 42512 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44358.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42513 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44358.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42539 INFO  (zkCallback-40-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42540 INFO  (jetty-launcher-6-thread-4) [n:127.0.0.1:44358_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/.
   [junit4]   2> 42556 INFO  (zkCallback-38-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42556 INFO  (zkCallback-34-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42570 INFO  (zkCallback-64-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42570 INFO  (zkCallback-59-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42571 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42586 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 42610 INFO  (zkCallback-68-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42625 INFO  (zkCallback-36-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 42661 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42700 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42723 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 42724 INFO  (jetty-launcher-6-thread-1) [n:127.0.0.1:41515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/.
   [junit4]   2> 43242 INFO  (zkConnectionManagerCallback-75-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 43291 INFO  (zkConnectionManagerCallback-80-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 43293 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 43316 INFO  (SUITE-TestCloudCollectionsListeners-seed#[C86B5AC5B8077F12]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39737/solr ready
   [junit4]   2> 43498 INFO  (TEST-TestCloudCollectionsListeners.testCollectionDeletion-seed#[C86B5AC5B8077F12]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionDeletion
   [junit4]   2> 43602 INFO  (zkConnectionManagerCallback-82-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 43631 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102d837799f0013, likely client has closed socket
   [junit4]   2> 43920 INFO  (qtp1636549061-157) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=4cf242c6-75ec-415e-9301-aff0ce7746e1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 43938 INFO  (qtp1636549061-157) [n:127.0.0.1:39231_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=4cf242c6-75ec-415e-9301-aff0ce7746e1&collection.configName=config&name=testcollection1&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 43941 INFO  (qtp1636549061-157) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 43943 INFO  (qtp1636549061-157) [n:127.0.0.1:39231_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 43953 INFO  (OverseerThreadFactory-65-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection1
   [junit4]   2> 44114 INFO  (OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41515/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 44159 INFO  (OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection1_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46288/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 44189 INFO  (OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testcollection1_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39231/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 44194 INFO  (OverseerStateUpdate-72858276766613516-127.0.0.1:41515_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection1",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"testcollection1_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44358/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 44524 INFO  (qtp1636549061-162) [n:127.0.0.1:39231_solr    x:testcollection1_shard3_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin} status=0 QTime=5
   [junit4]   2> 44525 INFO  (qtp1616292647-148) [n:127.0.0.1:44358_solr    x:testcollection1_shard4_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin} status=0 QTime=11
   [junit4]   2> 44525 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr    x:testcollection1_shard3_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538&coreNodeName=core_node7&name=testcollection1_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin
   [junit4]   2> 44537 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr    x:testcollection1_shard4_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025&coreNodeName=core_node8&name=testcollection1_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin
   [junit4]   2> 44542 INFO  (qtp849271158-142) [n:127.0.0.1:46288_solr    x:testcollection1_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&coreNodeName=core_node5&name=testcollection1_shard2_replica_n3&action=CREATE&numShards=4&shard=shard2&wt=javabin} status=0 QTime=13
   [junit4]   2> 44552 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr    x:testcollection1_shard3_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 44553 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr    x:testcollection1_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&coreNodeName=core_node5&name=testcollection1_shard2_replica_n3&action=CREATE&numShards=4&shard=shard2&wt=javabin
   [junit4]   2> 44560 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr    x:testcollection1_shard4_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 44560 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr    x:testcollection1_shard2_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 44595 INFO  (qtp1874499333-152) [n:127.0.0.1:41515_solr    x:testcollection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955&coreNodeName=core_node2&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin} status=0 QTime=33
   [junit4]   2> 44597 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr    x:testcollection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection1&version=2&replicaType=NRT&async=4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955&coreNodeName=core_node2&name=testcollection1_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
   [junit4]   2> 44652 INFO  (qtp849271158-144) [n:127.0.0.1:46288_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
   [junit4]   2> 44653 INFO  (qtp849271158-144) [n:127.0.0.1:46288_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 44946 INFO  (qtp1636549061-160) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 44964 INFO  (qtp1636549061-160) [n:127.0.0.1:39231_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 45680 INFO  (qtp849271158-142) [n:127.0.0.1:46288_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
   [junit4]   2> 45680 INFO  (qtp849271158-142) [n:127.0.0.1:46288_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 45687 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 45698 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 45708 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 45717 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 45778 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema [testcollection1_shard2_replica_n3] Schema name=test
   [junit4]   2> 45779 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema [testcollection1_shard4_replica_n6] Schema name=test
   [junit4]   2> 45805 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema [testcollection1_shard3_replica_n4] Schema name=test
   [junit4]   2> 45812 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45815 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 45822 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45823 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45847 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45870 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45870 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45872 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45873 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45873 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45874 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45877 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45877 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45878 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45895 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45984 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 45992 INFO  (qtp1636549061-162) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 45993 INFO  (qtp1636549061-162) [n:127.0.0.1:39231_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 46377 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 46491 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 46495 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 46496 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 46515 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 46516 WARN  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 46516 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 46518 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection1_shard1_replica_n1' using configuration from collection testcollection1, trusted=true
   [junit4]   2> 46519 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 46529 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 46529 WARN  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 46529 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 46529 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection1_shard3_replica_n4' using configuration from collection testcollection1, trusted=true
   [junit4]   2> 46562 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 46562 WARN  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 46562 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 46562 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testcollection1_shard4_replica_n6' using configuration from collection testcollection1, trusted=true
   [junit4]   2> 46596 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41515.solr.core.testcollection1.shard1.replica_n1' (registry 'solr.core.testcollection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 46597 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 46597 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/testcollection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node1/./testcollection1_shard1_replica_n1/data/]
   [junit4]   2> 46599 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39231.solr.core.testcollection1.shard3.replica_n4' (registry 'solr.core.testcollection1.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 46599 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 46599 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore [[testcollection1_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/testcollection1_shard3_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node3/./testcollection1_shard3_replica_n4/data/]
   [junit4]   2> 46609 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44358.solr.core.testcollection1.shard4.replica_n6' (registry 'solr.core.testcollection1.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 46610 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 46610 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore [[testcollection1_shard4_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/testcollection1_shard4_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node4/./testcollection1_shard4_replica_n6/data/]
   [junit4]   2> 46647 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 46647 WARN  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 46647 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 46647 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testcollection1_shard2_replica_n3' using configuration from collection testcollection1, trusted=true
   [junit4]   2> 46674 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46288.solr.core.testcollection1.shard2.replica_n3' (registry 'solr.core.testcollection1.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42e3312b
   [junit4]   2> 46675 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 46675 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrCore [[testcollection1_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/testcollection1_shard2_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCloudCollectionsListeners_C86B5AC5B8077F12-001/tempDir-001/node2/./testcollection1_shard2_replica_n3/data/]
   [junit4]   2> 46683 INFO  (qtp849271158-142) [n:127.0.0.1:46288_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480
   [junit4]   2> 46683 INFO  (qtp849271158-142) [n:127.0.0.1:46288_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 46975 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 46976 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47000 INFO  (qtp1636549061-160) [n:127.0.0.1:39231_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 47013 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47013 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47040 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@23796099[testcollection1_shard4_replica_n6] main]
   [junit4]   2> 47048 INFO  (qtp1636549061-160) [n:127.0.0.1:39231_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=4cf242c6-75ec-415e-9301-aff0ce7746e1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=47
   [junit4]   2> 47056 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 47057 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47058 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47063 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47063 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47092 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47093 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47111 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@528b998b[testcollection1_shard3_replica_n4] main]
   [junit4]   2> 47122 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47122 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47122 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 47123 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47124 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47124 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47124 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47113 INFO  (searcherExecutor-75-thread-1-processing-x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 r:core_node8 CREATE n:127.0.0.1:44358_solr c:testcollection1 s:shard4) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.c.SolrCore [testcollection1_shard4_replica_n6] Registered new searcher Searcher@23796099[testcollection1_shard4_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47227 INFO  (parallelCoreAdminExecutor-56-thread-1-processing-n:127.0.0.1:44358_solr x:testcollection1_shard4_replica_n6 4cf242c6-75ec-415e-9301-aff0ce7746e112217452803123025 CREATE) [n:127.0.0.1:44358_solr c:testcollection1 s:shard4 r:core_node8 x:testcollection1_shard4_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604195508445773824
   [junit4]   2> 47229 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@710962cc[testcollection1_shard1_replica_n1] main]
   [junit4]   2> 47230 INFO  (searcherExecutor-74-thread-1-processing-x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 r:core_node7 CREATE n:127.0.0.1:39231_solr c:testcollection1 s:shard3) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.c.SolrCore [testcollection1_shard3_replica_n4] Registered new searcher Searcher@528b998b[testcollection1_shard3_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47247 INFO  (parallelCoreAdminExecutor-54-thread-1-processing-n:127.0.0.1:39231_solr x:testcollection1_shard3_replica_n4 4cf242c6-75ec-415e-9301-aff0ce7746e112217452797034538 CREATE) [n:127.0.0.1:39231_solr c:testcollection1 s:shard3 r:core_node7 x:testcollection1_shard3_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604195508466745344
   [junit4]   2> 47277 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 47278 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47278 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47279 INFO  (parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:41515_solr x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 CREATE) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604195508500299776
   [junit4]   2> 47342 INFO  (searcherExecutor-73-thread-1-processing-x:testcollection1_shard1_replica_n1 4cf242c6-75ec-415e-9301-aff0ce7746e112217452725225955 r:core_node2 CREATE n:127.0.0.1:41515_solr c:testcollection1 s:shard1) [n:127.0.0.1:41515_solr c:testcollection1 s:shard1 r:core_node2 x:testcollection1_shard1_replica_n1] o.a.s.c.SolrCore [testcollection1_shard1_replica_n1] Registered new searcher Searcher@710962cc[testcollection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47411 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 47411 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 47412 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 47412 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 47414 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f3234ca[testcollection1_shard2_replica_n3] main]
   [junit4]   2> 47426 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 47427 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 47428 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 47428 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1604195508656537600
   [junit4]   2> 47439 INFO  (searcherExecutor-76-thread-1-processing-x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 r:core_node5 CREATE n:127.0.0.1:46288_solr c:testcollection1 s:shard2) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] o.a.s.c.SolrCore [testcollection1_shard2_replica_n3] Registered new searcher Searcher@2f3234ca[testcollection1_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 47609 INFO  (parallelCoreAdminExecutor-55-thread-1-processing-n:127.0.0.1:46288_solr x:testcollection1_shard2_replica_n3 4cf242c6-75ec-415e-9301-aff0ce7746e112217452767407480 CREATE) [n:127.0.0.1:46288_solr c:testcollection1 s:shard2 r:core_node5 x:testcollection1_shard2_replica_n3] 

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

.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575
     [copy] Copying 39 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null1414963575

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886
     [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2029690886

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 19ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 196 minutes 17 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2572 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2572/

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute

Error Message:
last state: DocCollection(testExecute//clusterstate.json/22)={   "replicationFactor":"1",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   "autoCreated":"true",   "shards":{"shard1":{       "replicas":{         "core_node1":{           "core":"testExecute_shard1_replica_n1",           "leader":"true",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10008_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node2":{           "core":"testExecute_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10007_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node4":{           "node_name":"127.0.0.1:10008_solr",           "core":"testExecute_shard1_replica_n3",           "state":"active",           "INDEX.sizeInBytes":10240,           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last state: DocCollection(testExecute//clusterstate.json/22)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"testExecute_shard1_replica_n1",
          "leader":"true",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10008_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"testExecute_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10007_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node4":{
          "node_name":"127.0.0.1:10008_solr",
          "core":"testExecute_shard1_replica_n3",
          "state":"active",
          "INDEX.sizeInBytes":10240,
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([2F4BAC68E5B8BAEB:1EFBBE65F74F456C]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:111)
	at org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testExecute(TestExecutePlanAction.java:152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12993 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
   [junit4]   2> 769971 INFO  (SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_2F4BAC68E5B8BAEB-001/init-core-data-001
   [junit4]   2> 769972 WARN  (SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 769972 INFO  (SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 770021 INFO  (SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 770082 INFO  (SUITE-TestExecutePlanAction-seed#[2F4BAC68E5B8BAEB]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 770097 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testIntegration
   [junit4]   2> 770097 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 770097 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 770257 DEBUG (simCloudManagerPool-2633-thread-2) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770373 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770374 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770375 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770377 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770378 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770379 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770380 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770381 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770382 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770383 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770385 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770386 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770387 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770388 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770389 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770390 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770391 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770393 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770394 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770395 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770396 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770397 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770398 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770399 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770401 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770402 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770403 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770404 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770405 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770406 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770407 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770409 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770410 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770411 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770412 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770413 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770414 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770415 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770417 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770418 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770419 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770420 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770421 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770422 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770424 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770424 DEBUG (simCloudManagerPool-2633-thread-7) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770425 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770426 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770427 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770428 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770429 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770430 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770432 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770443 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770453 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770454 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770455 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770457 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770458 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770459 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770460 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770461 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770462 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770463 INFO  (AutoscalingActionExecutor-2635-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 770463 INFO  (AutoscalingActionExecutor-2635-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 30039486144 sessionWrapper.createTime 30039485887041443, this.sessionWrapper.createTime 30039485887041443 
   [junit4]   2> 770464 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770465 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770466 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770467 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770468 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770469 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770470 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770472 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770473 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770474 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770475 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770476 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770477 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770478 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770480 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770481 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770482 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770483 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770484 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770497 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770498 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770499 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770513 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770514 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770515 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770525 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770526 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770545 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770546 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770562 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770563 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770565 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770566 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770567 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770568 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770569 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770570 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770571 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770573 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770574 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770575 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770576 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770577 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770578 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770579 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770581 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770582 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770583 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770584 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770585 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770586 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770587 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770589 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770590 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770591 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770592 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770593 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770594 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770595 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770597 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770598 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770599 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770600 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770601 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770602 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770603 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770605 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770606 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770607 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770608 DEBUG (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=1
   [junit4]   2> 770751 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
   [junit4]   2> 770752 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Node values: {
   [junit4]   2>   "127.0.0.1:10006_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":1,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":999,
   [junit4]   2>     "sysprop.java.version":"1.8.0_172",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10006_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10006,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
   [junit4]   2>   "127.0.0.1:10007_solr":{
   [junit4]   2>     "sysprop.java.vendor":"Oracle Corporation",
   [junit4]   2>     "cores":3,
   [junit4]   2>     "host":"127.0.0.1",
   [junit4]   2>     "freedisk":997,
   [junit4]   2>     "sysprop.java.version":"1.8.0_172",
   [junit4]   2>     "ip_1":"127",
   [junit4]   2>     "ip_3":"0",
   [junit4]   2>     "ip_2":"0",
   [junit4]   2>     "ip_4":"1",
   [junit4]   2>     "node":"127.0.0.1:10007_solr",
   [junit4]   2>     "metrics:solr.jvm:buffers.direct.Count":0,
   [junit4]   2>     "port":10007,
   [junit4]   2>     "heapUsage":123450000,
   [junit4]   2>     "sysLoadAvg":1.0,
   [junit4]   2>     "metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
   [junit4]   2> 770752 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10007_solr]
   [junit4]   2> 770752 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection .system state: DocCollection(.system//clusterstate.json/13)={
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{"core_node1":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10007_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 770752 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state: DocCollection(testIntegration//clusterstate.json/13)={
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testIntegration_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "node_name":"127.0.0.1:10007_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>           "SEARCHER.searcher.numDocs":0},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "node_name":"127.0.0.1:10007_solr",
   [junit4]   2>           "core":"testIntegration_shard1_replica_n3",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "INDEX.sizeInBytes":10240,
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "INDEX.sizeInGB":9.5367431640625E-6}},
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> 770753 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testIntegration
   [junit4]   2> 770756 INFO  (TEST-TestExecutePlanAction.testIntegration-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		1
   [junit4]   2> ## Empty nodes:	0
   [junit4]   2> ## Dead nodes:		1
   [junit4]   2> ##		127.0.0.1:10006_solr
   [junit4]   2> ## Collections:	[.system, testIntegration]
   [junit4]   2> ## Max replicas per node:	3
   [junit4]   2> ## Min replicas per node:	3
   [junit4]   2> ## Total replicas:		3
   [junit4]   2> ## * .system		1
   [junit4]   2> ##		- active           1
   [junit4]   2> ## * testIntegration		2
   [junit4]   2> ##		- active           2
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- CREATE             1
   [junit4]   2> ##		- MOVEREPLICA        1
   [junit4]   2> ##		- autoscaling        1
   [junit4]   2> ##		- update             1
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: node_lost_trigger
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> 
   [junit4]   2> 770764 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExecute
   [junit4]   2> 770764 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 770764 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:189) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 770768 ERROR (AutoscalingActionExecutor-2635-thread-1) [    ] o.a.s.c.a.ExecutePlanAction Unexpected Exception while querying status of requestId=node_lost_trigger/6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9/0
   [junit4]   2> java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:632) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_172]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:630) ~[test/:?]
   [junit4]   2> 	... 9 more
   [junit4]   2> 770921 DEBUG (simCloudManagerPool-2633-thread-13) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 770941 WARN  (AutoscalingActionExecutor-2635-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for trigger event: {
   [junit4]   2>   "id":"6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":30039481861459693,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[30039481861459693],
   [junit4]   2>     "_enqueue_time_":30039483033592293,
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:311) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_172]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":30039481861459693,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[30039481861459693],
   [junit4]   2>     "_enqueue_time_":30039483033592293,
   [junit4]   2>     "nodeNames":["127.0.0.1:10006_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:120) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception executing operation: action=MOVEREPLICA&async=node_lost_trigger/6ab8bfe596ceedT1go5dbmgs0liz1ixmferm4nz9/0&waitForFinalState=true&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:110) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.io.IOException: java.lang.InterruptedException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:632) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:630) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:132) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 771071 DEBUG (simCloudManagerPool-2636-thread-1) [    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 771106 INFO  (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.a.s.TestExecutePlanAction Collection ready after 104ms
   [junit4]   2> 771442 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771445 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771446 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771447 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771448 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771450 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771451 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771452 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771453 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771454 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771456 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771457 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771458 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771459 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771460 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771461 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771462 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771464 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771465 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771466 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771467 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771468 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771469 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771471 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771472 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771473 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771474 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771475 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771476 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771477 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771479 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771480 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771481 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771482 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771483 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771484 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771485 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771487 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771488 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771489 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771490 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771491 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771492 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771494 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771495 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771496 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771497 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771498 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771499 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771500 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771502 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771503 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771504 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771505 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771506 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771507 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771509 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771510 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771511 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771512 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771513 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771514 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771516 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771517 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771518 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771519 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771520 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771521 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771523 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771524 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771525 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771526 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771527 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771528 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771529 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771531 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771532 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771537 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771538 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771540 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771541 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771542 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771543 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771544 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771545 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771548 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771549 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771550 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771552 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771553 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771554 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771555 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771556 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771559 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771560 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771561 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771562 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771564 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771565 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771566 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771567 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771568 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771569 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771570 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771572 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771573 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771574 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771575 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771576 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771577 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771579 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771580 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771581 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771582 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771583 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771584 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771586 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771587 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771588 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771589 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771590 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771591 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771593 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771594 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771595 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771596 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771597 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771598 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771599 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771601 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771602 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771603 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771604 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771605 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771606 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771608 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771609 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771610 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771611 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771612 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771616 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771617 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771619 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771620 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771621 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771622 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771623 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771624 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771626 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771627 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771628 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771629 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771630 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771631 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771632 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771634 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771635 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771636 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771637 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771638 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771639 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771641 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771642 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771643 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771644 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771645 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771646 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771647 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771649 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771650 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771651 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771652 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771653 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771654 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771656 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771657 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771658 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771659 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771660 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771662 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771663 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771664 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771665 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771666 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771667 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771669 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771670 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771671 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771672 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771673 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771674 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771675 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771677 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771678 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771679 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771680 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771681 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771682 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771684 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771685 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771686 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771687 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, expected=2, found=3
   [junit4]   2> 771688 DEBUG (TEST-TestExecutePlanAction.testExecute-seed#[2F4BAC68E5B8BAEB]) [    ] o.a.s.c.CloudTestUtils -- wrong number of active replicas in slice shard1, exp

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

ave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973
     [copy] Copying 39 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null5274973

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821
     [copy] Copying 247 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550892821

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 47ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 158 minutes 15 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2571 - Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2571/

4 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted

Error Message:
Collection not found: movereplicatest_coll3

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: movereplicatest_coll3
	at __randomizedtesting.SeedInfo.seed([7F1893A97433FCA:486F6DE7964970A8]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.addDocs(MoveReplicaHDFSFailoverTest.java:203)
	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored

Error Message:
Some docs had errors -- check logs expected:<0> but was:<9>

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<9>
	at __randomizedtesting.SeedInfo.seed([7F1893A97433FCA:95CDE8BE2B040212]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:342)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv_stored(TestStressCloudBlindAtomicUpdates.java:210)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestComputePlanAction.testNodeAdded

Error Message:
ComputePlanAction should have computed exactly 1 operation, but was: [org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@4601a84a, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@2dad042a] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: ComputePlanAction should have computed exactly 1 operation, but was: [org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@4601a84a, org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@2dad042a] expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7F1893A97433FCA:6232DF4D35E097C9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.autoscaling.sim.TestComputePlanAction.testNodeAdded(TestComputePlanAction.java:313)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir

Error Message:
Captured an uncaught exception in thread: Thread[id=22047, name=cdcr-replicator-8882-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=22047, name=cdcr-replicator-8882-thread-1, state=RUNNABLE, group=TGRP-CdcrBidirectionalTest]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7F1893A97433FCA]:0)
	at org.apache.solr.update.CdcrUpdateLog$CdcrLogReader.forwardSeek(CdcrUpdateLog.java:611)
	at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:125)
	at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12584 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/init-core-data-001
   [junit4]   2> 374971 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 374971 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 374972 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 374972 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 374974 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001
   [junit4]   2> 374974 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 374975 INFO  (Thread-177) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 374975 INFO  (Thread-177) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 374976 ERROR (Thread-177) [    ] 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> 375075 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42448
   [junit4]   2> 375106 INFO  (zkConnectionManagerCallback-227-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375114 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 375115 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 375115 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 375117 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 375117 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 375117 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 375117 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 375118 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5caac6ff{/solr,null,AVAILABLE}
   [junit4]   2> 375119 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 375119 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 375119 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22272da7{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71e73da5{/solr,null,AVAILABLE}
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33643}
   [junit4]   2> 375120 ERROR (jetty-launcher-224-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 375120 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T13:30:35.297Z
   [junit4]   2> 375142 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 375142 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 375142 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 375155 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 375155 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 375155 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 375155 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37955d70{/solr,null,AVAILABLE}
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@765f3e22{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35422}
   [junit4]   2> 375156 ERROR (jetty-launcher-224-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 375156 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T13:30:35.333Z
   [junit4]   2> 375174 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7964bd96{/solr,null,AVAILABLE}
   [junit4]   2> 375174 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d86f781{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 375174 INFO  (jetty-launcher-224-thread-3) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 375174 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44047}
   [junit4]   2> 375175 ERROR (jetty-launcher-224-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 375175 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 375175 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 375175 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 375175 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 375175 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T13:30:35.352Z
   [junit4]   2> 375190 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ea93109{HTTP/1.1,[http/1.1]}{127.0.0.1:?????}
   [junit4]   2> 375191 INFO  (jetty-launcher-224-thread-4) [    ] o.e.j.s.Server Started @??????ms
   [junit4]   2> 375191 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34146}
   [junit4]   2> 375192 INFO  (zkConnectionManagerCallback-229-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375193 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 375193 ERROR (jetty-launcher-224-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 375194 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 375194 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 375194 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 375194 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 375194 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-06-22T13:30:35.371Z
   [junit4]   2> 375214 INFO  (zkConnectionManagerCallback-233-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375218 INFO  (zkConnectionManagerCallback-231-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375254 INFO  (zkConnectionManagerCallback-235-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375254 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 375255 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 375282 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 375615 INFO  (jetty-launcher-224-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
   [junit4]   2> 375649 INFO  (zkConnectionManagerCallback-239-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375673 INFO  (jetty-launcher-224-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
   [junit4]   2> 375700 INFO  (jetty-launcher-224-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
   [junit4]   2> 375715 INFO  (zkConnectionManagerCallback-244-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375723 INFO  (zkConnectionManagerCallback-247-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375725 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x102cbf3057a0006, likely client has closed socket
   [junit4]   2> 375750 INFO  (zkConnectionManagerCallback-249-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375790 INFO  (zkConnectionManagerCallback-251-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375809 INFO  (zkConnectionManagerCallback-253-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375847 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 375848 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35422_solr
   [junit4]   2> 375849 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 375849 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.Overseer Overseer (id=72844788620722185-127.0.0.1:35422_solr-n_0000000000) starting
   [junit4]   2> 375850 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34146_solr
   [junit4]   2> 375870 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 375876 INFO  (zkCallback-250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 375879 INFO  (zkConnectionManagerCallback-264-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 375883 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 375884 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
   [junit4]   2> 375919 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 375919 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35422_solr
   [junit4]   2> 375926 INFO  (zkCallback-250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 375934 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 375936 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 375938 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 375938 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33643_solr
   [junit4]   2> 375938 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 375942 INFO  (zkCallback-250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 375970 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 376045 INFO  (zkCallback-263-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 376046 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35422.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376046 INFO  (jetty-launcher-224-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42448/solr
   [junit4]   2> 376065 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35422.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376065 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35422.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376078 INFO  (zkCallback-248-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 376079 INFO  (jetty-launcher-224-thread-1) [n:127.0.0.1:35422_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/.
   [junit4]   2> 376087 INFO  (zkConnectionManagerCallback-269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376091 INFO  (zkConnectionManagerCallback-279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376102 INFO  (zkConnectionManagerCallback-277-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376121 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 376121 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 376122 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
   [junit4]   2> 376122 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
   [junit4]   2> 376134 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 376134 INFO  (zkConnectionManagerCallback-281-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376134 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 376175 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33643.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376189 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 376191 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 376193 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 376194 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44047_solr
   [junit4]   2> 376195 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34146.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376196 INFO  (zkCallback-250-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376198 INFO  (zkCallback-263-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376202 INFO  (zkCallback-248-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376202 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376217 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34146.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376219 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33643.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376219 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33643.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376220 INFO  (jetty-launcher-224-thread-2) [n:127.0.0.1:33643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/.
   [junit4]   2> 376235 INFO  (zkCallback-276-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376235 INFO  (zkCallback-280-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376235 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34146.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376236 INFO  (jetty-launcher-224-thread-4) [n:127.0.0.1:34146_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/.
   [junit4]   2> 376236 INFO  (zkCallback-268-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 376270 INFO  (zkConnectionManagerCallback-290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376282 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 376284 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
   [junit4]   2> 376298 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 376312 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44047.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376320 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44047.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376320 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44047.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 376321 INFO  (jetty-launcher-224-thread-3) [n:127.0.0.1:44047_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/.
   [junit4]   2> 376374 INFO  (zkConnectionManagerCallback-293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376386 INFO  (zkConnectionManagerCallback-298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 376387 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 376388 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42448/solr ready
   [junit4]   2> 376831 INFO  (qtp1383012746-1039) [n:127.0.0.1:44047_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 376858 INFO  (OverseerThreadFactory-420-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 376969 INFO  (OverseerStateUpdate-72844788620722185-127.0.0.1:35422_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34146/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 376978 INFO  (OverseerStateUpdate-72844788620722185-127.0.0.1:35422_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44047/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 376981 INFO  (OverseerStateUpdate-72844788620722185-127.0.0.1:35422_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35422/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 376984 INFO  (OverseerStateUpdate-72844788620722185-127.0.0.1:35422_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33643/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 377222 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr    x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 377230 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr    x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 377231 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr    x:test_col_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 377255 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr    x:test_col_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 377256 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr    x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 378280 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 378352 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 378356 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 378371 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 378373 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 378376 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 378376 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 378376 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44047.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 378377 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 378377 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/test_col_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 378379 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 378380 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=33089468, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 378381 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 378381 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true
   [junit4]   2> 378382 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34146.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 378383 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=minimal-atomic-stress
   [junit4]   2> 378385 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 378385 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 378386 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35422.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 378386 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 378386 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/test_col_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node1/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 378387 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 378387 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/test_col_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node4/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 378390 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=minimal-atomic-stress
   [junit4]   2> 378392 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 378392 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using configuration from collection test_col, trusted=true
   [junit4]   2> 378393 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33643.solr.core.test_col.shard2.replica_n6' (registry 'solr.core.test_col.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@199da604
   [junit4]   2> 378393 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 378393 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [[test_col_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/test_col_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_7F1893A97433FCA-001/tempDir-001/node2/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 378410 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=33089468, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 378410 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=33089468, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 378410 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=33089468, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 378410 WARN  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 378414 WARN  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 378414 WARN  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 378416 WARN  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 378583 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 378583 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 378584 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 378584 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 378592 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625, floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
   [junit4]   2> 378592 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@51b5d0e3[test_col_shard2_replica_n6] main]
   [junit4]   2> 378598 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378602 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378602 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 378603 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603979694602977280
   [junit4]   2> 378611 INFO  (searcherExecutor-439-thread-1-processing-n:127.0.0.1:33643_solr x:test_col_shard2_replica_n6 c:test_col s:shard2 r:core_node8) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] Registered new searcher Searcher@51b5d0e3[test_col_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378614 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 378619 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 378630 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 378630 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 378631 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 378631 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 378641 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625, floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
   [junit4]   2> 378642 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e1accea[test_col_shard1_replica_n1] main]
   [junit4]   2> 378642 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 378642 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 378643 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 378643 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 378647 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625, floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
   [junit4]   2> 378647 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@18aa7467[test_col_shard1_replica_n2] main]
   [junit4]   2> 378648 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378649 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378649 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 378651 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378651 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378652 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 378654 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 378654 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 378656 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 378656 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 378658 INFO  (searcherExecutor-437-thread-1-processing-n:127.0.0.1:34146_solr x:test_col_shard1_replica_n1 c:test_col s:shard1 r:core_node3) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@1e1accea[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378658 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=70.0009765625, floorSegmentMB=0.5546875, forceMergeDeletesPctAllowed=26.410102061660112, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8333019926565902, reclaimDeletesWeight=1.595159976799935
   [junit4]   2> 378658 INFO  (searcherExecutor-436-thread-1-processing-n:127.0.0.1:44047_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@18aa7467[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378658 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603979694660648960
   [junit4]   2> 378659 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@452eae62[test_col_shard2_replica_n4] main]
   [junit4]   2> 378661 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378661 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 378661 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603979694660648960
   [junit4]   2> 378666 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 378667 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 378667 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1603979694670086144
   [junit4]   2> 378671 INFO  (searcherExecutor-438-thread-1-processing-n:127.0.0.1:35422_solr x:test_col_shard2_replica_n4 c:test_col s:shard2 r:core_node7) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@452eae62[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 378673 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 378676 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 378676 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 378676 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/
   [junit4]   2> 378677 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34146/solr START replicas=[http://127.0.0.1:44047/solr/test_col_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 378677 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n1 url=http://127.0.0.1:34146/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 378677 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 378682 INFO  (qtp1383012746-1042) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 378683 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 378683 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_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> 378683 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 378686 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/ shard1
   [junit4]   2> 378789 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 378791 INFO  (qtp1515055626-1031) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1561
   [junit4]   2> 378891 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379120 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 379120 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 379120 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/
   [junit4]   2> 379121 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:33643/solr START replicas=[http://127.0.0.1:35422/solr/test_col_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 379121 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n6 url=http://127.0.0.1:33643/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 379124 INFO  (qtp2107575151-1021) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.S.Request [test_col_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 379126 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 379126 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] 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> 379126 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 379129 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/ shard2
   [junit4]   2> 379238 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379282 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 379285 INFO  (qtp1223625876-1017) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2030
   [junit4]   2> 379385 INFO  (zkCallback-248-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379385 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379679 INFO  (qtp1383012746-1012) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2457
   [junit4]   2> 379685 INFO  (qtp2107575151-1045) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2429
   [junit4]   2> 379695 INFO  (qtp1383012746-1039) [n:127.0.0.1:44047_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> 379785 INFO  (zkCallback-252-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379785 INFO  (zkCallback-280-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379785 INFO  (zkCallback-248-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 379785 INFO  (zkCallback-250-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 380695 INFO  (qtp1383012746-1039) [n:127.0.0.1:44047_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3863
   [junit4]   2> 380696 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 380697 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[7F1893A97433FCA]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 380707 INFO  (qtp1383012746-1037) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.S.Request [test_col_shard1_replica_n2]  webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 380748 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_dv_stored_idx-seed#[7F1893A97433FCA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test_dv_stored_idx
   [junit4]   2> 380806 INFO  (qtp2107575151-1022) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1603979696869998592&distrib.from=http://127.0.0.1:33643/solr/test_col_shard2_replica_n6/&wt=javabin&version=2}{deleteByQuery=*:* (-1603979696869998592)} 0 10
   [junit4]   2> 380811 INFO  (qtp1223625876-1011) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 380811 INFO  (qtp1223625876-1011) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1603979696869998592)} 0 47
   [junit4]   2> 380812 INFO  (qtp1383012746-1036) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1603979696858464256&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&wt=javabin&version=2}{deleteByQuery=*:* (-1603979696858464256)} 0 44
   [junit4]   2> 380813 INFO  (qtp1515055626-1023) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 380814 INFO  (qtp1515055626-1023) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1603979696858464256)} 0 60
   [junit4]   2> 380829 INFO  (qtp2107575151-1026) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603979696937107456,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 380829 WARN  (qtp2107575151-1026) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 380829 INFO  (qtp2107575151-1026) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 380830 INFO  (qtp1515055626-1027) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603979696938156032,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 380830 WARN  (qtp1515055626-1027) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 380830 INFO  (qtp1515055626-1027) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 380831 INFO  (qtp1383012746-1040) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603979696939204608,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 380831 WARN  (qtp1383012746-1040) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 380831 INFO  (qtp1383012746-1040) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 380840 INFO  (qtp1515055626-1027) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 380840 INFO  (qtp1515055626-1027) [n:127.0.0.1:34146_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 10
   [junit4]   2> 380841 INFO  (qtp1383012746-1040) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 380841 INFO  (qtp2107575151-1026) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 380841 INFO  (qtp1383012746-1040) [n:127.0.0.1:44047_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 10
   [junit4]   2> 380841 INFO  (qtp2107575151-1026) [n:127.0.0.1:35422_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:34146/solr/test_col_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 12
   [junit4]   2> 380844 INFO  (qtp1223625876-1016) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1603979696952836096,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 380844 WARN  (qtp1223625876-1016) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 380844 INFO  (qtp1223625876-1016) [n:127.0.0.1:33643_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommi

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

ettings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291
     [copy] Copying 39 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null779995291

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376
     [copy] Copying 247 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null392728376

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 201 minutes 2 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)